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)
2024Q2
Ruslan Makhmatkhanov 2024-01-17 10:56:48 +03:00
parent ffd93c4ef3
commit 000aa91f5a
3 changed files with 6 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -1,5 +1,6 @@
PORTNAME= dirhash
DISTVERSION= 0.2.1
PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}