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

Felix Yan felixonmars at archlinux.org
Thu Nov 12 19:34:32 UTC 2020


    Date: Thursday, November 12, 2020 @ 19:34:32
  Author: felixonmars
Revision: 753530

archrelease: copy trunk to community-staging-any

Added:
  python-nine/repos/community-staging-any/PKGBUILD
    (from rev 753529, python-nine/trunk/PKGBUILD)
Deleted:
  python-nine/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 19:34:21 UTC (rev 753529)
+++ PKGBUILD	2020-11-12 19:34:32 UTC (rev 753530)
@@ -1,26 +0,0 @@
-# Maintainer: Thore Bödecker <foxxx0 at archlinux.org>
-# Contributor: Maikel Wever <maikelwever at gmail.com>
-pkgbase='python-nine'
-_pkgbase="${pkgbase#python-}"
-pkgname=('python-nine')
-pkgver=1.1.0
-pkgrel=2
-arch=('any')
-pkgdesc="Python 3/2 compatibility library, allowing to add py2 compat to py3 code"
-url="https://github.com/nandoflorestan/nine/"
-license=('custom')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://github.com/nandoflorestan/nine/archive/v${pkgver}.tar.gz")
-sha512sums=('b445cd1f324a0d2045081226fb650eebd8dbc86942faff204c19fffc022f0190fc04abec563b107cb860202d29f08c132056b1098495471fdfda104e57878828')
-
-check() {
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  python ./setup.py test
-}
-
-package() {
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  python ./setup.py install --root="$pkgdir/" --optimize=1
-  install -D -m0644 LICENSE.rst "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-}

Copied: python-nine/repos/community-staging-any/PKGBUILD (from rev 753529, python-nine/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 19:34:32 UTC (rev 753530)
@@ -0,0 +1,26 @@
+# Maintainer: Thore Bödecker <foxxx0 at archlinux.org>
+# Contributor: Maikel Wever <maikelwever at gmail.com>
+pkgbase='python-nine'
+_pkgbase="${pkgbase#python-}"
+pkgname=('python-nine')
+pkgver=1.1.0
+pkgrel=3
+arch=('any')
+pkgdesc="Python 3/2 compatibility library, allowing to add py2 compat to py3 code"
+url="https://github.com/nandoflorestan/nine/"
+license=('custom')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://github.com/nandoflorestan/nine/archive/v${pkgver}.tar.gz")
+sha512sums=('b445cd1f324a0d2045081226fb650eebd8dbc86942faff204c19fffc022f0190fc04abec563b107cb860202d29f08c132056b1098495471fdfda104e57878828')
+
+check() {
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python ./setup.py test
+}
+
+package() {
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python ./setup.py install --root="$pkgdir/" --optimize=1
+  install -D -m0644 LICENSE.rst "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}



More information about the arch-commits mailing list