Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jan 2024 07:58:17 GMT
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 000aa91f5a62 - main - devel/py-scantree: update to 0.0.2
Message-ID:  <202401170758.40H7wHcw002343@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=000aa91f5a62b82e62dc3de25af7458519edf888

commit 000aa91f5a62b82e62dc3de25af7458519edf888
Author:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
AuthorDate: 2024-01-17 07:56:48 +0000
Commit:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
CommitDate: 2024-01-17 07:56:48 +0000

    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)
---
 devel/py-scantree/Makefile   | 6 ++----
 devel/py-scantree/distinfo   | 6 +++---
 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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401170758.40H7wHcw002343>