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

Felix Yan fyan at archlinux.org
Thu May 19 13:47:07 UTC 2016


    Date: Thursday, May 19, 2016 @ 15:47:07
  Author: fyan
Revision: 175693

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |  102 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-19 13:46:41 UTC (rev 175692)
+++ PKGBUILD	2016-05-19 13:47:07 UTC (rev 175693)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-extras
-pkgname=('python-extras' 'python2-extras')
-pkgver=0.0.3
-pkgrel=1
-pkgdesc="Useful extra bits for Python - things that shold be in the standard library"
-arch=('any')
-license=('MIT')
-url="https://github.com/testing-cabal/extras"
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-testtools' 'python2-testtools')
-source=("git+https://github.com/testing-cabal/extras.git#tag=$pkgver")
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a extras{,-py2}
-}
-
-build() {
-  cd "$srcdir/extras"
-  python setup.py build
-
-  cd "$srcdir/extras-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/extras"
-  python -m testtools.run testtools.tests.test_suite
-
-  cd "$srcdir/extras-py2"
-  python2 -m testtools.run testtools.tests.test_suite
-}
-
-package_python-extras() {
-  depends=('python')
-
-  cd extras
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-extras() {
-  depends=('python2')
-
-  cd extras-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-extras/repos/community-any/PKGBUILD (from rev 175692, python-extras/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-05-19 13:47:07 UTC (rev 175693)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=python-extras
+pkgname=('python-extras' 'python2-extras')
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Useful extra bits for Python - things that shold be in the standard library"
+arch=('any')
+license=('MIT')
+url="https://github.com/testing-cabal/extras"
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-testtools' 'python2-testtools')
+source=("git+https://github.com/testing-cabal/extras.git#tag=$pkgver")
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a extras{,-py2}
+}
+
+build() {
+  cd "$srcdir/extras"
+  python setup.py build
+
+  cd "$srcdir/extras-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/extras"
+  python -m testtools.run extras.tests.test_suite
+
+  cd "$srcdir/extras-py2"
+  python2 -m testtools.run extras.tests.test_suite
+}
+
+package_python-extras() {
+  depends=('python')
+
+  cd extras
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-extras() {
+  depends=('python2')
+
+  cd extras-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list