Date: Monday, April 10, 2023 @ 10:22:52
  Author: felixonmars
Revision: 1443927

archrelease: copy trunk to community-staging-x86_64

Added:
  python-gevent/repos/community-staging-x86_64/PKGBUILD
    (from rev 1443926, python-gevent/trunk/PKGBUILD)
Deleted:
  python-gevent/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-10 10:22:44 UTC (rev 1443926)
+++ PKGBUILD    2023-04-10 10:22:52 UTC (rev 1443927)
@@ -1,41 +0,0 @@
-# Maintainer: Massimiliano Torromeo <[email protected]>
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Ralf Schmitt <[email protected]>
-
-pkgname=python-gevent
-pkgver=22.10.2
-pkgrel=2
-arch=('x86_64')
-pkgdesc="Python network library that uses greenlet and libev for easy and 
scalable concurrency"
-license=("MIT")
-url="http://www.gevent.org/";
-depends=('c-ares' 'libev' 'python-greenlet' 'python-setuptools' 
'python-zope-event' 'python-zope-interface')
-makedepends=('cython')
-checkdepends=('lsof' 'python-perf' 'python-objgraph' 'python-dnspython' 
'python-requests')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/gevent/gevent/archive/$pkgver.tar.gz";)
-sha512sums=('9ceb8e03016cd2fe8fa58f9fb65daa1b52b80a25067bb0fa8fc4b744695b85b0ba003e933783dd4546f4600f2859c08d5627e322ccfbc5a6fa3a8e4d67f59a5f')
-
-export GEVENTSETUP_EMBED=0
-
-build() {
-  cd gevent-$pkgver
-  python setup.py build
-}
-
-check() {
-  (
-    cd gevent-$pkgver
-    python -m venv "$srcdir/pyvenv" --system-site-packages
-    . "$srcdir/pyvenv/bin/activate"
-    local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-    export PYTHONPATH="$PYTHONPATH:/$site_packages"
-    python setup.py install
-    python -m gevent.tests
-  ) || echo "Tests failed"
-}
-
-package() {
-  cd gevent-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-gevent/repos/community-staging-x86_64/PKGBUILD (from rev 
1443926, python-gevent/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-10 10:22:52 UTC (rev 1443927)
@@ -0,0 +1,41 @@
+# Maintainer: Massimiliano Torromeo <[email protected]>
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Ralf Schmitt <[email protected]>
+
+pkgname=python-gevent
+pkgver=22.10.2
+pkgrel=3
+arch=('x86_64')
+pkgdesc="Python network library that uses greenlet and libev for easy and 
scalable concurrency"
+license=("MIT")
+url="http://www.gevent.org/";
+depends=('c-ares' 'libev' 'python-greenlet' 'python-setuptools' 
'python-zope-event' 'python-zope-interface')
+makedepends=('cython')
+checkdepends=('lsof' 'python-perf' 'python-objgraph' 'python-dnspython' 
'python-requests')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/gevent/gevent/archive/$pkgver.tar.gz";)
+sha512sums=('9ceb8e03016cd2fe8fa58f9fb65daa1b52b80a25067bb0fa8fc4b744695b85b0ba003e933783dd4546f4600f2859c08d5627e322ccfbc5a6fa3a8e4d67f59a5f')
+
+export GEVENTSETUP_EMBED=0
+
+build() {
+  cd gevent-$pkgver
+  python setup.py build
+}
+
+check() {
+  (
+    cd gevent-$pkgver
+    python -m venv "$srcdir/pyvenv" --system-site-packages
+    . "$srcdir/pyvenv/bin/activate"
+    local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+    export PYTHONPATH="$PYTHONPATH:/$site_packages"
+    python setup.py install
+    python -m gevent.tests
+  ) || echo "Tests failed"
+}
+
+package() {
+  cd gevent-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}

Reply via email to