aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2024-01-17 07:56:48 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2024-01-17 07:56:48 +0000
commit000aa91f5a62b82e62dc3de25af7458519edf888 (patch)
tree5763e7eff23a3a25d98d3b04a355ef41c2747c25
parentffd93c4ef3fb825738d01c3c35f247ab41931234 (diff)
downloadports-000aa91f5a62b82e62dc3de25af7458519edf888.tar.gz
ports-000aa91f5a62b82e62dc3de25af7458519edf888.zip
devel/py-scantree: update to 0.0.2
This update allows us to eliminate some obsoleted dependencies and to build with decent python versions. Changes: https://github.com/andhus/scantree/releases/tag/v0.0.2 Bump PORTREVISION for dependant port. PR: 276386 Approved by: acm (maintainer)
-rw-r--r--devel/py-scantree/Makefile6
-rw-r--r--devel/py-scantree/distinfo6
-rw-r--r--security/py-dirhash/Makefile1
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}