Skip to content

Commit

Permalink
devel/py-scantree: update to 0.0.2
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
mexicarne committed Jan 17, 2024
1 parent ffd93c4 commit 000aa91
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 2 additions & 4 deletions 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}
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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
1 change: 1 addition & 0 deletions 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}
Expand Down

0 comments on commit 000aa91

Please sign in to comment.