[arch-commits] Commit in python-pillow/repos (4 files)

2017-10-03 Thread Kyle Keen
Date: Tuesday, October 3, 2017 @ 10:52:19
  Author: kkeen
Revision: 261372

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 261371, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 261371, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-i686/PKGBUILD
  python-pillow/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  184 
 community-i686/PKGBUILD   |   92 --
 community-x86_64/PKGBUILD |   92 --
 3 files changed, 184 insertions(+), 184 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-03 10:51:48 UTC (rev 261371)
+++ community-i686/PKGBUILD 2017-10-03 10:52:19 UTC (rev 261372)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=4.2.1
-pkgrel=1
-# consider splitting out sane if this gets weird enough
-_sanever=2.8.3
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.6m
-pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
-arch=('i686' 'x86_64')
-url="http://python-pillow.github.io/;
-license=('BSD')
-depends=('python' 'lcms2' 'libwebp' 'openjpeg2' 'python-olefile')
-optdepends=('tk: for the ImageTK module'
-'sane: for the Sane module'
-'python-pyqt5: for the ImageQt module'
-'python-pyqt4: for the ImageQt module'
-'python-pyside: for the ImageQt module')
-makedepends=('python-setuptools' 'python2-setuptools' 'lcms2' 'libwebp' 
'openjpeg2' 'tk' 'sane')
-source=("https://files.pythonhosted.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=('11e5e2046cf41586716a6042d89abeeb'
- '96877da43524fdab2c367541da547d2b')
-
-# future optional things:
-# libimagequant
-
-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' 'lcms2' 'libwebp' 'openjpeg2' 'python-olefile')
-  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' 'lcms2' 'libwebp' 'openjpeg2' 'python2-olefile')
-  optdepends=('tk: for the ImageTK module'
-  'sane: for the Sane module'
-  'python2-pyqt5: for the ImageQt module'
-  'python2-pyqt4: for the ImageQt module'
-  'python2-pyside: 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 261371, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-03 10:52:19 UTC (rev 261372)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=4.3.0
+pkgrel=1
+# consider splitting out sane if this gets weird enough
+_sanever=2.8.3
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.6m
+pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
+arch=('i686' 'x86_64')
+url="http://python-pillow.github.io/;
+license=('BSD')

[arch-commits] Commit in python-pillow/repos (4 files)

2017-07-08 Thread Kyle Keen
Date: Saturday, July 8, 2017 @ 10:32:56
  Author: kkeen
Revision: 243318

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 243317, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 243317, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-i686/PKGBUILD
  python-pillow/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  184 
 community-i686/PKGBUILD   |   92 --
 community-x86_64/PKGBUILD |   92 --
 3 files changed, 184 insertions(+), 184 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-08 10:32:24 UTC (rev 243317)
+++ community-i686/PKGBUILD 2017-07-08 10:32:56 UTC (rev 243318)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=4.2.0
-pkgrel=1
-# consider splitting out sane if this gets weird enough
-_sanever=2.8.3
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.6m
-pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
-arch=('i686' 'x86_64')
-url="http://python-pillow.github.io/;
-license=('BSD')
-depends=('python' 'lcms2' 'libwebp' 'openjpeg2' 'python-olefile')
-optdepends=('tk: for the ImageTK module'
-'sane: for the Sane module'
-'python-pyqt5: for the ImageQt module'
-'python-pyqt4: for the ImageQt module'
-'python-pyside: for the ImageQt module')
-makedepends=('python-setuptools' 'python2-setuptools' 'lcms2' 'libwebp' 
'openjpeg2' 'tk' 'sane')
-source=("https://files.pythonhosted.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=('4645d99b8fae72bced38d77ca6324fd9'
- '96877da43524fdab2c367541da547d2b')
-
-# future optional things:
-# libimagequant
-
-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' 'lcms2' 'libwebp' 'openjpeg2' 'python-olefile')
-  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' 'lcms2' 'libwebp' 'openjpeg2' 'python2-olefile')
-  optdepends=('tk: for the ImageTK module'
-  'sane: for the Sane module'
-  'python2-pyqt5: for the ImageQt module'
-  'python2-pyqt4: for the ImageQt module'
-  'python2-pyside: 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 243317, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-08 10:32:56 UTC (rev 243318)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=4.2.1
+pkgrel=1
+# consider splitting out sane if this gets weird enough
+_sanever=2.8.3
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.6m
+pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
+arch=('i686' 'x86_64')
+url="http://python-pillow.github.io/;
+license=('BSD')

[arch-commits] Commit in python-pillow/repos (4 files)

2017-07-03 Thread Kyle Keen
Date: Monday, July 3, 2017 @ 14:24:38
  Author: kkeen
Revision: 242175

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 242174, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 242174, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-i686/PKGBUILD
  python-pillow/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  184 
 community-i686/PKGBUILD   |   92 --
 community-x86_64/PKGBUILD |   92 --
 3 files changed, 184 insertions(+), 184 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-03 14:23:55 UTC (rev 242174)
+++ community-i686/PKGBUILD 2017-07-03 14:24:38 UTC (rev 242175)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=4.1.1
-pkgrel=1
-# consider splitting out sane if this gets weird enough
-_sanever=2.8.3
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.6m
-pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
-arch=('i686' 'x86_64')
-url="http://python-pillow.github.io/;
-license=('BSD')
-depends=('python' 'lcms2' 'libwebp' 'openjpeg2' 'python-olefile')
-optdepends=('tk: for the ImageTK module'
-'sane: for the Sane module'
-'python-pyqt5: for the ImageQt module'
-'python-pyqt4: for the ImageQt module'
-'python-pyside: for the ImageQt module')
-makedepends=('python-setuptools' 'python2-setuptools' 'lcms2' 'libwebp' 
'openjpeg2' 'tk' 'sane')
-source=("https://files.pythonhosted.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=('f2565954955c8d10f3b4f1f72f852bf7'
- '96877da43524fdab2c367541da547d2b')
-
-# future optional things:
-# libimagequant
-
-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' 'lcms2' 'libwebp' 'openjpeg2' 'python-olefile')
-  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' 'lcms2' 'libwebp' 'openjpeg2' 'python2-olefile')
-  optdepends=('tk: for the ImageTK module'
-  'sane: for the Sane module'
-  'python2-pyqt5: for the ImageQt module'
-  'python2-pyqt4: for the ImageQt module'
-  'python2-pyside: 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 242174, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-03 14:24:38 UTC (rev 242175)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=4.2.0
+pkgrel=1
+# consider splitting out sane if this gets weird enough
+_sanever=2.8.3
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.6m
+pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
+arch=('i686' 'x86_64')
+url="http://python-pillow.github.io/;
+license=('BSD')

[arch-commits] Commit in python-pillow/repos (4 files)

2017-05-08 Thread Kyle Keen
Date: Tuesday, May 9, 2017 @ 04:05:39
  Author: kkeen
Revision: 227389

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 227388, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 227388, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-i686/PKGBUILD
  python-pillow/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  184 
 community-i686/PKGBUILD   |   92 --
 community-x86_64/PKGBUILD |   92 --
 3 files changed, 184 insertions(+), 184 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-09 04:05:13 UTC (rev 227388)
+++ community-i686/PKGBUILD 2017-05-09 04:05:39 UTC (rev 227389)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=4.1.0
-pkgrel=2
-# consider splitting out sane if this gets weird enough
-_sanever=2.8.3
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.6m
-pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
-arch=('i686' 'x86_64')
-url="http://python-pillow.github.io/;
-license=('BSD')
-depends=('python' 'lcms2' 'libwebp' 'openjpeg2' 'python-olefile')
-optdepends=('tk: for the ImageTK module'
-'sane: for the Sane module'
-'python-pyqt5: for the ImageQt module'
-'python-pyqt4: for the ImageQt module'
-'python-pyside: for the ImageQt module')
-makedepends=('python-setuptools' 'python2-setuptools' 'lcms2' 'libwebp' 
'openjpeg2' 'tk' 'sane')
-source=("https://files.pythonhosted.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=('d040e1155b4d9d8b011aab67ee0ea86b'
- '96877da43524fdab2c367541da547d2b')
-
-# future optional things:
-# libimagequant
-
-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' 'lcms2' 'libwebp' 'openjpeg2' 'python-olefile')
-  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' 'lcms2' 'libwebp' 'openjpeg2' 'python2-olefile')
-  optdepends=('tk: for the ImageTK module'
-  'sane: for the Sane module'
-  'python2-pyqt5: for the ImageQt module'
-  'python2-pyqt4: for the ImageQt module'
-  'python2-pyside: 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 227388, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-09 04:05:39 UTC (rev 227389)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=4.1.1
+pkgrel=1
+# consider splitting out sane if this gets weird enough
+_sanever=2.8.3
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.6m
+pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
+arch=('i686' 'x86_64')
+url="http://python-pillow.github.io/;
+license=('BSD')

[arch-commits] Commit in python-pillow/repos (4 files)

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 06:29:40
  Author: felixonmars
Revision: 225917

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  python-pillow/repos/community-staging-i686/
  python-pillow/repos/community-staging-i686/PKGBUILD
(from rev 225916, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-staging-x86_64/
  python-pillow/repos/community-staging-x86_64/PKGBUILD
(from rev 225916, python-pillow/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   92 
 community-staging-x86_64/PKGBUILD |   92 
 2 files changed, 184 insertions(+)

Copied: python-pillow/repos/community-staging-i686/PKGBUILD (from rev 225916, 
python-pillow/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-27 06:29:40 UTC (rev 225917)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=4.1.0
+pkgrel=2
+# consider splitting out sane if this gets weird enough
+_sanever=2.8.3
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.6m
+pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
+arch=('i686' 'x86_64')
+url="http://python-pillow.github.io/;
+license=('BSD')
+depends=('python' 'lcms2' 'libwebp' 'openjpeg2' 'python-olefile')
+optdepends=('tk: for the ImageTK module'
+'sane: for the Sane module'
+'python-pyqt5: for the ImageQt module'
+'python-pyqt4: for the ImageQt module'
+'python-pyside: for the ImageQt module')
+makedepends=('python-setuptools' 'python2-setuptools' 'lcms2' 'libwebp' 
'openjpeg2' 'tk' 'sane')
+source=("https://files.pythonhosted.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=('d040e1155b4d9d8b011aab67ee0ea86b'
+ '96877da43524fdab2c367541da547d2b')
+
+# future optional things:
+# libimagequant
+
+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' 'lcms2' 'libwebp' 'openjpeg2' 'python-olefile')
+  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' 'lcms2' 'libwebp' 'openjpeg2' 'python2-olefile')
+  optdepends=('tk: for the ImageTK module'
+  'sane: for the Sane module'
+  'python2-pyqt5: for the ImageQt module'
+  'python2-pyqt4: for the ImageQt module'
+  'python2-pyside: 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-staging-x86_64/PKGBUILD (from rev 225916, 
python-pillow/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-27 06:29:40 UTC (rev 225917)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=4.1.0
+pkgrel=2
+# consider splitting out sane if this gets weird enough
+_sanever=2.8.3
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.6m
+pkgdesc="Python Imaging Library (PIL) fork. 

[arch-commits] Commit in python-pillow/repos (4 files)

2017-04-05 Thread Kyle Keen
Date: Wednesday, April 5, 2017 @ 23:06:30
  Author: kkeen
Revision: 220773

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 220772, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 220772, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-i686/PKGBUILD
  python-pillow/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  184 
 community-i686/PKGBUILD   |   92 --
 community-x86_64/PKGBUILD |   92 --
 3 files changed, 184 insertions(+), 184 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-05 23:06:03 UTC (rev 220772)
+++ community-i686/PKGBUILD 2017-04-05 23:06:30 UTC (rev 220773)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=4.0.0
-pkgrel=3
-# consider splitting out sane if this gets weird enough
-_sanever=2.8.3
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.6m
-pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
-arch=('i686' 'x86_64')
-url="http://python-pillow.github.io/;
-license=('BSD')
-depends=('python' 'lcms2' 'libwebp' 'openjpeg2' 'python-olefile')
-optdepends=('tk: for the ImageTK module'
-'sane: for the Sane module'
-'python-pyqt5: for the ImageQt module'
-'python-pyqt4: for the ImageQt module'
-'python-pyside: for the ImageQt module')
-makedepends=('python-setuptools' 'python2-setuptools' 'lcms2' 'libwebp' 
'openjpeg2' 'tk' 'sane')
-source=("https://files.pythonhosted.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=('d5af224b0fa2c66dacc9814785fef9e7'
- '96877da43524fdab2c367541da547d2b')
-
-# future optional things:
-# libimagequant
-
-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' 'lcms2' 'libwebp' 'openjpeg2' 'python-olefile')
-  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' 'lcms2' 'libwebp' 'openjpeg2' 'python2-olefile')
-  optdepends=('tk: for the ImageTK module'
-  'sane: for the Sane module'
-  'python2-pyqt5: for the ImageQt module'
-  'python2-pyqt4: for the ImageQt module'
-  'python2-pyside: 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 220772, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-05 23:06:30 UTC (rev 220773)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=4.1.0
+pkgrel=1
+# consider splitting out sane if this gets weird enough
+_sanever=2.8.3
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.6m
+pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
+arch=('i686' 'x86_64')
+url="http://python-pillow.github.io/;
+license=('BSD')

[arch-commits] Commit in python-pillow/repos (4 files)

2017-03-09 Thread Kyle Keen
Date: Friday, March 10, 2017 @ 04:14:43
  Author: kkeen
Revision: 215446

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 215445, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 215445, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-i686/PKGBUILD
  python-pillow/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  184 
 community-i686/PKGBUILD   |   88 -
 community-x86_64/PKGBUILD |   88 -
 3 files changed, 184 insertions(+), 176 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-10 04:14:17 UTC (rev 215445)
+++ community-i686/PKGBUILD 2017-03-10 04:14:43 UTC (rev 215446)
@@ -1,88 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=4.0.0
-pkgrel=2
-# consider splitting out sane if this gets weird enough
-_sanever=2.8.3
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.6m
-pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
-arch=('i686' 'x86_64')
-url="http://python-pillow.github.io/;
-license=('BSD')
-depends=('python' 'lcms2' 'libwebp' 'openjpeg2' 'python-olefile')
-optdepends=('tk: for the ImageTK module'
-'sane: for the Sane module'
-'python-pyqt4: for the ImageQt module')
-makedepends=('python-setuptools' 'python2-setuptools' 'lcms2' 'libwebp' 
'openjpeg2' 'tk' 'sane')
-source=("https://files.pythonhosted.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=('d5af224b0fa2c66dacc9814785fef9e7'
- '96877da43524fdab2c367541da547d2b')
-
-# future optional things:
-# libimagequant
-
-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' 'lcms2' 'libwebp' 'openjpeg2' 'python-olefile')
-  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' 'lcms2' 'libwebp' 'openjpeg2' 'python2-olefile')
-  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 215445, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-10 04:14:43 UTC (rev 215446)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=4.0.0
+pkgrel=3
+# consider splitting out sane if this gets weird enough
+_sanever=2.8.3
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.6m
+pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
+arch=('i686' 'x86_64')
+url="http://python-pillow.github.io/;
+license=('BSD')
+depends=('python' 'lcms2' 'libwebp' 'openjpeg2' 'python-olefile')
+optdepends=('tk: for the ImageTK module'
+'sane: for the Sane module'
+'python-pyqt5: for the ImageQt module'
+

[arch-commits] Commit in python-pillow/repos (4 files)

2017-01-07 Thread Kyle Keen
Date: Sunday, January 8, 2017 @ 06:26:48
  Author: kkeen
Revision: 206078

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 206077, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 206077, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-i686/PKGBUILD
  python-pillow/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  176 
 community-i686/PKGBUILD   |   84 -
 community-x86_64/PKGBUILD |   84 -
 3 files changed, 176 insertions(+), 168 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-08 06:26:14 UTC (rev 206077)
+++ community-i686/PKGBUILD 2017-01-08 06:26:48 UTC (rev 206078)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=4.0.0
-pkgrel=1
-# consider splitting out sane if this gets weird enough
-_sanever=2.8.3
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.6m
-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' 'lcms2' 'libwebp' 
'openjpeg2' 'tk' 'sane')
-source=("https://files.pythonhosted.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=('d5af224b0fa2c66dacc9814785fef9e7'
- '96877da43524fdab2c367541da547d2b')
-
-# future optional things:
-# libimagequant
-
-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' 'lcms2' 'libwebp' 'openjpeg2')
-  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' 'lcms2' 'libwebp' 'openjpeg2')
-  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 206077, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-08 06:26:48 UTC (rev 206078)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=4.0.0
+pkgrel=2
+# consider splitting out sane if this gets weird enough
+_sanever=2.8.3
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.6m
+pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
+arch=('i686' 'x86_64')
+url="http://python-pillow.github.io/;
+license=('BSD')
+depends=('python' 'lcms2' 'libwebp' 'openjpeg2' 'python-olefile')
+optdepends=('tk: for the ImageTK module'
+'sane: for the Sane module'
+'python-pyqt4: for the ImageQt module')
+makedepends=('python-setuptools' 'python2-setuptools' 'lcms2' 'libwebp' 
'openjpeg2' 'tk' 'sane')
+source=("https://files.pythonhosted.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz;
+

[arch-commits] Commit in python-pillow/repos (4 files)

2017-01-06 Thread Kyle Keen
Date: Saturday, January 7, 2017 @ 07:27:52
  Author: kkeen
Revision: 205955

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 205954, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 205954, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-i686/PKGBUILD
  python-pillow/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  168 
 community-i686/PKGBUILD   |   84 --
 community-x86_64/PKGBUILD |   84 --
 3 files changed, 168 insertions(+), 168 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-07 07:27:24 UTC (rev 205954)
+++ community-i686/PKGBUILD 2017-01-07 07:27:52 UTC (rev 205955)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=3.4.2
-pkgrel=2
-# consider splitting out sane if this gets weird enough
-_sanever=2.8.2
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.6m
-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' 'lcms2' 'libwebp' 
'openjpeg2' 'tk' 'sane')
-source=("https://files.pythonhosted.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=('09ebb92ec5cbba13ff1acf139caf6b66'
- '295f1c745ab4da6a34b524019b181978')
-
-# future optional things:
-# libimagequant
-
-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' 'lcms2' 'libwebp' 'openjpeg2')
-  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' 'lcms2' 'libwebp' 'openjpeg2')
-  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 205954, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-07 07:27:52 UTC (rev 205955)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=4.0.0
+pkgrel=1
+# consider splitting out sane if this gets weird enough
+_sanever=2.8.3
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.6m
+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' 'lcms2' 'libwebp' 
'openjpeg2' 'tk' 'sane')
+source=("https://files.pythonhosted.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=('d5af224b0fa2c66dacc9814785fef9e7'
+ '96877da43524fdab2c367541da547d2b')
+
+# future optional things:
+# libimagequant
+
+prepare() {
+  cd 

[arch-commits] Commit in python-pillow/repos (4 files)

2016-12-24 Thread Felix Yan
Date: Saturday, December 24, 2016 @ 23:16:36
  Author: felixonmars
Revision: 201779

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  python-pillow/repos/community-staging-i686/
  python-pillow/repos/community-staging-i686/PKGBUILD
(from rev 201778, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-staging-x86_64/
  python-pillow/repos/community-staging-x86_64/PKGBUILD
(from rev 201778, python-pillow/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   84 
 community-staging-x86_64/PKGBUILD |   84 
 2 files changed, 168 insertions(+)

Copied: python-pillow/repos/community-staging-i686/PKGBUILD (from rev 201778, 
python-pillow/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-24 23:16:36 UTC (rev 201779)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=3.4.2
+pkgrel=2
+# consider splitting out sane if this gets weird enough
+_sanever=2.8.2
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.6m
+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' 'lcms2' 'libwebp' 
'openjpeg2' 'tk' 'sane')
+source=("https://files.pythonhosted.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=('09ebb92ec5cbba13ff1acf139caf6b66'
+ '295f1c745ab4da6a34b524019b181978')
+
+# future optional things:
+# libimagequant
+
+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' 'lcms2' 'libwebp' 'openjpeg2')
+  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' 'lcms2' 'libwebp' 'openjpeg2')
+  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-staging-x86_64/PKGBUILD (from rev 201778, 
python-pillow/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-24 23:16:36 UTC (rev 201779)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=3.4.2
+pkgrel=2
+# consider splitting out sane if this gets weird enough
+_sanever=2.8.2
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.6m
+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' 'lcms2' 'libwebp' 
'openjpeg2' 'tk' 'sane')
+source=("https://files.pythonhosted.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=('09ebb92ec5cbba13ff1acf139caf6b66'
+ 

[arch-commits] Commit in python-pillow/repos (4 files)

2016-11-18 Thread Kyle Keen
Date: Saturday, November 19, 2016 @ 04:26:34
  Author: kkeen
Revision: 196330

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 196329, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 196329, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-i686/PKGBUILD
  python-pillow/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  168 
 community-i686/PKGBUILD   |   84 --
 community-x86_64/PKGBUILD |   84 --
 3 files changed, 168 insertions(+), 168 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-19 04:26:03 UTC (rev 196329)
+++ community-i686/PKGBUILD 2016-11-19 04:26:34 UTC (rev 196330)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=3.4.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' 'lcms2' 'libwebp' 
'openjpeg2' 'tk' 'sane')
-source=("https://files.pythonhosted.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=('31e4b16a246d585be7a1cb560b057f89'
- '295f1c745ab4da6a34b524019b181978')
-
-# future optional things:
-# libimagequant
-
-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' 'lcms2' 'libwebp' 'openjpeg2')
-  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' 'lcms2' 'libwebp' 'openjpeg2')
-  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 196329, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-19 04:26:34 UTC (rev 196330)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=3.4.2
+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' 'lcms2' 'libwebp' 
'openjpeg2' 'tk' 'sane')
+source=("https://files.pythonhosted.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=('09ebb92ec5cbba13ff1acf139caf6b66'
+ '295f1c745ab4da6a34b524019b181978')
+
+# future optional things:
+# libimagequant
+
+prepare() {
+  cd 

[arch-commits] Commit in python-pillow/repos (4 files)

2016-10-05 Thread Kyle Keen
Date: Wednesday, October 5, 2016 @ 11:19:40
  Author: kkeen
Revision: 191377

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 191376, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 191376, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-i686/PKGBUILD
  python-pillow/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  168 
 community-i686/PKGBUILD   |   84 --
 community-x86_64/PKGBUILD |   84 --
 3 files changed, 168 insertions(+), 168 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-05 11:12:10 UTC (rev 191376)
+++ community-i686/PKGBUILD 2016-10-05 11:19:40 UTC (rev 191377)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=3.3.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' 'lcms2' 'libwebp' 
'openjpeg2' 'tk' 'sane')
-source=("https://files.pythonhosted.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=('3bc85204223b52e96ed05c9441507eed'
- '295f1c745ab4da6a34b524019b181978')
-
-# future optional things:
-# libimagequant
-
-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' 'lcms2' 'libwebp' 'openjpeg2')
-  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' 'lcms2' 'libwebp' 'openjpeg2')
-  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 191376, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-05 11:19:40 UTC (rev 191377)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=3.4.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' 'lcms2' 'libwebp' 
'openjpeg2' 'tk' 'sane')
+source=("https://files.pythonhosted.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=('31e4b16a246d585be7a1cb560b057f89'
+ '295f1c745ab4da6a34b524019b181978')
+
+# future optional things:
+# libimagequant
+
+prepare() {
+  cd 

[arch-commits] Commit in python-pillow/repos (4 files)

2016-08-24 Thread Kyle Keen
Date: Wednesday, August 24, 2016 @ 19:50:25
  Author: kkeen
Revision: 187470

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 187469, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 187469, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-i686/PKGBUILD
  python-pillow/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  168 
 community-i686/PKGBUILD   |   84 --
 community-x86_64/PKGBUILD |   84 --
 3 files changed, 168 insertions(+), 168 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-24 19:49:52 UTC (rev 187469)
+++ community-i686/PKGBUILD 2016-08-24 19:50:25 UTC (rev 187470)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=3.3.0
-pkgrel=2
-# 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' 'lcms2' 'libwebp' 
'openjpeg2' 'tk' 'sane')
-source=("https://files.pythonhosted.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=('b5a15b03bf402fe254636c015fcf04da'
- '295f1c745ab4da6a34b524019b181978')
-
-# future optional things:
-# libimagequant
-
-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' 'lcms2' 'libwebp' 'openjpeg2')
-  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' 'lcms2' 'libwebp' 'openjpeg2')
-  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 187469, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-24 19:50:25 UTC (rev 187470)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=3.3.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' 'lcms2' 'libwebp' 
'openjpeg2' 'tk' 'sane')
+source=("https://files.pythonhosted.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=('3bc85204223b52e96ed05c9441507eed'
+ '295f1c745ab4da6a34b524019b181978')
+
+# future optional things:
+# libimagequant
+
+prepare() {
+  cd 

[arch-commits] Commit in python-pillow/repos (4 files)

2016-07-15 Thread Kyle Keen
Date: Saturday, July 16, 2016 @ 02:26:28
  Author: kkeen
Revision: 182976

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 182975, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 182975, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-i686/PKGBUILD
  python-pillow/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  168 
 community-i686/PKGBUILD   |   84 --
 community-x86_64/PKGBUILD |   84 --
 3 files changed, 168 insertions(+), 168 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-16 02:25:59 UTC (rev 182975)
+++ community-i686/PKGBUILD 2016-07-16 02:26:28 UTC (rev 182976)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=3.3.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' 
'openjpeg2' 'tk' 'sane')
-source=("https://files.pythonhosted.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=('b5a15b03bf402fe254636c015fcf04da'
- '295f1c745ab4da6a34b524019b181978')
-
-# future optional things:
-# libimagequant
-
-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' 'openjpeg2')
-  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' 'openjpeg2')
-  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 182975, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-16 02:26:28 UTC (rev 182976)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=3.3.0
+pkgrel=2
+# 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' 'lcms2' 'libwebp' 
'openjpeg2' 'tk' 'sane')
+source=("https://files.pythonhosted.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=('b5a15b03bf402fe254636c015fcf04da'
+ '295f1c745ab4da6a34b524019b181978')
+
+# future optional things:
+# libimagequant
+
+prepare() {
+  cd "$srcdir"
+ 

[arch-commits] Commit in python-pillow/repos (4 files)

2016-07-15 Thread Kyle Keen
Date: Friday, July 15, 2016 @ 21:10:08
  Author: kkeen
Revision: 182955

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 182954, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 182954, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-i686/PKGBUILD
  python-pillow/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  168 
 community-i686/PKGBUILD   |   81 -
 community-x86_64/PKGBUILD |   81 -
 3 files changed, 168 insertions(+), 162 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-15 21:09:27 UTC (rev 182954)
+++ community-i686/PKGBUILD 2016-07-15 21:10:08 UTC (rev 182955)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=3.2.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=('7cfd093c11205d9e2ebe3c51dfcad510'
- '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 182954, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-15 21:10:08 UTC (rev 182955)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=3.3.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' 
'openjpeg2' 'tk' 'sane')
+source=("https://files.pythonhosted.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=('b5a15b03bf402fe254636c015fcf04da'
+ '295f1c745ab4da6a34b524019b181978')
+
+# future optional things:
+# libimagequant
+
+prepare() {
+  cd "$srcdir"
+  # allow sane to build
+  sed -i "s|os.path.join|'../libImaging', &|" 

[arch-commits] Commit in python-pillow/repos (4 files)

2016-04-04 Thread Kyle Keen
Date: Monday, April 4, 2016 @ 12:23:11
  Author: kkeen
Revision: 169429

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 169428, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 169428, 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-04-04 10:22:42 UTC (rev 169428)
+++ community-i686/PKGBUILD 2016-04-04 10:23:11 UTC (rev 169429)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# 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
-}
-

Copied: python-pillow/repos/community-i686/PKGBUILD (from rev 169428, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-04 10:23:11 UTC (rev 169429)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=3.2.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=('7cfd093c11205d9e2ebe3c51dfcad510'
+ '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" 

[arch-commits] Commit in python-pillow/repos (4 files)

2016-02-12 Thread Kyle Keen
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 
-# 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 
+# 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" 

[arch-commits] Commit in python-pillow/repos (4 files)

2016-01-11 Thread Kyle Keen
Date: Monday, January 11, 2016 @ 14:20:47
  Author: kkeen
Revision: 155999

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 155998, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 155998, 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-01-11 13:20:19 UTC (rev 155998)
+++ community-i686/PKGBUILD 2016-01-11 13:20:47 UTC (rev 155999)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=3.0.0
-pkgrel=2
-# 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=('fc8ac44e93da09678eac7e30c9b7377d'
- '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 155998, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-11 13:20:47 UTC (rev 155999)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# 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" 

[arch-commits] Commit in python-pillow/repos (4 files)

2015-12-28 Thread Kyle Keen
Date: Monday, December 28, 2015 @ 19:24:05
  Author: kkeen
Revision: 154668

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  python-pillow/repos/community-staging-i686/
  python-pillow/repos/community-staging-i686/PKGBUILD
(from rev 154667, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-staging-x86_64/
  python-pillow/repos/community-staging-x86_64/PKGBUILD
(from rev 154667, python-pillow/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   81 
 community-staging-x86_64/PKGBUILD |   81 
 2 files changed, 162 insertions(+)

Copied: python-pillow/repos/community-staging-i686/PKGBUILD (from rev 154667, 
python-pillow/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-28 18:24:05 UTC (rev 154668)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=3.0.0
+pkgrel=2
+# 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=('fc8ac44e93da09678eac7e30c9b7377d'
+ '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-staging-x86_64/PKGBUILD (from rev 154667, 
python-pillow/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-28 18:24:05 UTC (rev 154668)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=3.0.0
+pkgrel=2
+# 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=('fc8ac44e93da09678eac7e30c9b7377d'
+ '295f1c745ab4da6a34b524019b181978')
+
+prepare() {
+  cd "$srcdir"
+  # allow sane to build
+  sed -i 

[arch-commits] Commit in python-pillow/repos (4 files)

2015-10-05 Thread Kyle Keen
Date: Monday, October 5, 2015 @ 17:20:54
  Author: kkeen
Revision: 143012

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 143011, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 143011, 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 2015-10-05 15:20:31 UTC (rev 143011)
+++ community-i686/PKGBUILD 2015-10-05 15:20:54 UTC (rev 143012)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=2.9.0
-pkgrel=2
-# consider splitting out sane if this gets weird enough
-_sanever=2.8.1
-_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=('46f1729ece27981d54ec543ad5b37d14'
- 'ec396584961bad337e93dec11a0122e3')
-
-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 143011, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-05 15:20:54 UTC (rev 143012)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=3.0.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=('fc8ac44e93da09678eac7e30c9b7377d'
+ '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" 

[arch-commits] Commit in python-pillow/repos (4 files)

2015-09-20 Thread Felix Yan
Date: Sunday, September 20, 2015 @ 10:33:09
  Author: fyan
Revision: 141213

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  python-pillow/repos/community-staging-i686/
  python-pillow/repos/community-staging-i686/PKGBUILD
(from rev 141212, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-staging-x86_64/
  python-pillow/repos/community-staging-x86_64/PKGBUILD
(from rev 141212, python-pillow/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   81 
 community-staging-x86_64/PKGBUILD |   81 
 2 files changed, 162 insertions(+)

Copied: python-pillow/repos/community-staging-i686/PKGBUILD (from rev 141212, 
python-pillow/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-20 08:33:09 UTC (rev 141213)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=2.9.0
+pkgrel=2
+# consider splitting out sane if this gets weird enough
+_sanever=2.8.1
+_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=('46f1729ece27981d54ec543ad5b37d14'
+ 'ec396584961bad337e93dec11a0122e3')
+
+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-staging-x86_64/PKGBUILD (from rev 141212, 
python-pillow/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-20 08:33:09 UTC (rev 141213)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=2.9.0
+pkgrel=2
+# consider splitting out sane if this gets weird enough
+_sanever=2.8.1
+_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=('46f1729ece27981d54ec543ad5b37d14'
+ 'ec396584961bad337e93dec11a0122e3')
+
+prepare() {
+  cd "$srcdir"
+  # allow sane to build
+  sed -i 

[arch-commits] Commit in python-pillow/repos (4 files)

2015-07-09 Thread Kyle Keen
Date: Friday, July 10, 2015 @ 00:05:39
  Author: kkeen
Revision: 136603

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 136602, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 136602, 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 2015-07-09 22:01:12 UTC (rev 136602)
+++ community-i686/PKGBUILD 2015-07-09 22:05:39 UTC (rev 136603)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=2.8.2
-# consider splitting out sane if this gets weird enough
-_sanever=2.8.1
-pkgrel=1
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.4m
-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=('8a89e3fcb04e80ad029ba18f47e118e5'
- 'ec396584961bad337e93dec11a0122e3')
-
-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 136602, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-09 22:05:39 UTC (rev 136603)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=2.9.0
+pkgrel=1
+# consider splitting out sane if this gets weird enough
+_sanever=2.8.1
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.4m
+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=('46f1729ece27981d54ec543ad5b37d14'
+ 'ec396584961bad337e93dec11a0122e3')
+
+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 

[arch-commits] Commit in python-pillow/repos (4 files)

2015-06-23 Thread Kyle Keen
Date: Wednesday, June 24, 2015 @ 03:29:59
  Author: kkeen
Revision: 135774

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 135773, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 135773, 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 2015-06-24 01:28:44 UTC (rev 135773)
+++ community-i686/PKGBUILD 2015-06-24 01:29:59 UTC (rev 135774)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=2.8.1
-# consider splitting out sane if this gets weird enough
-_sanever=$pkgver
-pkgrel=1
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.4m
-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=('fb62af4625179f5316241772ae30c4b7'
- 'ec396584961bad337e93dec11a0122e3')
-
-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 135773, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-24 01:29:59 UTC (rev 135774)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=2.8.2
+# consider splitting out sane if this gets weird enough
+_sanever=2.8.1
+pkgrel=1
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.4m
+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=('8a89e3fcb04e80ad029ba18f47e118e5'
+ 'ec396584961bad337e93dec11a0122e3')
+
+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 

[arch-commits] Commit in python-pillow/repos (4 files)

2015-04-12 Thread Kyle Keen
Date: Sunday, April 12, 2015 @ 15:54:01
  Author: kkeen
Revision: 131242

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 131241, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 131241, 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 2015-04-12 13:53:38 UTC (rev 131241)
+++ community-i686/PKGBUILD 2015-04-12 13:54:01 UTC (rev 131242)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=2.7.0
-# consider splitting out sane if this gets weird enough
-_sanever=2.8.0
-pkgrel=3
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.4m
-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.zip;
-
Sane-$_sanever.tar.gz::https://github.com/python-pillow/Sane/archive/v$_sanever.tar.gz;)
-md5sums=('da10ee9d0c0712c942224300c2931a1a'
- 'db1e4b1dff24264b2d798c3679aa10da')
-
-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 docs/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 docs/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 131241, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-12 13:54:01 UTC (rev 131242)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=2.8.1
+# consider splitting out sane if this gets weird enough
+_sanever=$pkgver
+pkgrel=1
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.4m
+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=('fb62af4625179f5316241772ae30c4b7'
+ 'ec396584961bad337e93dec11a0122e3')
+
+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 

[arch-commits] Commit in python-pillow/repos (4 files)

2015-03-28 Thread Felix Yan
Date: Saturday, March 28, 2015 @ 15:30:16
  Author: fyan
Revision: 130124

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 130123, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 130123, 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 2015-03-28 14:29:50 UTC (rev 130123)
+++ community-i686/PKGBUILD 2015-03-28 14:30:16 UTC (rev 130124)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=2.7.0
-# consider splitting out sane if this gets weird enough
-_sanever=2.8.0
-pkgrel=2
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.4m
-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.zip;
-
Sane-$_sanever.tar.gz::https://github.com/python-pillow/Sane/archive/v$_sanever.tar.gz;)
-md5sums=('da10ee9d0c0712c942224300c2931a1a'
- 'db1e4b1dff24264b2d798c3679aa10da')
-
-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 docs/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 docs/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 130123, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-28 14:30:16 UTC (rev 130124)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=2.7.0
+# consider splitting out sane if this gets weird enough
+_sanever=2.8.0
+pkgrel=3
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.4m
+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.zip;
+
Sane-$_sanever.tar.gz::https://github.com/python-pillow/Sane/archive/v$_sanever.tar.gz;)
+md5sums=('da10ee9d0c0712c942224300c2931a1a'
+ 'db1e4b1dff24264b2d798c3679aa10da')
+
+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 

[arch-commits] Commit in python-pillow/repos (4 files)

2015-03-18 Thread Kyle Keen
Date: Wednesday, March 18, 2015 @ 18:22:14
  Author: kkeen
Revision: 129544

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 129543, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 129543, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-i686/PKGBUILD
  python-pillow/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  162 
 community-i686/PKGBUILD   |   80 -
 community-x86_64/PKGBUILD |   80 -
 3 files changed, 162 insertions(+), 160 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-18 17:21:04 UTC (rev 129543)
+++ community-i686/PKGBUILD 2015-03-18 17:22:14 UTC (rev 129544)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=2.7.0
-pkgrel=1
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.4m
-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.zip;
-https://github.com/python-pillow/Sane/archive/v$pkgver.tar.gz;)
-md5sums=('da10ee9d0c0712c942224300c2931a1a'
- '892cd70e3838250b615095d117173b57')
-
-prepare() {
-  cd $srcdir
-  # allow sane to build
-  sed -i s|os.path.join|'../libImaging', | $srcdir/Sane-$pkgver/setup.py
-  cp -r $srcdir/Sane-$pkgver $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 docs/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')
-  replaces=('python2-imaging')
-  cd $srcdir/${_appname}2-$pkgver
-  sed -i 's|/usr/local/bin/python$|/usr/bin/env 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 docs/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 129543, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-18 17:22:14 UTC (rev 129544)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=2.7.0
+# consider splitting out sane if this gets weird enough
+_sanever=2.8.0
+pkgrel=2
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.4m
+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.zip;
+
Sane-$_sanever.tar.gz::https://github.com/python-pillow/Sane/archive/v$_sanever.tar.gz;)
+md5sums=('da10ee9d0c0712c942224300c2931a1a'
+ 'db1e4b1dff24264b2d798c3679aa10da')
+
+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
+}  
+

[arch-commits] Commit in python-pillow/repos (4 files)

2015-02-07 Thread Kyle Keen
Date: Saturday, February 7, 2015 @ 13:26:33
  Author: kkeen
Revision: 127238

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 127237, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 127237, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-i686/PKGBUILD
  python-pillow/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  160 
 community-i686/PKGBUILD   |   74 
 community-x86_64/PKGBUILD |   74 
 3 files changed, 160 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-07 12:26:09 UTC (rev 127237)
+++ community-i686/PKGBUILD 2015-02-07 12:26:33 UTC (rev 127238)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=2.6.2
-pkgrel=1
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.4m
-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.zip;)
-md5sums=('e5ec45b7dd828e8710714e4a96bba49c')
-
-build() {
-  cd $srcdir
-  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 docs/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')
-  replaces=('python2-imaging')
-  cd $srcdir/${_appname}2-$pkgver
-  sed -i 's|/usr/local/bin/python$|/usr/bin/env 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 docs/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 127237, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-07 12:26:33 UTC (rev 127238)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=2.7.0
+pkgrel=1
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.4m
+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.zip;
+https://github.com/python-pillow/Sane/archive/v$pkgver.tar.gz;)
+md5sums=('da10ee9d0c0712c942224300c2931a1a'
+ '892cd70e3838250b615095d117173b57')
+
+prepare() {
+  cd $srcdir
+  # allow sane to build
+  sed -i s|os.path.join|'../libImaging', | $srcdir/Sane-$pkgver/setup.py
+  cp -r $srcdir/Sane-$pkgver $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 docs/LICENSE 

[arch-commits] Commit in python-pillow/repos (4 files)

2015-01-02 Thread Kyle Keen
Date: Friday, January 2, 2015 @ 23:45:13
  Author: kkeen
Revision: 125190

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 125189, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 125189, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-i686/PKGBUILD
  python-pillow/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  148 
 community-i686/PKGBUILD   |   74 --
 community-x86_64/PKGBUILD |   74 --
 3 files changed, 148 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-02 22:44:13 UTC (rev 125189)
+++ community-i686/PKGBUILD 2015-01-02 22:45:13 UTC (rev 125190)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=2.6.1
-pkgrel=1
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.4m
-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.zip;)
-md5sums=('f86e88a0f79f226dcdbf045b404cbdeb')
-
-build() {
-  cd $srcdir
-  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 docs/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')
-  replaces=('python2-imaging')
-  cd $srcdir/${_appname}2-$pkgver
-  sed -i 's|/usr/local/bin/python$|/usr/bin/env 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 docs/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 125189, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-02 22:45:13 UTC (rev 125190)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=2.6.2
+pkgrel=1
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.4m
+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.zip;)
+md5sums=('e5ec45b7dd828e8710714e4a96bba49c')
+
+build() {
+  cd $srcdir
+  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 docs/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
+}
+

[arch-commits] Commit in python-pillow/repos (4 files)

2014-10-22 Thread Kyle Keen
Date: Wednesday, October 22, 2014 @ 21:32:40
  Author: kkeen
Revision: 121234

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 121233, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 121233, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-i686/PKGBUILD
  python-pillow/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  148 
 community-i686/PKGBUILD   |   74 --
 community-x86_64/PKGBUILD |   74 --
 3 files changed, 148 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-22 19:32:17 UTC (rev 121233)
+++ community-i686/PKGBUILD 2014-10-22 19:32:40 UTC (rev 121234)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=2.6.0
-pkgrel=1
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.4m
-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.zip;)
-md5sums=('611b51542236f0d876ba0c8a97c259e8')
-
-build() {
-  cd $srcdir
-  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 docs/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')
-  replaces=('python2-imaging')
-  cd $srcdir/${_appname}2-$pkgver
-  sed -i 's|/usr/local/bin/python$|/usr/bin/env 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 docs/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 121233, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-22 19:32:40 UTC (rev 121234)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=2.6.1
+pkgrel=1
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.4m
+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.zip;)
+md5sums=('f86e88a0f79f226dcdbf045b404cbdeb')
+
+build() {
+  cd $srcdir
+  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 docs/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
+}
+

[arch-commits] Commit in python-pillow/repos (4 files)

2014-10-06 Thread Kyle Keen
Date: Monday, October 6, 2014 @ 14:55:40
  Author: kkeen
Revision: 120253

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 120252, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 120252, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-i686/PKGBUILD
  python-pillow/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  148 
 community-i686/PKGBUILD   |   74 --
 community-x86_64/PKGBUILD |   74 --
 3 files changed, 148 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-06 12:55:18 UTC (rev 120252)
+++ community-i686/PKGBUILD 2014-10-06 12:55:40 UTC (rev 120253)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=2.5.3
-pkgrel=2
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.4m
-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.zip;)
-md5sums=('9879437c28ee0ad6ea04b93d0be2c2d7')
-
-build() {
-  cd $srcdir
-  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 docs/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')
-  replaces=('python2-imaging')
-  cd $srcdir/${_appname}2-$pkgver
-  sed -i 's|/usr/local/bin/python$|/usr/bin/env 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 docs/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 120252, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-06 12:55:40 UTC (rev 120253)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=2.6.0
+pkgrel=1
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.4m
+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.zip;)
+md5sums=('611b51542236f0d876ba0c8a97c259e8')
+
+build() {
+  cd $srcdir
+  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 docs/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
+}
+

[arch-commits] Commit in python-pillow/repos (4 files)

2014-08-29 Thread Kyle Keen
Date: Friday, August 29, 2014 @ 19:26:41
  Author: kkeen
Revision: 118076

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 118075, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 118075, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-i686/PKGBUILD
  python-pillow/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  148 
 community-i686/PKGBUILD   |   75 --
 community-x86_64/PKGBUILD |   75 --
 3 files changed, 148 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-29 17:26:22 UTC (rev 118075)
+++ community-i686/PKGBUILD 2014-08-29 17:26:41 UTC (rev 118076)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=2.5.3
-pkgrel=1
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.4m
-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.zip;)
-md5sums=('9879437c28ee0ad6ea04b93d0be2c2d7')
-
-build() {
-  cd $srcdir
-  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 docs/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')
-  replaces=('python2-imaging')
-  cd $srcdir/${_appname}2-$pkgver
-  python2 setup.py install --root=$pkgdir/ --optimize=0
-  pushd Sane
-python2 setup.py install --root=$pkgdir/ --optimize=0
-  popd
-  sed -i 's|/usr/local/bin/python$|/usr/bin/env python2|' \
-$pkgdir/usr/lib/python$_py2basever/site-packages/PIL/OleFileIO.py
-
-  install -Dm644 docs/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 118075, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-29 17:26:41 UTC (rev 118076)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=2.5.3
+pkgrel=2
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.4m
+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.zip;)
+md5sums=('9879437c28ee0ad6ea04b93d0be2c2d7')
+
+build() {
+  cd $srcdir
+  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 docs/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
+ 

[arch-commits] Commit in python-pillow/repos (4 files)

2014-08-21 Thread Kyle Keen
Date: Friday, August 22, 2014 @ 01:34:29
  Author: kkeen
Revision: 117731

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 117730, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 117730, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-i686/PKGBUILD
  python-pillow/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  150 
 community-i686/PKGBUILD   |   75 --
 community-x86_64/PKGBUILD |   75 --
 3 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-21 23:34:07 UTC (rev 117730)
+++ community-i686/PKGBUILD 2014-08-21 23:34:29 UTC (rev 117731)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=2.5.1
-pkgrel=1
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.4m
-pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
-arch=('i686' 'x86_64')
-url=http://python-imaging.github.io/;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
-source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
-md5sums=('cf42c695fab68116af2c8ef816fca0d9')
-
-build() {
-  cd $srcdir
-  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 docs/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')
-  replaces=('python2-imaging')
-  cd $srcdir/${_appname}2-$pkgver
-  python2 setup.py install --root=$pkgdir/ --optimize=0
-  pushd Sane
-python2 setup.py install --root=$pkgdir/ --optimize=0
-  popd
-  sed -i 's|/usr/local/bin/python$|/usr/bin/env python2|' \
-$pkgdir/usr/lib/python$_py2basever/site-packages/PIL/OleFileIO.py
-
-  install -Dm644 docs/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 117730, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-21 23:34:29 UTC (rev 117731)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=2.5.3
+pkgrel=1
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.4m
+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.zip;)
+md5sums=('9879437c28ee0ad6ea04b93d0be2c2d7')
+
+build() {
+  cd $srcdir
+  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 docs/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

[arch-commits] Commit in python-pillow/repos (4 files)

2014-07-17 Thread Kyle Keen
Date: Friday, July 18, 2014 @ 06:02:31
  Author: kkeen
Revision: 115891

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 115890, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 115890, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-i686/PKGBUILD
  python-pillow/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  150 
 community-i686/PKGBUILD   |   76 --
 community-x86_64/PKGBUILD |   76 --
 3 files changed, 150 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-18 04:01:43 UTC (rev 115890)
+++ community-i686/PKGBUILD 2014-07-18 04:02:31 UTC (rev 115891)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=2.5.0
-pkgrel=1
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.4m
-pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
-arch=('i686' 'x86_64')
-url=http://python-imaging.github.io/;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
-source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
-md5sums=('3da46b9a4aeba22e22724ba7a15fe617')
-
-build() {
-  cd $srcdir
-  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 docs/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')
-  replaces=('python2-imaging')
-  cd $srcdir/${_appname}2-$pkgver
-  python2 setup.py install --root=$pkgdir/ --optimize=0
-  pushd Sane
-python2 setup.py install --root=$pkgdir/ --optimize=0
-  popd
-  sed -i 's|/usr/local/bin/python$|/usr/bin/env python2|' \
-$pkgdir/usr/lib/python$_py2basever/site-packages/PIL/OleFileIO.py
-
-  install -Dm644 docs/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 115890, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-18 04:02:31 UTC (rev 115891)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=2.5.1
+pkgrel=1
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.4m
+pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
+arch=('i686' 'x86_64')
+url=http://python-imaging.github.io/;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
+source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
+md5sums=('cf42c695fab68116af2c8ef816fca0d9')
+
+build() {
+  cd $srcdir
+  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 docs/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

[arch-commits] Commit in python-pillow/repos (4 files)

2014-07-02 Thread Kyle Keen
Date: Wednesday, July 2, 2014 @ 16:06:30
  Author: kkeen
Revision: 114646

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 114645, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 114645, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-i686/PKGBUILD
  python-pillow/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  152 
 community-i686/PKGBUILD   |   72 
 community-x86_64/PKGBUILD |   72 
 3 files changed, 152 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-02 14:06:05 UTC (rev 114645)
+++ community-i686/PKGBUILD 2014-07-02 14:06:30 UTC (rev 114646)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=2.4.0
-pkgrel=1
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.4m
-pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
-arch=('i686' 'x86_64')
-url=http://python-imaging.github.io/;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
-source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
-md5sums=('b46ac9f00580920ffafe518bc765e43c')
-
-build() {
-  cd $srcdir
-  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 docs/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')
-  replaces=('python2-imaging')
-  cd $srcdir/${_appname}2-$pkgver
-  python2 setup.py install --root=$pkgdir/ --optimize=0
-  pushd Sane
-python2 setup.py install --root=$pkgdir/ --optimize=0
-  popd
-  install -Dm644 docs/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 114645, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-02 14:06:30 UTC (rev 114646)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=2.5.0
+pkgrel=1
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.4m
+pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
+arch=('i686' 'x86_64')
+url=http://python-imaging.github.io/;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
+source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
+md5sums=('3da46b9a4aeba22e22724ba7a15fe617')
+
+build() {
+  cd $srcdir
+  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 docs/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.
+  

[arch-commits] Commit in python-pillow/repos (4 files)

2014-04-15 Thread Kyle Keen
Date: Tuesday, April 15, 2014 @ 17:10:39
  Author: kkeen
Revision: 109546

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 109545, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 109545, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-i686/PKGBUILD
  python-pillow/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  144 
 community-i686/PKGBUILD   |   72 --
 community-x86_64/PKGBUILD |   72 --
 3 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-15 15:07:46 UTC (rev 109545)
+++ community-i686/PKGBUILD 2014-04-15 15:10:39 UTC (rev 109546)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=2.3.1
-pkgrel=2
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.4m
-pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
-arch=('i686' 'x86_64')
-url=http://python-imaging.github.io/;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
-source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
-md5sums=('0946bb3aa18b3836eeb45cc64588fe94')
-
-build() {
-  cd $srcdir
-  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 docs/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')
-  replaces=('python2-imaging')
-  cd $srcdir/${_appname}2-$pkgver
-  python2 setup.py install --root=$pkgdir/ --optimize=0
-  pushd Sane
-python2 setup.py install --root=$pkgdir/ --optimize=0
-  popd
-  install -Dm644 docs/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 109545, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-15 15:10:39 UTC (rev 109546)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=2.4.0
+pkgrel=1
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.4m
+pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
+arch=('i686' 'x86_64')
+url=http://python-imaging.github.io/;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
+source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
+md5sums=('b46ac9f00580920ffafe518bc765e43c')
+
+build() {
+  cd $srcdir
+  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 docs/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.
+  

[arch-commits] Commit in python-pillow/repos (4 files)

2014-03-18 Thread Kyle Keen
Date: Tuesday, March 18, 2014 @ 10:57:17
  Author: kkeen
Revision: 107607

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 107606, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 107606, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-i686/PKGBUILD
  python-pillow/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  144 
 community-i686/PKGBUILD   |   72 --
 community-x86_64/PKGBUILD |   72 --
 3 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-18 09:55:48 UTC (rev 107606)
+++ community-i686/PKGBUILD 2014-03-18 09:57:17 UTC (rev 107607)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=2.3.0
-pkgrel=3
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.3m
-pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
-arch=('i686' 'x86_64')
-url=http://python-imaging.github.io/;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
-source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
-md5sums=('56b6614499aacb7d6b5983c4914daea7')
-
-build() {
-  cd $srcdir
-  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 docs/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')
-  replaces=('python2-imaging')
-  cd $srcdir/${_appname}2-$pkgver
-  python2 setup.py install --root=$pkgdir/ --optimize=0
-  pushd Sane
-python2 setup.py install --root=$pkgdir/ --optimize=0
-  popd
-  install -Dm644 docs/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 107606, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-18 09:57:17 UTC (rev 107607)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=2.3.1
+pkgrel=1
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.3m
+pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
+arch=('i686' 'x86_64')
+url=http://python-imaging.github.io/;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
+source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
+md5sums=('0946bb3aa18b3836eeb45cc64588fe94')
+
+build() {
+  cd $srcdir
+  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 docs/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.
+  

[arch-commits] Commit in python-pillow/repos (4 files)

2014-03-18 Thread Kyle Keen
Date: Tuesday, March 18, 2014 @ 12:02:03
  Author: kkeen
Revision: 107621

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  python-pillow/repos/community-staging-i686/
  python-pillow/repos/community-staging-i686/PKGBUILD
(from rev 107620, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-staging-x86_64/
  python-pillow/repos/community-staging-x86_64/PKGBUILD
(from rev 107620, python-pillow/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   72 
 community-staging-x86_64/PKGBUILD |   72 
 2 files changed, 144 insertions(+)

Copied: python-pillow/repos/community-staging-i686/PKGBUILD (from rev 107620, 
python-pillow/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-03-18 11:02:03 UTC (rev 107621)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=2.3.1
+pkgrel=2
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.4m
+pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
+arch=('i686' 'x86_64')
+url=http://python-imaging.github.io/;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
+source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
+md5sums=('0946bb3aa18b3836eeb45cc64588fe94')
+
+build() {
+  cd $srcdir
+  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 docs/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')
+  replaces=('python2-imaging')
+  cd $srcdir/${_appname}2-$pkgver
+  python2 setup.py install --root=$pkgdir/ --optimize=0
+  pushd Sane
+python2 setup.py install --root=$pkgdir/ --optimize=0
+  popd
+  install -Dm644 docs/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-staging-x86_64/PKGBUILD (from rev 107620, 
python-pillow/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-03-18 11:02:03 UTC (rev 107621)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=2.3.1
+pkgrel=2
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.4m
+pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
+arch=('i686' 'x86_64')
+url=http://python-imaging.github.io/;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
+source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
+md5sums=('0946bb3aa18b3836eeb45cc64588fe94')
+
+build() {
+  cd $srcdir
+  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 docs/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
+}
+

[arch-commits] Commit in python-pillow/repos (4 files)

2014-02-02 Thread Kyle Keen
Date: Sunday, February 2, 2014 @ 20:14:19
  Author: kkeen
Revision: 105205

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  python-pillow/repos/community-staging-i686/
  python-pillow/repos/community-staging-i686/PKGBUILD
(from rev 105204, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-staging-x86_64/
  python-pillow/repos/community-staging-x86_64/PKGBUILD
(from rev 105204, python-pillow/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   72 
 community-staging-x86_64/PKGBUILD |   72 
 2 files changed, 144 insertions(+)

Copied: python-pillow/repos/community-staging-i686/PKGBUILD (from rev 105204, 
python-pillow/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-02-02 19:14:19 UTC (rev 105205)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=2.3.0
+pkgrel=2
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.3m
+pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
+arch=('i686' 'x86_64')
+url=http://python-imaging.github.io/;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
+source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
+md5sums=('56b6614499aacb7d6b5983c4914daea7')
+
+build() {
+  cd $srcdir
+  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 docs/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')
+  replaces=('python2-imaging')
+  cd $srcdir/${_appname}2-$pkgver
+  python2 setup.py install --root=$pkgdir/ --optimize=0
+  pushd Sane
+python2 setup.py install --root=$pkgdir/ --optimize=0
+  popd
+  install -Dm644 docs/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-staging-x86_64/PKGBUILD (from rev 105204, 
python-pillow/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-02-02 19:14:19 UTC (rev 105205)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=2.3.0
+pkgrel=2
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.3m
+pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
+arch=('i686' 'x86_64')
+url=http://python-imaging.github.io/;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
+source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
+md5sums=('56b6614499aacb7d6b5983c4914daea7')
+
+build() {
+  cd $srcdir
+  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 docs/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
+}
+

[arch-commits] Commit in python-pillow/repos (4 files)

2014-02-02 Thread Jan Steffens
Date: Sunday, February 2, 2014 @ 20:19:14
  Author: heftig
Revision: 105209

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  python-pillow/repos/community-staging-i686/PKGBUILD
(from rev 105208, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-staging-x86_64/PKGBUILD
(from rev 105208, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-staging-i686/PKGBUILD
  python-pillow/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |  144 
 community-staging-i686/PKGBUILD   |   72 --
 community-staging-x86_64/PKGBUILD |   72 --
 3 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-02-02 19:18:17 UTC (rev 105208)
+++ community-staging-i686/PKGBUILD 2014-02-02 19:19:14 UTC (rev 105209)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=2.3.0
-pkgrel=2
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.3m
-pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
-arch=('i686' 'x86_64')
-url=http://python-imaging.github.io/;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
-source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
-md5sums=('56b6614499aacb7d6b5983c4914daea7')
-
-build() {
-  cd $srcdir
-  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 docs/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')
-  replaces=('python2-imaging')
-  cd $srcdir/${_appname}2-$pkgver
-  python2 setup.py install --root=$pkgdir/ --optimize=0
-  pushd Sane
-python2 setup.py install --root=$pkgdir/ --optimize=0
-  popd
-  install -Dm644 docs/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-staging-i686/PKGBUILD (from rev 105208, 
python-pillow/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-02-02 19:19:14 UTC (rev 105209)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=2.3.0
+pkgrel=3
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.3m
+pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
+arch=('i686' 'x86_64')
+url=http://python-imaging.github.io/;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
+source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
+md5sums=('56b6614499aacb7d6b5983c4914daea7')
+
+build() {
+  cd $srcdir
+  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 docs/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}

[arch-commits] Commit in python-pillow/repos (4 files)

2014-01-07 Thread Kyle Keen
Date: Wednesday, January 8, 2014 @ 05:03:33
  Author: kkeen
Revision: 103590

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 103589, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 103589, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-i686/PKGBUILD
  python-pillow/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  144 
 community-i686/PKGBUILD   |   72 --
 community-x86_64/PKGBUILD |   72 --
 3 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-08 04:00:58 UTC (rev 103589)
+++ community-i686/PKGBUILD 2014-01-08 04:03:33 UTC (rev 103590)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=2.2.2
-pkgrel=1
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.3m
-pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
-arch=('i686' 'x86_64')
-url=http://python-imaging.github.io/;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
-source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
-md5sums=('6a76a16f6db45744ff2e9327bf0608b4')
-
-build() {
-  cd $srcdir
-  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 docs/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')
-  replaces=('python2-imaging')
-  cd $srcdir/${_appname}2-$pkgver
-  python2 setup.py install --root=$pkgdir/ --optimize=0
-  pushd Sane
-python2 setup.py install --root=$pkgdir/ --optimize=0
-  popd
-  install -Dm644 docs/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 103589, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-08 04:03:33 UTC (rev 103590)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=2.3.0
+pkgrel=1
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.3m
+pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
+arch=('i686' 'x86_64')
+url=http://python-imaging.github.io/;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
+source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
+md5sums=('56b6614499aacb7d6b5983c4914daea7')
+
+build() {
+  cd $srcdir
+  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 docs/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.
+  

[arch-commits] Commit in python-pillow/repos (4 files)

2013-12-20 Thread Kyle Keen
Date: Saturday, December 21, 2013 @ 02:57:46
  Author: kkeen
Revision: 102812

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 102811, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 102811, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-i686/PKGBUILD
  python-pillow/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  144 
 community-i686/PKGBUILD   |   72 --
 community-x86_64/PKGBUILD |   72 --
 3 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-21 01:56:47 UTC (rev 102811)
+++ community-i686/PKGBUILD 2013-12-21 01:57:46 UTC (rev 102812)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=2.2.1
-pkgrel=2
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.3m
-pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
-arch=('i686' 'x86_64')
-url=http://python-imaging.github.io/;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
-source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
-md5sums=('d1d20d3db5d1ab312da0951ff061e6bf')
-
-build() {
-  cd $srcdir
-  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 docs/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')
-  replaces=('python2-imaging')
-  cd $srcdir/${_appname}2-$pkgver
-  python2 setup.py install --root=$pkgdir/ --optimize=0
-  pushd Sane
-python2 setup.py install --root=$pkgdir/ --optimize=0
-  popd
-  install -Dm644 docs/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 102811, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-21 01:57:46 UTC (rev 102812)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=2.2.2
+pkgrel=1
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.3m
+pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
+arch=('i686' 'x86_64')
+url=http://python-imaging.github.io/;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
+source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
+md5sums=('6a76a16f6db45744ff2e9327bf0608b4')
+
+build() {
+  cd $srcdir
+  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 docs/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.
+  

[arch-commits] Commit in python-pillow/repos (4 files)

2013-10-17 Thread Kyle Keen
Date: Thursday, October 17, 2013 @ 08:08:29
  Author: kkeen
Revision: 98694

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 98693, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 98693, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-i686/PKGBUILD
  python-pillow/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  144 
 community-i686/PKGBUILD   |   64 ---
 community-x86_64/PKGBUILD |   64 ---
 3 files changed, 144 insertions(+), 128 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-17 06:08:03 UTC (rev 98693)
+++ community-i686/PKGBUILD 2013-10-17 06:08:29 UTC (rev 98694)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-_appname=Pillow
-pkgver=2.2.1
-pkgrel=1
-pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
-arch=('i686' 'x86_64')
-url=http://python-imaging.github.io/;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
-source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
-md5sums=('d1d20d3db5d1ab312da0951ff061e6bf')
-
-build() {
-  cd $srcdir
-  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 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # 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')
-  replaces=('python2-imaging')
-  cd $srcdir/${_appname}2-$pkgver
-  python2 setup.py install --root=$pkgdir/ --optimize=0
-  pushd Sane
-python2 setup.py install --root=$pkgdir/ --optimize=0
-  popd
-  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # 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 98693, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-17 06:08:29 UTC (rev 98694)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=2.2.1
+pkgrel=2
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.3m
+pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
+arch=('i686' 'x86_64')
+url=http://python-imaging.github.io/;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
+source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
+md5sums=('d1d20d3db5d1ab312da0951ff061e6bf')
+
+build() {
+  cd $srcdir
+  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 docs/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')
+  replaces=('python2-imaging')
+  cd 

[arch-commits] Commit in python-pillow/repos (4 files)

2013-09-15 Thread Balló György
Date: Sunday, September 15, 2013 @ 21:11:31
  Author: bgyorgy
Revision: 97244

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  python-pillow/repos/community-staging-i686/PKGBUILD
(from rev 97243, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-staging-x86_64/PKGBUILD
(from rev 97243, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-staging-i686/PKGBUILD
  python-pillow/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |  128 
 community-staging-i686/PKGBUILD   |   67 --
 community-staging-x86_64/PKGBUILD |   67 --
 3 files changed, 128 insertions(+), 134 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-09-15 19:11:03 UTC (rev 97243)
+++ community-staging-i686/PKGBUILD 2013-09-15 19:11:31 UTC (rev 97244)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-_appname=Pillow
-pkgver=2.1.0
-pkgrel=3
-pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
-arch=('i686' 'x86_64')
-url=http://python-imaging.github.io/;
-license=('BSD')
-depends=('python' 'python2')
-makedepends=('python-setuptools' 'python2-setuptools' 'sane')
-source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
-md5sums=('ec630d8ae15d4a3c4ae7b7efdeac8200')
-
-build() {
-  cd $srcdir
-  cp -r $srcdir/$_appname-$pkgver $srcdir/${_appname}2-$pkgver
-}  
-
-package_python-pillow() {
-  depends=('python')
-  makedepends=('python-setuptools' 'sane')
-  optdepends=('tk: for the ImageTK module'
-  'sane: for the ImageSane 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 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # 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')
-  makedepends=('python2-setuptools' 'sane')
-  optdepends=('tk: for the ImageTK module'
-  'sane: for the ImageSane module'
-  'python2-pyqt4: for the ImageQt module')
-  provides=('python-imaging' 'python2-imaging')
-  conflicts=('python-imaging' 'python2-imaging')
-  replaces=('python2-imaging')
-  cd $srcdir/${_appname}2-$pkgver
-  python2 setup.py install --root=$pkgdir/ --optimize=0
-  pushd Sane
-python2 setup.py install --root=$pkgdir/ --optimize=0
-  popd
-  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # clean up bins
-  cd $pkgdir/usr/bin
-  for f in *.py; do
-mv $f ${f%.py}2
-  done
-}
-

Copied: python-pillow/repos/community-staging-i686/PKGBUILD (from rev 97243, 
python-pillow/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-09-15 19:11:31 UTC (rev 97244)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+_appname=Pillow
+pkgver=2.1.0
+pkgrel=4
+pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
+arch=('i686' 'x86_64')
+url=http://python-imaging.github.io/;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
+source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
+md5sums=('ec630d8ae15d4a3c4ae7b7efdeac8200')
+
+build() {
+  cd $srcdir
+  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 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # 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')
+  

[arch-commits] Commit in python-pillow/repos (4 files)

2013-09-14 Thread Kyle Keen
Date: Sunday, September 15, 2013 @ 02:45:16
  Author: kkeen
Revision: 97178

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pillow/repos/community-i686/
  python-pillow/repos/community-i686/PKGBUILD
(from rev 97177, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 97177, python-pillow/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   54 
 community-x86_64/PKGBUILD |   54 
 2 files changed, 108 insertions(+)

Copied: python-pillow/repos/community-i686/PKGBUILD (from rev 97177, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-15 00:45:16 UTC (rev 97178)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+_appname=Pillow
+pkgver=2.1.0
+pkgrel=1
+pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
+arch=('i686' 'x86_64')
+url=http://python-imaging.github.io/;
+license=('BSD')
+depends=('python' 'python2')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
+md5sums=('ec630d8ae15d4a3c4ae7b7efdeac8200')
+
+build() {
+  cd $srcdir
+  cp -r $srcdir/$_appname-$pkgver $srcdir/${_appname}2-$pkgver
+}  
+
+package_python-pillow() {
+  depends=('python')
+  makedepends=('python-setuptools')
+  cd $srcdir/$_appname-$pkgver
+  python3 setup.py install --root=$pkgdir/ --optimize=0
+  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # 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')
+  makedepends=('python2-setuptools')
+  provides=('python-imaging' 'python2-imaging')
+  conflicts=('python-imaging' 'python2-imaging')
+  cd $srcdir/${_appname}2-$pkgver
+  python2 setup.py install --root=$pkgdir/ --optimize=0
+  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # 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 97177, 
python-pillow/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-09-15 00:45:16 UTC (rev 97178)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+_appname=Pillow
+pkgver=2.1.0
+pkgrel=1
+pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
+arch=('i686' 'x86_64')
+url=http://python-imaging.github.io/;
+license=('BSD')
+depends=('python' 'python2')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
+md5sums=('ec630d8ae15d4a3c4ae7b7efdeac8200')
+
+build() {
+  cd $srcdir
+  cp -r $srcdir/$_appname-$pkgver $srcdir/${_appname}2-$pkgver
+}  
+
+package_python-pillow() {
+  depends=('python')
+  makedepends=('python-setuptools')
+  cd $srcdir/$_appname-$pkgver
+  python3 setup.py install --root=$pkgdir/ --optimize=0
+  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # 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')
+  makedepends=('python2-setuptools')
+  provides=('python-imaging' 'python2-imaging')
+  conflicts=('python-imaging' 'python2-imaging')
+  cd $srcdir/${_appname}2-$pkgver
+  python2 setup.py install --root=$pkgdir/ --optimize=0
+  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # clean up bins
+  cd $pkgdir/usr/bin
+  for f in *.py; do
+mv $f ${f%.py}2
+  done
+}
+



[arch-commits] Commit in python-pillow/repos (4 files)

2013-09-14 Thread Kyle Keen
Date: Sunday, September 15, 2013 @ 02:59:23
  Author: kkeen
Revision: 97180

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 97179, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 97179, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-i686/PKGBUILD
  python-pillow/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  110 
 community-i686/PKGBUILD   |   54 -
 community-x86_64/PKGBUILD |   54 -
 3 files changed, 110 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-15 00:56:30 UTC (rev 97179)
+++ community-i686/PKGBUILD 2013-09-15 00:59:23 UTC (rev 97180)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-_appname=Pillow
-pkgver=2.1.0
-pkgrel=1
-pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
-arch=('i686' 'x86_64')
-url=http://python-imaging.github.io/;
-license=('BSD')
-depends=('python' 'python2')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
-md5sums=('ec630d8ae15d4a3c4ae7b7efdeac8200')
-
-build() {
-  cd $srcdir
-  cp -r $srcdir/$_appname-$pkgver $srcdir/${_appname}2-$pkgver
-}  
-
-package_python-pillow() {
-  depends=('python')
-  makedepends=('python-setuptools')
-  cd $srcdir/$_appname-$pkgver
-  python3 setup.py install --root=$pkgdir/ --optimize=0
-  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # 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')
-  makedepends=('python2-setuptools')
-  provides=('python-imaging' 'python2-imaging')
-  conflicts=('python-imaging' 'python2-imaging')
-  cd $srcdir/${_appname}2-$pkgver
-  python2 setup.py install --root=$pkgdir/ --optimize=0
-  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # 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 97179, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-15 00:59:23 UTC (rev 97180)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+_appname=Pillow
+pkgver=2.1.0
+pkgrel=2
+pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
+arch=('i686' 'x86_64')
+url=http://python-imaging.github.io/;
+license=('BSD')
+depends=('python' 'python2')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
+md5sums=('ec630d8ae15d4a3c4ae7b7efdeac8200')
+
+build() {
+  cd $srcdir
+  cp -r $srcdir/$_appname-$pkgver $srcdir/${_appname}2-$pkgver
+}  
+
+package_python-pillow() {
+  depends=('python')
+  makedepends=('python-setuptools')
+  cd $srcdir/$_appname-$pkgver
+  python3 setup.py install --root=$pkgdir/ --optimize=0
+  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # 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')
+  makedepends=('python2-setuptools')
+  provides=('python-imaging' 'python2-imaging')
+  conflicts=('python-imaging' 'python2-imaging')
+  replaces=('python2-imaging')
+  cd $srcdir/${_appname}2-$pkgver
+  python2 setup.py install --root=$pkgdir/ --optimize=0
+  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # 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   2013-09-15 00:56:30 UTC (rev 97179)
+++ community-x86_64/PKGBUILD   2013-09-15 00:59:23 UTC (rev 97180)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-_appname=Pillow
-pkgver=2.1.0
-pkgrel=1
-pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
-arch=('i686' 'x86_64')
-url=http://python-imaging.github.io/;
-license=('BSD')
-depends=('python' 'python2')
-makedepends=('python-setuptools' 'python2-setuptools')

[arch-commits] Commit in python-pillow/repos (4 files)

2013-09-14 Thread Kyle Keen
Date: Sunday, September 15, 2013 @ 03:01:58
  Author: kkeen
Revision: 97181

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 97180, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 97180, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-i686/PKGBUILD
  python-pillow/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  110 
 community-i686/PKGBUILD   |   55 --
 community-x86_64/PKGBUILD |   55 --
 3 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-15 00:59:23 UTC (rev 97180)
+++ community-i686/PKGBUILD 2013-09-15 01:01:58 UTC (rev 97181)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-_appname=Pillow
-pkgver=2.1.0
-pkgrel=2
-pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
-arch=('i686' 'x86_64')
-url=http://python-imaging.github.io/;
-license=('BSD')
-depends=('python' 'python2')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
-md5sums=('ec630d8ae15d4a3c4ae7b7efdeac8200')
-
-build() {
-  cd $srcdir
-  cp -r $srcdir/$_appname-$pkgver $srcdir/${_appname}2-$pkgver
-}  
-
-package_python-pillow() {
-  depends=('python')
-  makedepends=('python-setuptools')
-  cd $srcdir/$_appname-$pkgver
-  python3 setup.py install --root=$pkgdir/ --optimize=0
-  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # 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')
-  makedepends=('python2-setuptools')
-  provides=('python-imaging' 'python2-imaging')
-  conflicts=('python-imaging' 'python2-imaging')
-  replaces=('python2-imaging')
-  cd $srcdir/${_appname}2-$pkgver
-  python2 setup.py install --root=$pkgdir/ --optimize=0
-  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # 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 97180, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-15 01:01:58 UTC (rev 97181)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+_appname=Pillow
+pkgver=2.1.0
+pkgrel=2
+pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
+arch=('i686' 'x86_64')
+url=http://python-imaging.github.io/;
+license=('BSD')
+depends=('python' 'python2')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
+md5sums=('ec630d8ae15d4a3c4ae7b7efdeac8200')
+
+build() {
+  cd $srcdir
+  cp -r $srcdir/$_appname-$pkgver $srcdir/${_appname}2-$pkgver
+}  
+
+package_python-pillow() {
+  depends=('python')
+  makedepends=('python-setuptools')
+  cd $srcdir/$_appname-$pkgver
+  python3 setup.py install --root=$pkgdir/ --optimize=0
+  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # 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')
+  makedepends=('python2-setuptools')
+  provides=('python-imaging' 'python2-imaging')
+  conflicts=('python-imaging' 'python2-imaging')
+  replaces=('python2-imaging')
+  cd $srcdir/${_appname}2-$pkgver
+  python2 setup.py install --root=$pkgdir/ --optimize=0
+  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # 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   2013-09-15 00:59:23 UTC (rev 97180)
+++ community-x86_64/PKGBUILD   2013-09-15 01:01:58 UTC (rev 97181)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-_appname=Pillow
-pkgver=2.1.0
-pkgrel=2
-pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
-arch=('i686' 'x86_64')
-url=http://python-imaging.github.io/;
-license=('BSD')
-depends=('python' 'python2')