python3-anytree: update to 2.12.1.

This commit is contained in:
Luciogi 2023-11-21 15:20:08 +05:00 committed by Duncan Overbruck
parent 1bbf3d850c
commit cc9cf0c2be

View file

@ -1,18 +1,15 @@
# Template file for 'python3-anytree' # Template file for 'python3-anytree'
pkgname=python3-anytree pkgname=python3-anytree
version=2.8.0 version=2.12.1
revision=6 revision=1
build_style=python3-module build_style=python3-pep517
hostmakedepends="python3-setuptools_scm" hostmakedepends="python3-poetry-core"
depends="python3-six" depends="python3-six"
checkdepends="python3-six python3-coverage python3-nose graphviz" 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"
homepage="https://github.com/c0fec0de/anytree" homepage="https://github.com/c0fec0de/anytree"
distfiles="${PYPI_SITE}/a/anytree/anytree-${version}.tar.gz" #distfiles="${PYPI_SITE}/a/anytree/anytree-${version}.tar.gz"
checksum=3f0f93f355a91bc3e6245319bf4c1d50e3416cc7a35cc1133c1ff38306bbccab distfiles="https://github.com/c0fec0de/anytree/archive/refs/tags/${version}.tar.gz>anytree-${version}.tar.gz" # tests are missing in PYPI tarball
checksum=a6b6b6b6b0d0d626b9e6afcb42946f9d23159586c6f08e8ba3dde0e22cd83a1b
post_install() {
rm ${DESTDIR}/usr/LICENSE
}