16 lines
549 B
Bash
16 lines
549 B
Bash
# Template file for 'python3-anytree'
|
|
pkgname=python3-anytree
|
|
version=2.6.0
|
|
revision=2
|
|
archs=noarch
|
|
wrksrc="anytree-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="anytree"
|
|
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=a221b6a603c3a5d5e417894dc48eaa8b1eab04056e1f5bb509bcfff0e7a47883
|