diff options
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/python-feedgenerator/PKGBUILD | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/pcr/python-feedgenerator/PKGBUILD b/pcr/python-feedgenerator/PKGBUILD deleted file mode 100644 index 7bff91fc9..000000000 --- a/pcr/python-feedgenerator/PKGBUILD +++ /dev/null @@ -1,21 +0,0 @@ -# Maintainer (Arch): Sam Stuewe <halosghost at archlinux dot info> -# Contributor (Arch): Chaoswizard <chaoswizard@gmail.com> -# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> -_name=feedgenerator -pkgname="python-${_name}" -pkgver=1.7 -pkgrel=2.1 -pkgdesc="Standalone version of django.utils.feedgenerator (python3)." -url="http://pypi.python.org/pypi/feedgenerator" -arch=('any') -license=('GPL') -depends=('python' 'python-pytz' 'python-six') -makedepends=('python-distribute') -source=("https://pypi.python.org/packages/source/f/${_name}/${_name}-${pkgver}.tar.gz") -md5sums=('92978492871342ad64e8ae0ccfcf200c') -sha256sums=('5d6b0b10134ac392be0c0c3a39c0e1d7e9c17cc7894590f75981e3f497a4a60f') - -package() { - cd "${_name}-${pkgver}" - python ./setup.py install --root="${pkgdir}" -} |