[arch-commits] Commit in python-eventlet/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Fri May 6 01:13:21 UTC 2016


    Date: Friday, May 6, 2016 @ 03:13:21
  Author: anthraxx
Revision: 173894

upgpkg: python-eventlet 0.19.0-1

Modified:
  python-eventlet/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-06 00:53:40 UTC (rev 173893)
+++ PKGBUILD	2016-05-06 01:13:21 UTC (rev 173894)
@@ -3,18 +3,18 @@
 pkgbase=python-eventlet
 pkgname=('python-eventlet' 'python2-eventlet')
 _pyname=eventlet
-pkgver=0.18.4
+pkgver=0.19.0
 pkgrel=1
 pkgdesc='Highly concurrent networking library'
 url='http://eventlet.net'
 arch=('any')
 license=('MIT')
-makedepends=('python-greenlet' 'python-setuptools' 'python-sphinx' 'python2-greenlet' 'python2-setuptools' 'python2-sphinx')
+makedepends=('python-greenlet' 'python-setuptools' 'python-sphinx' 'python2-greenlet' 'python2-setuptools' 'python2-sphinx' 'python2-subprocess32')
 #TODO: add 'python-dnspython' if test is fixed
 checkdepends=('python-psycopg2' 'python-nose' 'python-pyopenssl' 'python-httplib2' 'python-mock' 'python-pyzmq'
               'python2-psycopg2' 'python2-nose' 'python2-pyopenssl' 'python2-httplib2' 'python2-mock' 'python2-pyzmq' 'python2-dnspython')
 source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/eventlet/eventlet/archive/v${pkgver}.tar.gz)
-sha512sums=('5865b49d534d04a06922afe476f864aaddcfb52893e7ee83bd4dcd3e252e32e0c0bec69f2928c2cd9e2b68fb84ec420bcb9a86e490192c458ecc23cc123ec223')
+sha512sums=('a80814b4ce90edbcc904d56efab2f5e1d3cd39e2b2943e07042ede332395c2fce806e323fa5d44a91d76b985f38179e168d9d4a1e45de04319faeb89b354d862')
 
 prepare() {
   (cd ${_pyname}-${pkgver}
@@ -61,7 +61,7 @@
 }
 
 package_python2-eventlet() {
-  depends=('python2' 'python2-greenlet')
+  depends=('python2' 'python2-greenlet' 'python2-subprocess32')
   optdepends=('python2-psycopg2: non-blocking PostgreSQL support'
               'python2-pyopenssl: non-blocking SSL support'
               'python2-httplib2: non-blocking HTTP support'



More information about the arch-commits mailing list