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

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 2 23:31:53 UTC 2021


    Date: Thursday, December 2, 2021 @ 23:31:53
  Author: foutrelis
Revision: 1063097

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 23:31:49 UTC (rev 1063096)
+++ PKGBUILD	2021-12-02 23:31:53 UTC (rev 1063097)
@@ -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=4
-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 1063096, python-nine/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 23:31:53 UTC (rev 1063097)
@@ -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=5
+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