[arch-commits] Commit in python-pillow/repos (4 files)
Kyle Keen
kkeen at archlinux.org
Sat Feb 13 01:06:19 UTC 2016
Date: Saturday, February 13, 2016 @ 02:06:19
Author: kkeen
Revision: 161440
archrelease: copy trunk to community-i686, community-x86_64
Added:
python-pillow/repos/community-i686/PKGBUILD
(from rev 161439, python-pillow/trunk/PKGBUILD)
python-pillow/repos/community-x86_64/PKGBUILD
(from rev 161439, python-pillow/trunk/PKGBUILD)
Deleted:
python-pillow/repos/community-i686/PKGBUILD
python-pillow/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 162 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 81 ----------------------
community-x86_64/PKGBUILD | 81 ----------------------
3 files changed, 162 insertions(+), 162 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-02-13 01:05:56 UTC (rev 161439)
+++ community-i686/PKGBUILD 2016-02-13 01:06:19 UTC (rev 161440)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=3.1.0
-pkgrel=1
-# consider splitting out sane if this gets weird enough
-_sanever=2.8.2
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.5m
-pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
-arch=('i686' 'x86_64')
-url="http://python-pillow.github.io/"
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 'sane')
-source=("http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz"
- "Sane-$_sanever.tar.gz::https://github.com/python-pillow/Sane/archive/v$_sanever.tar.gz")
-md5sums=('506b65d4353cd76b480decb961fa753a'
- '295f1c745ab4da6a34b524019b181978')
-
-prepare() {
- cd "$srcdir"
- # allow sane to build
- sed -i "s|os.path.join|'../libImaging', &|" "$srcdir/Sane-$_sanever/setup.py"
- cp -r "$srcdir/Sane-$_sanever" "$srcdir/$_appname-$pkgver/Sane"
- # py2 and py3
- cp -r "$srcdir/$_appname-$pkgver" "$srcdir/${_appname}2-$pkgver"
-}
-
-package_python-pillow() {
- depends=('python' 'lcms' 'libwebp')
- optdepends=('tk: for the ImageTK module'
- 'sane: for the Sane module'
- 'python-pyqt4: for the ImageQt module')
- cd "$srcdir/$_appname-$pkgver"
- python3 setup.py install --root="$pkgdir/" --optimize=0
- pushd Sane
- python3 setup.py install --root="$pkgdir/" --optimize=0
- popd
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
- install -dm755 "$pkgdir/usr/include/python$_py3basever/"
- install -m644 -t "$pkgdir/usr/include/python$_py3basever/" libImaging/*.h
-
- # clean up bins
- cd "$pkgdir/usr/bin"
- for f in *.py; do
- mv "$f" "${f%.py}"
- done
-}
-
-package_python2-pillow() {
- pkgdesc="Python Imaging Library (PIL) fork. Python2 version."
- depends=('python2' 'lcms' 'libwebp')
- optdepends=('tk: for the ImageTK module'
- 'sane: for the Sane module'
- 'python2-pyqt4: for the ImageQt module')
- provides=('python-imaging' 'python2-imaging')
- conflicts=('python-imaging' 'python2-imaging')
- cd "$srcdir/${_appname}2-$pkgver"
- sed -i 's|python$|python2|' PIL/OleFileIO.py
- python2 setup.py install --root="$pkgdir/" --optimize=0
- pushd Sane
- python2 setup.py install --root="$pkgdir/" --optimize=0
- popd
-
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
- install -dm755 "$pkgdir/usr/include/python$_py2basever/"
- install -m644 -t "$pkgdir/usr/include/python$_py2basever/" libImaging/*.h
-
- # clean up bins
- cd "$pkgdir/usr/bin"
- for f in *.py; do
- mv "$f" "${f%.py}2"
- done
-}
-
Copied: python-pillow/repos/community-i686/PKGBUILD (from rev 161439, python-pillow/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-13 01:06:19 UTC (rev 161440)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=3.1.1
+pkgrel=1
+# consider splitting out sane if this gets weird enough
+_sanever=2.8.2
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.5m
+pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
+arch=('i686' 'x86_64')
+url="http://python-pillow.github.io/"
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 'sane')
+source=("http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz"
+ "Sane-$_sanever.tar.gz::https://github.com/python-pillow/Sane/archive/v$_sanever.tar.gz")
+md5sums=('d382a86c4b9b1c8de684bd00dad43bb8'
+ '295f1c745ab4da6a34b524019b181978')
+
+prepare() {
+ cd "$srcdir"
+ # allow sane to build
+ sed -i "s|os.path.join|'../libImaging', &|" "$srcdir/Sane-$_sanever/setup.py"
+ cp -r "$srcdir/Sane-$_sanever" "$srcdir/$_appname-$pkgver/Sane"
+ # py2 and py3
+ cp -r "$srcdir/$_appname-$pkgver" "$srcdir/${_appname}2-$pkgver"
+}
+
+package_python-pillow() {
+ depends=('python' 'lcms' 'libwebp')
+ optdepends=('tk: for the ImageTK module'
+ 'sane: for the Sane module'
+ 'python-pyqt4: for the ImageQt module')
+ cd "$srcdir/$_appname-$pkgver"
+ python3 setup.py install --root="$pkgdir/" --optimize=0
+ pushd Sane
+ python3 setup.py install --root="$pkgdir/" --optimize=0
+ popd
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+ install -dm755 "$pkgdir/usr/include/python$_py3basever/"
+ install -m644 -t "$pkgdir/usr/include/python$_py3basever/" libImaging/*.h
+
+ # clean up bins
+ cd "$pkgdir/usr/bin"
+ for f in *.py; do
+ mv "$f" "${f%.py}"
+ done
+}
+
+package_python2-pillow() {
+ pkgdesc="Python Imaging Library (PIL) fork. Python2 version."
+ depends=('python2' 'lcms' 'libwebp')
+ optdepends=('tk: for the ImageTK module'
+ 'sane: for the Sane module'
+ 'python2-pyqt4: for the ImageQt module')
+ provides=('python-imaging' 'python2-imaging')
+ conflicts=('python-imaging' 'python2-imaging')
+ cd "$srcdir/${_appname}2-$pkgver"
+ sed -i 's|python$|python2|' PIL/OleFileIO.py
+ python2 setup.py install --root="$pkgdir/" --optimize=0
+ pushd Sane
+ python2 setup.py install --root="$pkgdir/" --optimize=0
+ popd
+
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+ install -dm755 "$pkgdir/usr/include/python$_py2basever/"
+ install -m644 -t "$pkgdir/usr/include/python$_py2basever/" libImaging/*.h
+
+ # clean up bins
+ cd "$pkgdir/usr/bin"
+ for f in *.py; do
+ mv "$f" "${f%.py}2"
+ done
+}
+
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-02-13 01:05:56 UTC (rev 161439)
+++ community-x86_64/PKGBUILD 2016-02-13 01:06:19 UTC (rev 161440)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=3.1.0
-pkgrel=1
-# consider splitting out sane if this gets weird enough
-_sanever=2.8.2
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.5m
-pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
-arch=('i686' 'x86_64')
-url="http://python-pillow.github.io/"
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 'sane')
-source=("http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz"
- "Sane-$_sanever.tar.gz::https://github.com/python-pillow/Sane/archive/v$_sanever.tar.gz")
-md5sums=('506b65d4353cd76b480decb961fa753a'
- '295f1c745ab4da6a34b524019b181978')
-
-prepare() {
- cd "$srcdir"
- # allow sane to build
- sed -i "s|os.path.join|'../libImaging', &|" "$srcdir/Sane-$_sanever/setup.py"
- cp -r "$srcdir/Sane-$_sanever" "$srcdir/$_appname-$pkgver/Sane"
- # py2 and py3
- cp -r "$srcdir/$_appname-$pkgver" "$srcdir/${_appname}2-$pkgver"
-}
-
-package_python-pillow() {
- depends=('python' 'lcms' 'libwebp')
- optdepends=('tk: for the ImageTK module'
- 'sane: for the Sane module'
- 'python-pyqt4: for the ImageQt module')
- cd "$srcdir/$_appname-$pkgver"
- python3 setup.py install --root="$pkgdir/" --optimize=0
- pushd Sane
- python3 setup.py install --root="$pkgdir/" --optimize=0
- popd
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
- install -dm755 "$pkgdir/usr/include/python$_py3basever/"
- install -m644 -t "$pkgdir/usr/include/python$_py3basever/" libImaging/*.h
-
- # clean up bins
- cd "$pkgdir/usr/bin"
- for f in *.py; do
- mv "$f" "${f%.py}"
- done
-}
-
-package_python2-pillow() {
- pkgdesc="Python Imaging Library (PIL) fork. Python2 version."
- depends=('python2' 'lcms' 'libwebp')
- optdepends=('tk: for the ImageTK module'
- 'sane: for the Sane module'
- 'python2-pyqt4: for the ImageQt module')
- provides=('python-imaging' 'python2-imaging')
- conflicts=('python-imaging' 'python2-imaging')
- cd "$srcdir/${_appname}2-$pkgver"
- sed -i 's|python$|python2|' PIL/OleFileIO.py
- python2 setup.py install --root="$pkgdir/" --optimize=0
- pushd Sane
- python2 setup.py install --root="$pkgdir/" --optimize=0
- popd
-
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
- install -dm755 "$pkgdir/usr/include/python$_py2basever/"
- install -m644 -t "$pkgdir/usr/include/python$_py2basever/" libImaging/*.h
-
- # clean up bins
- cd "$pkgdir/usr/bin"
- for f in *.py; do
- mv "$f" "${f%.py}2"
- done
-}
-
Copied: python-pillow/repos/community-x86_64/PKGBUILD (from rev 161439, python-pillow/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-02-13 01:06:19 UTC (rev 161440)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=3.1.1
+pkgrel=1
+# consider splitting out sane if this gets weird enough
+_sanever=2.8.2
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.5m
+pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
+arch=('i686' 'x86_64')
+url="http://python-pillow.github.io/"
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 'sane')
+source=("http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz"
+ "Sane-$_sanever.tar.gz::https://github.com/python-pillow/Sane/archive/v$_sanever.tar.gz")
+md5sums=('d382a86c4b9b1c8de684bd00dad43bb8'
+ '295f1c745ab4da6a34b524019b181978')
+
+prepare() {
+ cd "$srcdir"
+ # allow sane to build
+ sed -i "s|os.path.join|'../libImaging', &|" "$srcdir/Sane-$_sanever/setup.py"
+ cp -r "$srcdir/Sane-$_sanever" "$srcdir/$_appname-$pkgver/Sane"
+ # py2 and py3
+ cp -r "$srcdir/$_appname-$pkgver" "$srcdir/${_appname}2-$pkgver"
+}
+
+package_python-pillow() {
+ depends=('python' 'lcms' 'libwebp')
+ optdepends=('tk: for the ImageTK module'
+ 'sane: for the Sane module'
+ 'python-pyqt4: for the ImageQt module')
+ cd "$srcdir/$_appname-$pkgver"
+ python3 setup.py install --root="$pkgdir/" --optimize=0
+ pushd Sane
+ python3 setup.py install --root="$pkgdir/" --optimize=0
+ popd
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+ install -dm755 "$pkgdir/usr/include/python$_py3basever/"
+ install -m644 -t "$pkgdir/usr/include/python$_py3basever/" libImaging/*.h
+
+ # clean up bins
+ cd "$pkgdir/usr/bin"
+ for f in *.py; do
+ mv "$f" "${f%.py}"
+ done
+}
+
+package_python2-pillow() {
+ pkgdesc="Python Imaging Library (PIL) fork. Python2 version."
+ depends=('python2' 'lcms' 'libwebp')
+ optdepends=('tk: for the ImageTK module'
+ 'sane: for the Sane module'
+ 'python2-pyqt4: for the ImageQt module')
+ provides=('python-imaging' 'python2-imaging')
+ conflicts=('python-imaging' 'python2-imaging')
+ cd "$srcdir/${_appname}2-$pkgver"
+ sed -i 's|python$|python2|' PIL/OleFileIO.py
+ python2 setup.py install --root="$pkgdir/" --optimize=0
+ pushd Sane
+ python2 setup.py install --root="$pkgdir/" --optimize=0
+ popd
+
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+ install -dm755 "$pkgdir/usr/include/python$_py2basever/"
+ install -m644 -t "$pkgdir/usr/include/python$_py2basever/" libImaging/*.h
+
+ # clean up bins
+ cd "$pkgdir/usr/bin"
+ for f in *.py; do
+ mv "$f" "${f%.py}2"
+ done
+}
+
More information about the arch-commits
mailing list