python-txgithub: Twisted -> python-Twisted

This commit is contained in:
Alessio Sergi 2018-06-07 19:17:43 +02:00
parent 0430125102
commit affa9ad3e4

View file

@ -1,14 +1,13 @@
# Template file for 'python-txgithub' # Template file for 'python-txgithub'
pkgname=python-txgithub pkgname=python-txgithub
version=15.0.0 version=15.0.0
revision=1 revision=2
noarch=yes noarch=yes
wrksrc="${pkgname#*-}-${version}" wrksrc="${pkgname#*-}-${version}"
build_style=python2-module build_style=python2-module
pycompile_module="${pkgname#*-}" pycompile_module="txgithub"
hostmakedepends="python-setuptools" hostmakedepends="python-setuptools"
makedepends="${hostmakedepends} Twisted" depends="python-Twisted python-openssl"
depends="Twisted"
short_desc="GitHub API client implemented using Twisted" short_desc="GitHub API client implemented using Twisted"
maintainer="Eivind Uggedal <eivind@uggedal.com>" maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="MIT" license="MIT"