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,30 +1,30 @@ PORTNAME= anytree -DISTVERSION= 2.12.1 -PORTREVISION= 1 +DISTVERSION= 2.13.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= arrowd@FreeBSD.org COMMENT= Powerful and Lightweight Python Tree Data Structure 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 USES= python USE_PYTHON= autoplist pep517 NO_ARCH= yes # test_tree_png runs `dot` and returns "Error: Could not find/open font" # exclude it for now do-test: @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -o addopts= \ -k 'not test_tree_png' .include 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 " -+ {name = "c0fec0de", email = ""} - ] - 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 -+"""