python3-anytree: rebuild for python3-3.13

This commit is contained in:
Andrew J. Hesford 2024-11-16 09:25:21 -05:00
parent b4d5f3aafc
commit 83c27c5cca

View file

@ -1,11 +1,10 @@
# Template file for 'python3-anytree'
pkgname=python3-anytree
version=2.12.1
revision=1
revision=2
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3-six"
checkdepends="python3-pytest python3-six python3-coverage python3-nose graphviz"
short_desc="Powerful and lightweight Python tree data structure"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0"
@ -13,3 +12,4 @@ homepage="https://github.com/c0fec0de/anytree"
#distfiles="${PYPI_SITE}/a/anytree/anytree-${version}.tar.gz"
distfiles="https://github.com/c0fec0de/anytree/archive/refs/tags/${version}.tar.gz>anytree-${version}.tar.gz" # tests are missing in PYPI tarball
checksum=a6b6b6b6b0d0d626b9e6afcb42946f9d23159586c6f08e8ba3dde0e22cd83a1b
make_check=no # Tests require removed python3-nose