summaryrefslogtreecommitdiff
path: root/devel/py-anytree
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-anytree')
-rw-r--r--devel/py-anytree/Makefile6
-rw-r--r--devel/py-anytree/distinfo6
-rw-r--r--devel/py-anytree/files/patch-pyproject.toml21
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
-+"""