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

Evangelos Foutras foutrelis at gemini.archlinux.org
Wed Dec 1 20:12:48 UTC 2021


    Date: Wednesday, December 1, 2021 @ 20:12:48
  Author: foutrelis
Revision: 430109

archrelease: copy trunk to staging-any

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

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 20:12:44 UTC (rev 430108)
+++ PKGBUILD	2021-12-01 20:12:48 UTC (rev 430109)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Jelle van der Waa <jelle at vdwaa.nl>
-# Contributer: Allan McRae <allan at archlinux.org>
-
-pkgbase=python-six
-pkgname=('python2-six' 'python-six')
-pkgver=1.16.0
-pkgrel=3
-pkgdesc="Python 2 and 3 compatibility utilities"
-arch=('any')
-url="https://pypi.python.org/pypi/six/"
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest' 'tk')
-source=("https://pypi.io/packages/source/s/six/six-$pkgver.tar.gz")
-sha512sums=('076fe31c8f03b0b52ff44346759c7dc8317da0972403b84dfe5898179f55acdba6c78827e0f8a53ff20afe8b76432c6fe0d655a75c24259d9acbaa4d9e8015c0')
-
-build() {
-  cp -a six-$pkgver{,-py2}
-}
-
-check() {
-  cd "$srcdir"/six-$pkgver
-  python -m pytest
-
-  cd "$srcdir"/six-$pkgver-py2
-  python2 -m pytest
-}
-
-package_python-six() {
-  depends=('python')
-
-  cd six-$pkgver
-  python setup.py install --root "$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-six() {
-  depends=('python2')
-
-  cd six-$pkgver-py2
-  python2 setup.py install --root "$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-six/repos/staging-any/PKGBUILD (from rev 430108, python-six/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 20:12:48 UTC (rev 430109)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Jelle van der Waa <jelle at vdwaa.nl>
+# Contributer: Allan McRae <allan at archlinux.org>
+
+pkgbase=python-six
+pkgname=('python2-six' 'python-six')
+pkgver=1.16.0
+pkgrel=4
+pkgdesc="Python 2 and 3 compatibility utilities"
+arch=('any')
+url="https://pypi.python.org/pypi/six/"
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest' 'tk')
+source=("https://pypi.io/packages/source/s/six/six-$pkgver.tar.gz")
+sha512sums=('076fe31c8f03b0b52ff44346759c7dc8317da0972403b84dfe5898179f55acdba6c78827e0f8a53ff20afe8b76432c6fe0d655a75c24259d9acbaa4d9e8015c0')
+
+build() {
+  cp -a six-$pkgver{,-py2}
+}
+
+check() {
+  cd "$srcdir"/six-$pkgver
+  python -m pytest
+
+  cd "$srcdir"/six-$pkgver-py2
+  python2 -m pytest
+}
+
+package_python-six() {
+  depends=('python')
+
+  cd six-$pkgver
+  python setup.py install --root "$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-six() {
+  depends=('python2')
+
+  cd six-$pkgver-py2
+  python2 setup.py install --root "$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list