Index: head/devel/py-banal/Makefile =================================================================== --- head/devel/py-banal/Makefile (revision 557419) +++ head/devel/py-banal/Makefile (revision 557420) @@ -1,22 +1,20 @@ # $FreeBSD$ PORTNAME= banal -DISTVERSION= 0.4.2 +DISTVERSION= 1.0.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= kai@FreeBSD.org COMMENT= Commons of banal micro-functions for Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} - -USES= python +USES= python:3.5+ USE_PYTHON= distutils autoplist NO_ARCH= yes .include Index: head/devel/py-banal/distinfo =================================================================== --- head/devel/py-banal/distinfo (revision 557419) +++ head/devel/py-banal/distinfo (revision 557420) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553383717 -SHA256 (banal-0.4.2.tar.gz) = 491947e79c4c4b1e710a97f7e3885d4fd4e23b1f4fa1da022965fd63116beed7 -SIZE (banal-0.4.2.tar.gz) = 3861 +TIMESTAMP = 1607513318 +SHA256 (banal-1.0.1.tar.gz) = 5541e7c98ea04841f4ff2887bbc3f2dccf982549a99d01c0939aac250fffcf7a +SIZE (banal-1.0.1.tar.gz) = 3874 Index: head/devel/py-banal/pkg-descr =================================================================== --- head/devel/py-banal/pkg-descr (revision 557419) +++ head/devel/py-banal/pkg-descr (revision 557420) @@ -1,19 +1,18 @@ 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 +- Cannot depend on anything except 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 Index: head/textproc/py-fingerprints/Makefile =================================================================== --- head/textproc/py-fingerprints/Makefile (revision 557419) +++ head/textproc/py-fingerprints/Makefile (revision 557420) @@ -1,32 +1,32 @@ # $FreeBSD$ PORTNAME= fingerprints DISTVERSION= 0.6.6 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= kai@FreeBSD.org COMMENT= Easy comparing and cross-referencing of companies and people LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}normality>=0.4.0:textproc/py-normality@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python +USES= python:3.5+ USE_PYTHON= distutils autoplist NO_ARCH= yes post-extract: # Prevents that the tests directory will be installed into site-packages @(cd ${WRKSRC} && ${MV} tests test) do-test: @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs .include Index: head/textproc/py-normality/Makefile =================================================================== --- head/textproc/py-normality/Makefile (revision 557419) +++ head/textproc/py-normality/Makefile (revision 557420) @@ -1,29 +1,29 @@ # $FreeBSD$ PORTNAME= normality DISTVERSION= 1.0.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= kai@FreeBSD.org COMMENT= Micro-library to normalize text strings LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}banal>=0.4.1:devel/py-banal@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}chardet>=0:textproc/py-chardet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyicu>=1.9.3:devel/py-pyicu@${PY_FLAVOR} -USES= python +USES= python:3.5+ USE_PYTHON= distutils autoplist NO_ARCH= yes post-extract: # Prevents that the tests directory will be installed into site-packages @(cd ${WRKSRC} && ${MV} tests test) .include