Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jul 2025 10:16:31 GMT
From:      =?utf-8?Q?=C3=84lven?= <alven@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 032d259f104e - main - devel/py-anytree: update 2.12.1 => 2.13.0
Message-ID:  <202507291016.56TAGVpx048561@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by alven:

URL: https://cgit.FreeBSD.org/ports/commit/?id=032d259f104e2e0180f3998816ee4d92ffdf6c48

commit 032d259f104e2e0180f3998816ee4d92ffdf6c48
Author:     Älven <alven@FreeBSD.org>
AuthorDate: 2025-07-27 09:42:13 +0000
Commit:     Älven <alven@FreeBSD.org>
CommitDate: 2025-07-29 10:16:18 +0000

    devel/py-anytree: update 2.12.1 => 2.13.0
    
    + Add preliminary support for testing
    
    PR:             288486
    Approved by:    alven@  (maintainer, with haskell@ hat)
    Approved by:    arrowd@ (maintainer, with haskell@ hat)
    Approved by:    yuri@   (Mentor)
---
 devel/py-anytree/Makefile                   |  6 +++---
 devel/py-anytree/distinfo                   |  6 +++---
 devel/py-anytree/files/patch-pyproject.toml | 21 ---------------------
 3 files changed, 6 insertions(+), 27 deletions(-)

diff --git a/devel/py-anytree/Makefile b/devel/py-anytree/Makefile
index 439f8030cfaf..b7bfc685b479 100644
--- a/devel/py-anytree/Makefile
+++ b/devel/py-anytree/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	anytree
-DISTVERSION=	2.12.1
-PORTREVISION=	1
+DISTVERSION=	2.13.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +11,8 @@ WWW=		https://github.com/c0fec0de/anytree/
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=0:devel/py-poetry-core@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pdm-backend>0:devel/py-pdm-backend@${PY_FLAVOR} \
+		${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
 
diff --git a/devel/py-anytree/distinfo b/devel/py-anytree/distinfo
index a1938aece55c..f41825a5871d 100644
--- a/devel/py-anytree/distinfo
+++ b/devel/py-anytree/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1713706895
-SHA256 (anytree-2.12.1.tar.gz) = 244def434ccf31b668ed282954e5d315b4e066c4940b94aff4a7962d85947830
-SIZE (anytree-2.12.1.tar.gz) = 31110
+TIMESTAMP = 1753609298
+SHA256 (anytree-2.13.0.tar.gz) = c9d3aa6825fdd06af7ebb05b4ef291d2db63e62bb1f9b7d9b71354be9d362714
+SIZE (anytree-2.13.0.tar.gz) = 48389
diff --git a/devel/py-anytree/files/patch-pyproject.toml b/devel/py-anytree/files/patch-pyproject.toml
deleted file mode 100644
index 9021e4fb2ef4..000000000000
--- a/devel/py-anytree/files/patch-pyproject.toml
+++ /dev/null
@@ -1,21 +0,0 @@
---- pyproject.toml.orig	2023-11-16 21:52:39 UTC
-+++ pyproject.toml
-@@ -1,9 +1,9 @@
--[tool.poetry]
-+[project]
- name = "anytree"
- version = "2.12.1"
- description = "Powerful and Lightweight Python Tree Data Structure with various plugins"
- authors = [
--    "c0fec0de <c0fec0de@gmail.com>"
-+    {name = "c0fec0de", email = "<c0fec0de@gmail.com>"}
- ]
- readme = "README.rst"
- license = "Apache-2.0"
-@@ -117,4 +117,4 @@ commands =
-     poetry run coverage xml
-     poetry run pylint anytree
-     poetry run make html -C docs
--"""
-\ No newline at end of file
-+"""


home | help

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