14 lines
509 B
Bash
14 lines
509 B
Bash
# Template file for 'python3-anytree'
|
|
pkgname=python3-anytree
|
|
version=2.8.0
|
|
revision=2
|
|
wrksrc="anytree-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-six"
|
|
short_desc="Powerful and lightweight Python tree data structure"
|
|
maintainer="q66 <daniel@octaforge.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/c0fec0de/anytree"
|
|
distfiles="${PYPI_SITE}/a/anytree/anytree-${version}.tar.gz"
|
|
checksum=3f0f93f355a91bc3e6245319bf4c1d50e3416cc7a35cc1133c1ff38306bbccab
|