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

Jelle van der Waa jelle at nymeria.archlinux.org
Fri Aug 16 10:13:17 UTC 2013


    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
===================================================================
--- PKGBUILD	2013-08-16 10:12:04 UTC (rev 95744)
+++ PKGBUILD	2013-08-16 10:13:17 UTC (rev 95745)
@@ -1,37 +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.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)
+++ PKGBUILD	2013-08-16 10:13:17 UTC (rev 95745)
@@ -0,0 +1,39 @@
+# 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.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"
+}




More information about the arch-commits mailing list