python-txgithub: Twisted -> python-Twisted
This commit is contained in:
parent
0430125102
commit
affa9ad3e4
|
@ -1,14 +1,13 @@
|
|||
# Template file for 'python-txgithub'
|
||||
pkgname=python-txgithub
|
||||
version=15.0.0
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python2-module
|
||||
pycompile_module="${pkgname#*-}"
|
||||
pycompile_module="txgithub"
|
||||
hostmakedepends="python-setuptools"
|
||||
makedepends="${hostmakedepends} Twisted"
|
||||
depends="Twisted"
|
||||
depends="python-Twisted python-openssl"
|
||||
short_desc="GitHub API client implemented using Twisted"
|
||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||
license="MIT"
|
||||
|
|
Loading…
Reference in New Issue