summaryrefslogtreecommitdiff
path: root/pcr/python-unidecode
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-12-18 11:58:30 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-12-18 11:58:30 -0200
commite28c22b3aa33f1243d096dfd3b7da6ce7760a144 (patch)
tree3306d7a3261092a14fadaa5eebe1254069ed7f5b /pcr/python-unidecode
parent3605270bdc98b3d4ac973eead454c2dcd6d24072 (diff)
remove packages that has been released as Arch official package
Diffstat (limited to 'pcr/python-unidecode')
-rw-r--r--pcr/python-unidecode/PKGBUILD18
1 files changed, 0 insertions, 18 deletions
diff --git a/pcr/python-unidecode/PKGBUILD b/pcr/python-unidecode/PKGBUILD
deleted file mode 100644
index 1a605c28e..000000000
--- a/pcr/python-unidecode/PKGBUILD
+++ /dev/null
@@ -1,18 +0,0 @@
-pkgname=python-unidecode
-pkgver=0.04.13
-pkgrel=1
-pkgdesc="ASCII transliterations of Unicode text"
-arch=("any")
-url="https://pypi.python.org/pypi/Unidecode"
-license=('GPL2')
-depends=('python')
-options=(!emptydirs)
-source=("https://pypi.python.org/packages/source/U/Unidecode/Unidecode-$pkgver.tar.gz")
-md5sums=('74fabcc0aa3c3b185181df7fce8cab09')
-
-package() {
- cd "$srcdir/Unidecode-$pkgver"
- python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et: