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

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Dec 9 01:12:57 UTC 2019


    Date: Monday, December 9, 2019 @ 01:12:57
  Author: svenstaro
Revision: 536364

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-09 01:12:52 UTC (rev 536363)
+++ PKGBUILD	2019-12-09 01:12:57 UTC (rev 536364)
@@ -1,23 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Antoine Pierlot-Garcin <antoine at bokbox dot com>
-pkgname=python2-pykka
-pkgver=2.0.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=('python2')
-makedepends=('python2-setuptools')
-optdepends=('python2-gevent: Use gevent based actors from pykka.gevent')
-provides=('python2-pykka')
-conflicts=('python2-pykka-git')
-source=("https://pypi.python.org/packages/source/P/Pykka/Pykka-$pkgver.tar.gz")
-sha512sums=('f45789fe8e86f95bbff2e69b3e14d46ff25de400147e1d72fc766188975f66efbe00238fc56e36b5e0c1716369d15d236759be1adf69e01ef9b81ef443d24852')
-
-package() {
-  cd "$srcdir/Pykka-$pkgver"
-  python2 setup.py install --prefix=/usr --root="$pkgdir"/ --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: python2-pykka/repos/community-any/PKGBUILD (from rev 536363, python2-pykka/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-09 01:12:57 UTC (rev 536364)
@@ -0,0 +1,23 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: Antoine Pierlot-Garcin <antoine at bokbox dot com>
+pkgname=python2-pykka
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="Easy to use concurrency abstractions for Python using the actor model"
+arch=('any')
+url="http://pykka.readthedocs.org/"
+license=('Apache')
+depends=('python2')
+makedepends=('python2-setuptools')
+optdepends=('python2-gevent: Use gevent based actors from pykka.gevent')
+provides=('python2-pykka')
+conflicts=('python2-pykka-git')
+source=("https://pypi.python.org/packages/source/P/Pykka/Pykka-$pkgver.tar.gz")
+sha512sums=('98b2e6122dc5158da489265cf7cf9e358bfa432d0a0eaab9f50a07c0050083afb19aad494e4cd27347c376947eafb7d9796909c18e3648ef1bf0685bd6384e5b')
+
+package() {
+  cd "$srcdir/Pykka-$pkgver"
+  python2 setup.py install --prefix=/usr --root="$pkgdir"/ --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+



More information about the arch-commits mailing list