Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jul 2023 13:37:56 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3b4b59120db6 - main - devel/py-anytree: Update to 2.9.0
Message-ID:  <202307011337.361Dbu19089147@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=3b4b59120db668db240125c58644e7efca60abcb

commit 3b4b59120db668db240125c58644e7efca60abcb
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2023-07-01 13:37:11 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2023-07-01 13:37:49 +0000

    devel/py-anytree: Update to 2.9.0
    
    Reported by:    portscout!
---
 devel/py-anytree/Makefile | 5 +++--
 devel/py-anytree/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/devel/py-anytree/Makefile b/devel/py-anytree/Makefile
index 7fd2ea4bf84f..f9ff30bfba12 100644
--- a/devel/py-anytree/Makefile
+++ b/devel/py-anytree/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	anytree
-DISTVERSION=	2.8.0
+DISTVERSION=	2.9.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,11 +10,12 @@ WWW=		https://github.com/c0fec0de/anytree
 
 LICENSE=	APACHE20
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=0:devel/py-poetry-core@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \
 		dot:graphics/graphviz
 
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist pep517
 
 NO_ARCH=	yes
 
diff --git a/devel/py-anytree/distinfo b/devel/py-anytree/distinfo
index 921cedb12afc..1ff4c409e1ff 100644
--- a/devel/py-anytree/distinfo
+++ b/devel/py-anytree/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1655948957
-SHA256 (anytree-2.8.0.tar.gz) = 3f0f93f355a91bc3e6245319bf4c1d50e3416cc7a35cc1133c1ff38306bbccab
-SIZE (anytree-2.8.0.tar.gz) = 189484
+TIMESTAMP = 1688217910
+SHA256 (anytree-2.9.0.tar.gz) = 06f7bc294293da2755f4699cc5da5c92d9182a5cfae2842c83fb56f02bd427c8
+SIZE (anytree-2.9.0.tar.gz) = 29226



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