summaryrefslogtreecommitdiff
path: root/pcr/python2-pillow
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-04-29 01:39:06 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-04-29 01:39:06 -0500
commit0220842121c5fa8ffac398aa03ae2dd0600f3414 (patch)
treee60f7464d7b9b0d60acb4394648b8fc3b3a347a6 /pcr/python2-pillow
parentdae971ac95e073d00717b164371b0f2658e43ec4 (diff)
Removing packages. This packages are in community repo
Diffstat (limited to 'pcr/python2-pillow')
-rw-r--r--pcr/python2-pillow/PKGBUILD22
1 files changed, 0 insertions, 22 deletions
diff --git a/pcr/python2-pillow/PKGBUILD b/pcr/python2-pillow/PKGBUILD
deleted file mode 100644
index 5840a5f82..000000000
--- a/pcr/python2-pillow/PKGBUILD
+++ /dev/null
@@ -1,22 +0,0 @@
-# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.io>
-
-pkgname=python2-pillow
-_appname=Pillow
-pkgver=1.7.8
-pkgrel=2
-pkgdesc="Python Imaging Library (PIL) fork."
-arch=(i686 x86_64)
-url="https://github.com/dwaiter/django-ckeditor"
-license=('BSD')
-depends=('python2')
-provides=('python2-imaging')
-conflicts=('python2-imaging')
-makedepends=('python2-distribute')
-source=("http://pypi.python.org/packages/source/P/${_appname}/${_appname}-${pkgver}.zip")
-md5sums=('41d8688d4db72673069a6dc63b5289d6')
-
-package() {
- cd "$srcdir/$_appname-$pkgver"
- python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-