1 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
6 pkgdesc="Powerful and Lightweight Python Tree Data Structure"
7 url="https://anytree.readthedocs.io/"
11 makedepends=(python-setuptools git)
12 _commit=75c0198636f8997967ba00df5077cd21350f68ce # tags/2.8.0
13 source=("$pkgname::git+https://github.com/c0fec0de/anytree#commit=$_commit")
18 git describe --tags | sed 's/^v//;s/-/+/g'
28 python setup.py install --root="$pkgdir" --optimize=1 --skip-build
29 rm "$pkgdir/usr/LICENSE"