23 lines
730 B
Plaintext
23 lines
730 B
Plaintext
# 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
|
|
}
|