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

2015-10-10 Thread Jelle van der Waa
Date: Saturday, October 10, 2015 @ 15:53:26
  Author: jelle
Revision: 143599

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-10 13:53:16 UTC (rev 143598)
+++ PKGBUILD2015-10-10 13:53:26 UTC (rev 143599)
@@ -1,41 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributer: Allan McRae 
-
-pkgbase=python-six
-pkgname=('python2-six' 'python-six')
-pkgver=1.9.0
-pkgrel=2
-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=('476881ef4012262dfc8adc645ee786c4')
-
-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"
-}

Copied: python-six/repos/community-any/PKGBUILD (from rev 143598, 
python-six/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-10 13:53:26 UTC (rev 143599)
@@ -0,0 +1,41 @@
+# Maintainer: Jelle van der Waa 
+# Contributer: Allan McRae 
+
+pkgbase=python-six
+pkgname=('python2-six' 'python-six')
+pkgver=1.10.0
+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=('34eed507548117b2ab523ab14b2f8b55')
+
+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"
+}


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

2015-01-08 Thread Jelle van der Waa
Date: Thursday, January 8, 2015 @ 22:10:18
  Author: jelle
Revision: 125629

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-08 21:10:06 UTC (rev 125628)
+++ PKGBUILD2015-01-08 21:10:18 UTC (rev 125629)
@@ -1,41 +0,0 @@
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-# Contributer: Allan McRae al...@archlinux.org
-
-pkgbase=python-six
-pkgname=('python2-six' 'python-six')
-pkgver=1.8.0
-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=('1626eb24cc889110c38f7e786ec69885')
-
-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
-}

Copied: python-six/repos/community-any/PKGBUILD (from rev 125628, 
python-six/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-08 21:10:18 UTC (rev 125629)
@@ -0,0 +1,41 @@
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+# Contributer: Allan McRae al...@archlinux.org
+
+pkgbase=python-six
+pkgname=('python2-six' 'python-six')
+pkgver=1.9.0
+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=('476881ef4012262dfc8adc645ee786c4')
+
+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
+}


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

2015-01-02 Thread Jelle van der Waa
Date: Friday, January 2, 2015 @ 22:03:52
  Author: jelle
Revision: 125188

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-02 20:47:32 UTC (rev 125187)
+++ PKGBUILD2015-01-02 21:03:52 UTC (rev 125188)
@@ -1,41 +0,0 @@
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-# Contributer: Allan McRae al...@archlinux.org
-
-pkgbase=python-six
-pkgname=('python2-six' 'python-six')
-pkgver=1.8.0
-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=('1626eb24cc889110c38f7e786ec69885')
-
-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
-}

Copied: python-six/repos/community-any/PKGBUILD (from rev 125187, 
python-six/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-02 21:03:52 UTC (rev 125188)
@@ -0,0 +1,41 @@
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+# Contributer: Allan McRae al...@archlinux.org
+
+pkgbase=python-six
+pkgname=('python2-six' 'python-six')
+pkgver=1.8.0
+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=('1626eb24cc889110c38f7e786ec69885')
+
+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
+}


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

2014-09-12 Thread Jelle van der Waa
Date: Friday, September 12, 2014 @ 15:35:10
  Author: jelle
Revision: 118873

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-12 13:35:03 UTC (rev 118872)
+++ PKGBUILD2014-09-12 13:35:10 UTC (rev 118873)
@@ -1,41 +0,0 @@
-# Contributer: Allan McRae al...@archlinux.org
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-
-pkgbase=python-six
-pkgname=('python2-six' 'python-six')
-pkgver=1.7.3
-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=('784c6e5541c3c4952de9c0a966a0a80b')
-
-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
-}

Copied: python-six/repos/community-any/PKGBUILD (from rev 118872, 
python-six/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-12 13:35:10 UTC (rev 118873)
@@ -0,0 +1,41 @@
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+# Contributer: Allan McRae al...@archlinux.org
+
+pkgbase=python-six
+pkgname=('python2-six' 'python-six')
+pkgver=1.8.0
+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=('1626eb24cc889110c38f7e786ec69885')
+
+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
+}



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

