1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
6 pkgdesc="Python bindings for systemd"
7 url="https://github.com/systemd/python-systemd"
10 depends=(python systemd)
11 makedepends=(python-setuptools git)
12 _commit=dc1dae2eaa00e2369c366f80f9bcd3f729b7abca # tags/v235^0
13 source=("git+$url#commit=$_commit")
18 git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
32 python setup.py install --root="$pkgdir" --optimize=1 --skip-build