diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-10-02 01:06:15 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-10-02 01:06:15 (GMT) |
commit | c094238d2a95461fab69c04ca9fa84f72a4fe059 (patch) | |
tree | 391c469537a5998e5d901f97b3c2d07428a0a7e6 /abs | |
parent | 9f562b5cd50ca3e346d413ec5f2ff46a46aaa8d1 (diff) | |
download | linhes_pkgbuild-c094238d2a95461fab69c04ca9fa84f72a4fe059.zip linhes_pkgbuild-c094238d2a95461fab69c04ca9fa84f72a4fe059.tar.gz linhes_pkgbuild-c094238d2a95461fab69c04ca9fa84f72a4fe059.tar.bz2 |
python-imaging: replaced by python-pillow
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core/python_modules/python-imaging/PKGBUILD | 41 | ||||
-rw-r--r-- | abs/core/python_modules/python-imaging/__changelog | 1 |
2 files changed, 0 insertions, 42 deletions
diff --git a/abs/core/python_modules/python-imaging/PKGBUILD b/abs/core/python_modules/python-imaging/PKGBUILD deleted file mode 100644 index d644a4c..0000000 --- a/abs/core/python_modules/python-imaging/PKGBUILD +++ /dev/null @@ -1,41 +0,0 @@ -# $Id: PKGBUILD 87626 2010-08-17 13:21:07Z allan $ -# Maintainer: Allan McRae <allan@archlinux.org> -# Contributor: simo <simo@archlinux.org> - -pkgname=python-imaging -pkgver=1.1.7 -pkgrel=6 -pkgdesc="PIL. Provides image processing capabilities for python" -arch=('i686' 'x86_64') -url="http://www.pythonware.com/products/pil/index.htm" -license=('custom:"pil"') -depends=('python2' 'libjpeg' 'freetype2') -makedepends=('tk') -optdepends=('tk') -provides=("pil=$pkgver") -conflicts=('pil') -replaces=('pil') -source=(http://effbot.org/downloads/Imaging-$pkgver.tar.gz) -md5sums=('fc14a54e1ce02a0225be8854bfba478e') - -build() { - cd $srcdir/Imaging-$pkgver - python2 setup.py build_ext -} - -package() { - cd $srcdir/Imaging-$pkgver - python2 setup.py install --root=$pkgdir - install -dm755 $pkgdir/usr/include/python2.6/ - install -m644 -t $pkgdir/usr/include/python2.6/ libImaging/*.h - - # do not have files ending in .py in /usr/bin - for f in pildriver pilprint pilconvert pilfile pilfont; do - mv $pkgdir/usr/bin/$f{.py,} - done - - # Install license - install -Dm644 $srcdir/Imaging-$pkgver/README \ - $pkgdir/usr/share/licenses/$pkgname/README -} - diff --git a/abs/core/python_modules/python-imaging/__changelog b/abs/core/python_modules/python-imaging/__changelog deleted file mode 100644 index de150f5..0000000 --- a/abs/core/python_modules/python-imaging/__changelog +++ /dev/null @@ -1 +0,0 @@ -__change so that it builds against python2.6 instead of python2.7 |