2014-06-30 Thread Jelle van der Waa
Date: Monday, June 30, 2014 @ 20:29:43
  Author: jelle
Revision: 113812

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 18:29:35 UTC (rev 113811)
+++ PKGBUILD2014-06-30 18:29:43 UTC (rev 113812)
@@ -1,41 +0,0 @@
-# Contributer: Allan McRae al...@archlinux.org
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-
-pkgbase=python-six
-pkgname=('python2-six' 'python-six')
-pkgver=1.7.2
-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=('4c26276583b01dfc73474cb32327af91')
-
-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
-}

Copied: python-six/repos/community-any/PKGBUILD (from rev 113811, 
python-six/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 18:29:43 UTC (rev 113812)
@@ -0,0 +1,41 @@
+# Contributer: Allan McRae al...@archlinux.org
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+
+pkgbase=python-six
+pkgname=('python2-six' 'python-six')
+pkgver=1.7.3
+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=('784c6e5541c3c4952de9c0a966a0a80b')
+
+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
+}



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

2014-06-09 Thread Jelle van der Waa
Date: Monday, June 9, 2014 @ 17:54:26
  Author: jelle
Revision: 112930

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-09 15:54:16 UTC (rev 112929)
+++ PKGBUILD2014-06-09 15:54:26 UTC (rev 112930)
@@ -1,41 +0,0 @@
-# Contributer: Allan McRae al...@archlinux.org
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-
-pkgbase=python-six
-pkgname=('python2-six' 'python-six')
-pkgver=1.6.1
-pkgrel=2
-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=('07d606ac08595d795bf926cc9985674f')
-
-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
-}

Copied: python-six/repos/community-any/PKGBUILD (from rev 112929, 
python-six/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-09 15:54:26 UTC (rev 112930)
@@ -0,0 +1,41 @@
+# Contributer: Allan McRae al...@archlinux.org
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+
+pkgbase=python-six
+pkgname=('python2-six' 'python-six')
+pkgver=1.7.2
+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=('4c26276583b01dfc73474cb32327af91')
+
+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
+}



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

2014-03-15 Thread Jelle van der Waa
Date: Saturday, March 15, 2014 @ 14:15:55
  Author: jelle
Revision: 107247

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-15 13:15:46 UTC (rev 107246)
+++ PKGBUILD2014-03-15 13:15:55 UTC (rev 107247)
@@ -1,41 +0,0 @@
-# Contributer: Allan McRae al...@archlinux.org
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-
-pkgbase=python-six
-pkgname=('python2-six' 'python-six')
-pkgver=1.5.2
-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=('322b86d0c50a7d165c05600154cecc0a')
-
-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
-}

Copied: python-six/repos/community-any/PKGBUILD (from rev 107246, 
python-six/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-15 13:15:55 UTC (rev 107247)
@@ -0,0 +1,41 @@
+# Contributer: Allan McRae al...@archlinux.org
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+
+pkgbase=python-six
+pkgname=('python2-six' 'python-six')
+pkgver=1.6.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=('07d606ac08595d795bf926cc9985674f')
+
+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
+}



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

2014-01-12 Thread Jelle van der Waa
Date: Sunday, January 12, 2014 @ 12:23:18
  Author: jelle
Revision: 103853

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-12 11:23:07 UTC (rev 103852)
+++ PKGBUILD2014-01-12 11:23:18 UTC (rev 103853)
@@ -1,41 +0,0 @@
-# Contributer: Allan McRae al...@archlinux.org
-# Maintainer: Jelle van der Waa je...@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
-}

Copied: python-six/repos/community-any/PKGBUILD (from rev 103852, 
python-six/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-12 11:23:18 UTC (rev 103853)
@@ -0,0 +1,41 @@
+# Contributer: Allan McRae al...@archlinux.org
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+
+pkgbase=python-six
+pkgname=('python2-six' 'python-six')
+pkgver=1.5.2
+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=('322b86d0c50a7d165c05600154cecc0a')
+
+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
+}



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

