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

Morten Linderud foxboron at gemini.archlinux.org
Sun May 29 10:50:10 UTC 2022


    Date: Sunday, May 29, 2022 @ 10:50:10
  Author: foxboron
Revision: 1214217

archrelease: copy trunk to community-any

Added:
  python-pykka/repos/community-any/PKGBUILD
    (from rev 1214216, python-pykka/trunk/PKGBUILD)
Deleted:
  python-pykka/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-29 10:50:04 UTC (rev 1214216)
+++ PKGBUILD	2022-05-29 10:50:10 UTC (rev 1214217)
@@ -1,27 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Sven-Hendrik Haase <svenstaro at gmail.com>
-# Contributor: Antoine Pierlot-Garcin <antoine at bokbox dot com>
-
-pkgname=python-pykka
-pkgver=3.1.0
-pkgrel=1
-pkgdesc="Easy to use concurrency abstractions for Python using the actor model"
-arch=('any')
-url="http://pykka.readthedocs.org/"
-license=('Apache')
-depends=('python')
-makedepends=('python-setuptools')
-optdepends=('python-gevent: Use gevent based actors from pykka.gevent')
-source=("https://pypi.python.org/packages/source/p/pykka/pykka-$pkgver.tar.gz")
-sha512sums=('a8a1c586e9055e1e4bd03df3f73e6140c06bc3a41980a7ca7e84d4bf37a2d52ca12aa23fb6dad3af3dd7f9ae6c8c09efe716674fbde76c4093d5fe4236d65207')
-
-build() {
-  cd "pykka-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "pykka-$pkgver"
-  python setup.py install --prefix=/usr --root="$pkgdir"/ --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-pykka/repos/community-any/PKGBUILD (from rev 1214216, python-pykka/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-29 10:50:10 UTC (rev 1214217)
@@ -0,0 +1,27 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: Antoine Pierlot-Garcin <antoine at bokbox dot com>
+
+pkgname=python-pykka
+pkgver=3.1.1
+pkgrel=1
+pkgdesc="Easy to use concurrency abstractions for Python using the actor model"
+arch=('any')
+url="http://pykka.readthedocs.org/"
+license=('Apache')
+depends=('python')
+makedepends=('python-setuptools')
+optdepends=('python-gevent: Use gevent based actors from pykka.gevent')
+source=("https://pypi.python.org/packages/source/p/pykka/pykka-$pkgver.tar.gz")
+sha512sums=('7ca7885664598ba31dd7180f2a365d2fbb225a6dac26d09911b6bf0cafc55ea87d7e6212c4fff297bf4ca8d5b14134c656ea929e0869978bcd661309e2442908')
+
+build() {
+  cd "pykka-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "pykka-$pkgver"
+  python setup.py install --prefix=/usr --root="$pkgdir"/ --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list