non port: devel/py-banal/Makefile |
SVNWeb
|
Number of commits found: 8 |
Wed, 11 Jan 2023
|
[ 15:58 Dmitry Marakasov (amdmi3) ] 77d6847 (Only the first 10 of 3335 ports in this commit are shown above. )
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 10 Dec 2020
|
[ 09:49 kai ]
devel/py-banal: Update to 1.0.1
* The support for Python < 3.5 was dropped with the 1.0.0 release, adapt
accordingly and update the pkg-descr.
* Do the same for textproc/py-{fingerprints,normality} to avoid breakage of
bulk -a . Both consumers will soon be updated to a newer release which
also no longer have any support for Python < 3.5.
Changelog since 0.4.2:
https://github.com/pudo/banal/compare/528c339b...1.0.1
|
Fri, 29 Mar 2019
|
[ 15:30 kai ]
devel/py-banal: Update to 0.4.2
Changelog:
* Add ensure_dict and keys_values functions
* Fix hash_data function
* Make the package safe for Python 3.8 (= module "collections.abc" is only
visible through the module "collections" up to Python 3.7)
Approved by: mentors (implicit)
|
Fri, 1 Feb 2019
|
[ 18:55 kai ] (Only the first 10 of 76 ports in this commit are shown above. )
Change my maintainer email address to my new one at the FreeBSD project.
Reviewed by: miwi (mentor)
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19050
|
Sat, 28 Jul 2018
|
[ 12:21 miwi ]
Commons of Python micro-functions. This is basically an out-sourced, shared
utils module.
Rules:
- Must work in Python 2 and Python 3
- Cannot depend on anything but six and the standard library
Functions:
- is_sequence: check if something is list-ish
- is_mapping: check if an object is dict-ish
- ensure_list: make sure an argument is a list, or make it into a single-element
list
- clean_dict: remove null values from a dict, recursively
- decode_path: decode a path name to be unicode
- hash_data: generate a SHA1 from a dict of reasonable objects
WWW: https://github.com/pudo/banal
PR: 229526
Submitted by: freebsd_ports@k-worx.org
Sponsored by: iXsystems Inc.
|
Number of commits found: 8 |