[arch-commits] Commit in python-greenlet/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Wed Sep 29 14:24:23 UTC 2021


    Date: Wednesday, September 29, 2021 @ 14:24:23
  Author: felixonmars
Revision: 1025950

archrelease: copy trunk to community-x86_64

Added:
  python-greenlet/repos/community-x86_64/PKGBUILD
    (from rev 1025949, python-greenlet/trunk/PKGBUILD)
Deleted:
  python-greenlet/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-29 14:24:01 UTC (rev 1025949)
+++ PKGBUILD	2021-09-29 14:24:23 UTC (rev 1025950)
@@ -1,31 +0,0 @@
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Ralf Schmitt <ralf at systemexit.de>
-
-pkgname=python-greenlet
-pkgver=1.1.1
-pkgrel=1
-pkgdesc="Lightweight in-process concurrent programming"
-license=("MIT")
-arch=('x86_64')
-url="https://pypi.org/project/greenlet/"
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/g/greenlet/greenlet-${pkgver}.tar.gz")
-sha512sums=('156ad7dfcb73764818d5f6176b5c80dc5a3ac532db5af5ffe654033a5e336d35a9e9edadb3b37fa9bf5fc338f706baf3693dcfb550598d8f17f042f5a27b86f9')
-
-build() {
-	cd "$srcdir"/greenlet-$pkgver
-	python setup.py build
-}
-
-check() {
-    cd "$srcdir"/greenlet-$pkgver
-    PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.9" python -m unittest discover -v greenlet.tests
-}
-
-package() {
-    cd greenlet-$pkgver
-    python setup.py install -O1 --root="$pkgdir"
-    install -Dm0644 LICENSE.PSF "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.PSF
-}

Copied: python-greenlet/repos/community-x86_64/PKGBUILD (from rev 1025949, python-greenlet/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-29 14:24:23 UTC (rev 1025950)
@@ -0,0 +1,31 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Ralf Schmitt <ralf at systemexit.de>
+
+pkgname=python-greenlet
+pkgver=1.1.2
+pkgrel=1
+pkgdesc="Lightweight in-process concurrent programming"
+license=("MIT")
+arch=('x86_64')
+url="https://pypi.org/project/greenlet/"
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/g/greenlet/greenlet-${pkgver}.tar.gz")
+sha512sums=('e7bcc1bfffc80fcaee735ee69f6f53e8f68bd4d3ab8ad6ed813684ffad72340a347e4810f18cc32d9c3948b5c995aefc3a53ce4ae60324093dae12042d33183b')
+
+build() {
+	cd "$srcdir"/greenlet-$pkgver
+	python setup.py build
+}
+
+check() {
+    cd "$srcdir"/greenlet-$pkgver
+    PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.9" python -m unittest discover -v greenlet.tests
+}
+
+package() {
+    cd greenlet-$pkgver
+    python setup.py install -O1 --root="$pkgdir"
+    install -Dm0644 LICENSE.PSF "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.PSF
+}



More information about the arch-commits mailing list