New package: python-txgithub-0.2.0.

This commit is contained in:
Eivind Uggedal 2014-12-11 11:46:13 +00:00
parent 151280a2fd
commit f1204d5278

View file

@ -0,0 +1,22 @@
# Template file for 'python-txgithub'
pkgname=python-txgithub
version=0.2.0
revision=1
noarch=yes
wrksrc="${pkgname#*-}-${version}"
build_style=python-module
pycompile_module="${pkgname#*-}"
hostmakedepends="python-setuptools"
makedepends="${hostmakedepends} Twisted"
depends="Twisted"
short_desc="GitHub API client implemented using Twisted"
maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="MIT"
homepage="https://github.com/tomprince/txgithub"
distfiles="http://pypi.python.org/packages/source/t/${pkgname#*-}/${pkgname#*-}-${version}.tar.gz"
checksum=482f3d88359115c7bb2080bd49cd45b3cf41843a5d74292b58cb1eeb6d49bfc5
post_install() {
# Conflicts with gist pkg:
mv ${DESTDIR}/usr/bin/gist ${DESTDIR}/usr/bin/txgist
}