python-txgithub: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-20 15:52:08 +07:00
parent c0270d6802
commit b318856db4
1 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
# Template file for 'python-txgithub'
pkgname=python-txgithub
version=15.0.0
revision=2
archs=noarch
wrksrc="${pkgname#*-}-${version}"
build_style=python2-module
pycompile_module="txgithub"
hostmakedepends="python-setuptools"
depends="python-Twisted python-openssl"
short_desc="GitHub API client implemented using Twisted"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/tomprince/txgithub"
distfiles="${PYPI_SITE}/t/${pkgname#*-}/${pkgname#*-}-${version}.tar.gz"
checksum=dda229e23bcfd6d7a26646b6feb74d2721ee8db9447e4e7dd7aacf8dfc8feb99
post_install() {
# Conflicts with gist pkg:
mv ${DESTDIR}/usr/bin/gist ${DESTDIR}/usr/bin/txgist
}