mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
python3-anytree: update to 2.12.1.
This commit is contained in:
parent
1bbf3d850c
commit
cc9cf0c2be
1 changed files with 8 additions and 11 deletions
|
@ -1,18 +1,15 @@
|
|||
# Template file for 'python3-anytree'
|
||||
pkgname=python3-anytree
|
||||
version=2.8.0
|
||||
revision=6
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools_scm"
|
||||
version=2.12.1
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-poetry-core"
|
||||
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"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/c0fec0de/anytree"
|
||||
distfiles="${PYPI_SITE}/a/anytree/anytree-${version}.tar.gz"
|
||||
checksum=3f0f93f355a91bc3e6245319bf4c1d50e3416cc7a35cc1133c1ff38306bbccab
|
||||
|
||||
post_install() {
|
||||
rm ${DESTDIR}/usr/LICENSE
|
||||
}
|
||||
#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
|
||||
|
|
Loading…
Add table
Reference in a new issue