diff options
-rw-r--r-- | devel/py-scantree/Makefile | 6 | ||||
-rw-r--r-- | devel/py-scantree/distinfo | 6 | ||||
-rw-r--r-- | security/py-dirhash/Makefile | 1 |
3 files changed, 6 insertions, 7 deletions
diff --git a/devel/py-scantree/Makefile b/devel/py-scantree/Makefile index 54050f973985..21be83ebf55f 100644 --- a/devel/py-scantree/Makefile +++ b/devel/py-scantree/Makefile @@ -1,5 +1,5 @@ PORTNAME= scantree -DISTVERSION= 0.0.1 +DISTVERSION= 0.0.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +11,8 @@ WWW= https://github.com/andhus/scantree LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}versioneer>0:devel/py-versioneer@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>0:devel/py-attrs@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scandir>0:sysutils/py-scandir@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pathlib2>0:devel/py-pathlib2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pathspec>0:devel/py-pathspec@${PY_FLAVOR} USES= python diff --git a/devel/py-scantree/distinfo b/devel/py-scantree/distinfo index 26377d0f044c..f883ed9753a8 100644 --- a/devel/py-scantree/distinfo +++ b/devel/py-scantree/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1681956449 -SHA256 (scantree-0.0.1.tar.gz) = 2a8b163de0e4b2f9e4f37f8caf3f0b265172bbf174111e1bebc7955581895b39 -SIZE (scantree-0.0.1.tar.gz) = 13449 +TIMESTAMP = 1705430676 +SHA256 (scantree-0.0.2.tar.gz) = e64bab9db8a5c58823b9b9e74512db02f4ee7014d2d0f5e2f20925ba8f49293b +SIZE (scantree-0.0.2.tar.gz) = 24461 diff --git a/security/py-dirhash/Makefile b/security/py-dirhash/Makefile index f3facc86bfbe..05b4b64e07c0 100644 --- a/security/py-dirhash/Makefile +++ b/security/py-dirhash/Makefile @@ -1,5 +1,6 @@ PORTNAME= dirhash DISTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |