[arch-commits] Commit in python2-pykka/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Oct 10 18:25:42 UTC 2018


    Date: Wednesday, October 10, 2018 @ 18:25:42
  Author: svenstaro
Revision: 392118

upgpkg: python2-pykka 1.2.1-1

Modified:
  python2-pykka/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-10 18:25:02 UTC (rev 392117)
+++ PKGBUILD	2018-10-10 18:25:42 UTC (rev 392118)
@@ -1,19 +1,19 @@
 # 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
+pkgver=1.2.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=('python2')
-#makedepends=('')
+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=('9fd6537d3ee8a6ef1882737bdcb8542aa411a857adbe1c4464a825baf1d30f9b000f523abd947b89bcf9e08437eaa589b10aaeb16cc78aa5f41ca40e531ecb34')
+sha512sums=('22eaa735915e33146d8a3fa3f9dd5ea1dd608e7ad45ab21721a108b01ddf058b4cd00da67b762a95ede650c9ba1a79ee3d6fd22a491bc7ff348a56b7c0139cfd')
 
 package() {
   cd "$srcdir/Pykka-$pkgver"



More information about the arch-commits mailing list