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

Felix Yan felixonmars at gemini.archlinux.org
Fri Aug 6 16:44:14 UTC 2021


    Date: Friday, August 6, 2021 @ 16:44:14
  Author: felixonmars
Revision: 994564

archrelease: copy trunk to community-x86_64

Added:
  python-greenlet/repos/community-x86_64/PKGBUILD
    (from rev 994563, 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-08-06 16:44:06 UTC (rev 994563)
+++ PKGBUILD	2021-08-06 16:44:14 UTC (rev 994564)
@@ -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.0
-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=('13547917860d9a19f2fab519380121805d8f7801ad47b1584003833a5de66eb703373c71e67b32f13b770d429bcee6856b35bc6fc8afb7be598c2bf509bede03')
-
-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 994563, python-greenlet/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-06 16:44:14 UTC (rev 994564)
@@ -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.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
+}



More information about the arch-commits mailing list