From e0eb9ee24309a275b64748090b7e46cd93e7c78b Mon Sep 17 00:00:00 2001 From: oaken-source Date: Tue, 5 Nov 2019 11:53:37 +0100 Subject: pcr/python-slugify: removed. already in [community] --- pcr/python-slugify/PKGBUILD | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 pcr/python-slugify/PKGBUILD diff --git a/pcr/python-slugify/PKGBUILD b/pcr/python-slugify/PKGBUILD deleted file mode 100644 index e86c824d4..000000000 --- a/pcr/python-slugify/PKGBUILD +++ /dev/null @@ -1,25 +0,0 @@ -# Maintainer: Andreas Grapentin - -_pkgname=python-slugify -pkgname=(python{,2}-${_pkgname#python-}) -pkgver=2.0.1 -pkgrel=1 -pkgdesc="A Python Slugify application that handles Unicode" -arch=(any) -url="https://pypi.python.org/pypi/$_pkgname" -license=('MIT') - -_depends=() -makedepends=(python{,2}-setuptools) -source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz") -md5sums=('4e2fd2c958b87d28e1cafaf2156ef83e') - -_package() { - depends=("$1" "${_depends[@]/#/$1-}") - cd "$srcdir"/$_pkgname-$pkgver - $1 setup.py install --root="$pkgdir" -} - -for _pkg in "${pkgname[@]}"; do - eval "package_$_pkg () { _package ${_pkg%%-*}; }" -done -- cgit v1.2.3