[arch-commits] Commit in python-six/repos/community-any (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at nymeria.archlinux.org
Sun Jan 5 18:24:33 UTC 2014


    Date: Sunday, January 5, 2014 @ 19:24:33
  Author: jelle
Revision: 103410

archrelease: copy trunk to community-any

Added:
  python-six/repos/community-any/PKGBUILD
    (from rev 103409, python-six/trunk/PKGBUILD)
Deleted:
  python-six/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   81 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-05 18:24:25 UTC (rev 103409)
+++ PKGBUILD	2014-01-05 18:24:33 UTC (rev 103410)
@@ -1,40 +0,0 @@
-# Contributer: Allan McRae <allan at archlinux.org>
-# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
-
-pkgbase=python-six
-pkgname=('python2-six' 'python-six')
-pkgver=1.4.1
-pkgrel=1
-pkgdesc="Python 2 and 3 compatibility utilities"
-arch=('any')
-url="http://pypi.python.org/pypi/six/"
-license=('MIT')
-makedepends=('python' 'python2')
-source=(http://pypi.python.org/packages/source/s/six/six-$pkgver.tar.gz)
-md5sums=('ec47fe6070a8a64c802363d2c2b1e2ee')
-
-build() {
-  cd $srcdir
-  cp -r six-$pkgver six2-$pkgver
-}
-
-check() {
-  cd $srcdir/six-$pkgver 
-  python3 setup.py check
-
-}
-
-package_python-six() {
-  depends=('python')
-  cd $srcdir/six-$pkgver 
-  python3 setup.py install --root "${pkgdir}" --optimize=1
-  install -Dm644 "${srcdir}/six-${pkgver}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-six() {
-  depends=('python2')
-  cd $srcdir/six2-$pkgver 
-  python2 setup.py install --root "${pkgdir}" --optimize=1
-  install -Dm644 "${srcdir}/six-${pkgver}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-md5sums=('bdbb9e12d3336c198695aa4cf3a61d62')

Copied: python-six/repos/community-any/PKGBUILD (from rev 103409, python-six/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-01-05 18:24:33 UTC (rev 103410)
@@ -0,0 +1,41 @@
+# Contributer: Allan McRae <allan at archlinux.org>
+# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
+
+pkgbase=python-six
+pkgname=('python2-six' 'python-six')
+pkgver=1.5.1
+pkgrel=1
+pkgdesc="Python 2 and 3 compatibility utilities"
+arch=('any')
+url="http://pypi.python.org/pypi/six/"
+license=('MIT')
+makedepends=('python' 'python2')
+source=(http://pypi.python.org/packages/source/s/six/six-$pkgver.tar.gz)
+md5sums=('bb00c982fc0ec0dd6a760500b0941fa9')
+
+build() {
+  cd $srcdir
+  cp -r six-$pkgver six2-$pkgver
+}
+
+check() {
+  cd $srcdir/six-$pkgver 
+  python3 setup.py check
+
+  cd $srcdir/six2-$pkgver 
+  python2 setup.py check
+}
+
+package_python-six() {
+  depends=('python')
+  cd $srcdir/six-$pkgver 
+  python3 setup.py install --root "${pkgdir}" --optimize=1
+  install -Dm644 "${srcdir}/six-${pkgver}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-six() {
+  depends=('python2')
+  cd $srcdir/six2-$pkgver 
+  python2 setup.py install --root "${pkgdir}" --optimize=1
+  install -Dm644 "${srcdir}/six-${pkgver}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}




More information about the arch-commits mailing list