From b318856db4bb5a147d7ae21fbfe18c5cbe83e768 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 20 Sep 2020 15:52:08 +0700 Subject: [PATCH] python-txgithub: drop package --- srcpkgs/python-txgithub/template | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 srcpkgs/python-txgithub/template diff --git a/srcpkgs/python-txgithub/template b/srcpkgs/python-txgithub/template deleted file mode 100644 index e33466d59e3..00000000000 --- a/srcpkgs/python-txgithub/template +++ /dev/null @@ -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 " -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 -}