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

2013-10-03 Thread Kyle Keen
Date: Friday, October 4, 2013 @ 03:35:36
  Author: kkeen
Revision: 98021

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

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 98020, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 98020, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-i686/PKGBUILD
  python-pillow/repos/community-i686/pull325.diff
  python-pillow/repos/community-x86_64/PKGBUILD
  python-pillow/repos/community-x86_64/pull325.diff

---+
 /PKGBUILD |  128 
 community-i686/PKGBUILD   |   68 -
 community-i686/pull325.diff   |   38 ---
 community-x86_64/PKGBUILD |   68 -
 community-x86_64/pull325.diff |   38 ---
 5 files changed, 128 insertions(+), 212 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-04 01:34:55 UTC (rev 98020)
+++ community-i686/PKGBUILD 2013-10-04 01:35:36 UTC (rev 98021)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-_appname=Pillow
-pkgver=2.1.0
-pkgrel=5
-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')
-# remove pull325.diff on 2.1.1 release, fixes FS#36945
-source=("http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip";
-  "pull325.diff")
-md5sums=('ec630d8ae15d4a3c4ae7b7efdeac8200'
- 'aa3fa12bd2d61041f6d01fedddab39fb')
-
-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"
-  patch -Np1 -i ../pull325.diff
-  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 98020, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-04 01:35:36 UTC (rev 98021)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# 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'
+   

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

2013-09-15 Thread Kyle Keen
Date: Sunday, September 15, 2013 @ 23:53:08
  Author: kkeen
Revision: 97265

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

Added:
  python-pillow/repos/community-staging-i686/PKGBUILD
(from rev 97264, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-staging-i686/pull325.diff
(from rev 97264, python-pillow/trunk/pull325.diff)
  python-pillow/repos/community-staging-x86_64/PKGBUILD
(from rev 97264, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-staging-x86_64/pull325.diff
(from rev 97264, python-pillow/trunk/pull325.diff)
Deleted:
  python-pillow/repos/community-staging-i686/PKGBUILD
  python-pillow/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |  136 
 community-staging-i686/PKGBUILD   |   64 ---
 community-staging-i686/pull325.diff   |   38 
 community-staging-x86_64/PKGBUILD |   64 ---
 community-staging-x86_64/pull325.diff |   38 
 5 files changed, 212 insertions(+), 128 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-09-15 21:52:25 UTC (rev 97264)
+++ community-staging-i686/PKGBUILD 2013-09-15 21:53:08 UTC (rev 97265)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# 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')
-  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 97264, 
python-pillow/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-09-15 21:53:08 UTC (rev 97265)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+_appname=Pillow
+pkgver=2.1.0
+pkgrel=5
+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')
+# remove pull325.diff on 2.1.1 release, fixes FS#36945
+source=("http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip";
+  "pull325.diff")
+md5sums=('ec630d8ae15d4a3c4ae7b7efdeac8200'
+ 'aa3fa12bd2d61041f6d01fedddab39fb')
+
+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