2014-01-05 Thread Jelle van der Waa
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
===
--- PKGBUILD2014-01-05 18:24:25 UTC (rev 103409)
+++ PKGBUILD2014-01-05 18:24:33 UTC (rev 103410)
@@ -1,40 +0,0 @@
-# Contributer: Allan McRae al...@archlinux.org
-# Maintainer: Jelle van der Waa je...@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)
+++ PKGBUILD2014-01-05 18:24:33 UTC (rev 103410)
@@ -0,0 +1,41 @@
+# Contributer: Allan McRae al...@archlinux.org
+# Maintainer: Jelle van der Waa je...@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
+}



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

2013-09-03 Thread Jelle van der Waa
Date: Tuesday, September 3, 2013 @ 22:46:04
  Author: jelle
Revision: 96743

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   79 ++---
 1 file changed, 40 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-03 20:44:51 UTC (rev 96742)
+++ PKGBUILD2013-09-03 20:46:04 UTC (rev 96743)
@@ -1,39 +0,0 @@
-# Contributer: Allan McRae al...@archlinux.org
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-
-pkgbase=python-six
-pkgname=('python2-six' 'python-six')
-pkgver=1.3.0
-pkgrel=2
-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
-}

Copied: python-six/repos/community-any/PKGBUILD (from rev 96742, 
python-six/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-03 20:46:04 UTC (rev 96743)
@@ -0,0 +1,40 @@
+# Contributer: Allan McRae al...@archlinux.org
+# Maintainer: Jelle van der Waa je...@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')



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

2013-08-16 Thread Jelle van der Waa
Date: Friday, August 16, 2013 @ 12:13:17
  Author: jelle
Revision: 95745

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   76 +++--
 1 file changed, 39 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-16 10:12:04 UTC (rev 95744)
+++ PKGBUILD2013-08-16 10:13:17 UTC (rev 95745)
@@ -1,37 +0,0 @@
-# Contributer: Allan McRae al...@archlinux.org
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-
-pkgbase=python-six
-pkgname=('python2-six' 'python-six')
-pkgver=1.3.0
-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
-}
-
-package_python2-six() {
-  depends=('python2')
-  cd $srcdir/six2-$pkgver 
-  python2 setup.py install --root ${pkgdir} --optimize=1
-}

Copied: python-six/repos/community-any/PKGBUILD (from rev 95744, 
python-six/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-16 10:13:17 UTC (rev 95745)
@@ -0,0 +1,39 @@
+# Contributer: Allan McRae al...@archlinux.org
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+
+pkgbase=python-six
+pkgname=('python2-six' 'python-six')
+pkgver=1.3.0
+pkgrel=2
+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
+}



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

2013-03-24 Thread Jelle van der Waa
Date: Sunday, March 24, 2013 @ 16:36:34
  Author: jelle
Revision: 86921

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   69 -
 1 file changed, 37 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-24 15:35:55 UTC (rev 86920)
+++ PKGBUILD2013-03-24 15:36:34 UTC (rev 86921)
@@ -1,32 +0,0 @@
-# Contributer: Allan McRae al...@archlinux.org
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-
-pkgbase=python-six
-pkgname=('python2-six' 'python-six')
-pkgver=1.2.0
-pkgrel=2
-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=('2a5d1afc79912832ac78fd38e3d75d7e')
-
-build() {
-  cd $srcdir
-  cp -r six-$pkgver six2-$pkgver
-}
-
-package_python-six()
-{
-  depends=('python')
-  cd $srcdir/six-$pkgver 
-  python3 setup.py install --root ${pkgdir} --optimize=1
-}
-package_python2-six()
-{
-  depends=('python2')
-  cd $srcdir/six2-$pkgver 
-  python2 setup.py install --root ${pkgdir} --optimize=1
-}

Copied: python-six/repos/community-any/PKGBUILD (from rev 86920, 
python-six/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-24 15:36:34 UTC (rev 86921)
@@ -0,0 +1,37 @@
+# Contributer: Allan McRae al...@archlinux.org
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+
+pkgbase=python-six
+pkgname=('python2-six' 'python-six')
+pkgver=1.3.0
+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
+}
+
+package_python2-six() {
+  depends=('python2')
+  cd $srcdir/six2-$pkgver 
+  python2 setup.py install --root ${pkgdir} --optimize=1
+}