mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-anytree: rebuild for python3-3.13
This commit is contained in:
parent
b4d5f3aafc
commit
83c27c5cca
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'python3-anytree'
|
# Template file for 'python3-anytree'
|
||||||
pkgname=python3-anytree
|
pkgname=python3-anytree
|
||||||
version=2.12.1
|
version=2.12.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-poetry-core"
|
hostmakedepends="python3-poetry-core"
|
||||||
depends="python3-six"
|
depends="python3-six"
|
||||||
checkdepends="python3-pytest python3-six python3-coverage python3-nose graphviz"
|
|
||||||
short_desc="Powerful and lightweight Python tree data structure"
|
short_desc="Powerful and lightweight Python tree data structure"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
|
@ -13,3 +12,4 @@ homepage="https://github.com/c0fec0de/anytree"
|
||||||
#distfiles="${PYPI_SITE}/a/anytree/anytree-${version}.tar.gz"
|
#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
|
distfiles="https://github.com/c0fec0de/anytree/archive/refs/tags/${version}.tar.gz>anytree-${version}.tar.gz" # tests are missing in PYPI tarball
|
||||||
checksum=a6b6b6b6b0d0d626b9e6afcb42946f9d23159586c6f08e8ba3dde0e22cd83a1b
|
checksum=a6b6b6b6b0d0d626b9e6afcb42946f9d23159586c6f08e8ba3dde0e22cd83a1b
|
||||||
|
make_check=no # Tests require removed python3-nose
|
||||||
|
|
Loading…
Add table
Reference in a new issue