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

Felix Yan felixonmars at archlinux.org
Tue Jun 5 17:00:41 UTC 2018


    Date: Tuesday, June 5, 2018 @ 17:00:41
  Author: felixonmars
Revision: 340538

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-05 17:00:27 UTC (rev 340537)
+++ PKGBUILD	2018-06-05 17:00:41 UTC (rev 340538)
@@ -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=1.2.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=('')
-optdepends=('python2-gevent: Use gevent based actors from pykka.gevent')
-provides=('python2-pykka')
-conflicts=('python2-pykka-git')
-source=("http://pypi.python.org/packages/source/P/Pykka/Pykka-$pkgver.tar.gz")
-md5sums=('27cb69507f89e34dc1ff34636c4bc165')
-
-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 340537, python2-pykka/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-05 17:00:41 UTC (rev 340538)
@@ -0,0 +1,23 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Antoine Pierlot-Garcin <antoine at bokbox dot com>
+pkgname=python2-pykka
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="Easy to use concurrency abstractions for Python using the actor model"
+arch=('any')
+url="http://pykka.readthedocs.org/"
+license=('Apache')
+depends=('python2')
+#makedepends=('')
+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=('9fd6537d3ee8a6ef1882737bdcb8542aa411a857adbe1c4464a825baf1d30f9b000f523abd947b89bcf9e08437eaa589b10aaeb16cc78aa5f41ca40e531ecb34')
+
+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