summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ab18a1083f1eb0a0dcc572d9dafbae8a1b5b5482 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#Maintainer: jnanar <info@agayon.be>


pkgname=python-txdbus
_pkgname=txdbus
pkgver=1.1.0
pkgrel=1
pkgdesc="Native Python implementation of DBus for Twisted"
arch=('any')
url="https://github.com/cocagne/txdbus"
license=('MIT')
depends=('python' 'python-twisted')
source=("https://pypi.io/packages/source/t/$_pkgname/$_pkgname-$pkgver.tar.gz")
md5sums=('f17c9204c7f56365c297ba68e6840900')

package() {
  cd "$srcdir/${_pkgname}-$pkgver"
  python setup.py install --root="$pkgdir/" --optimize=1
}