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

Levente Polyak anthraxx at archlinux.org
Sat Jan 7 21:00:17 UTC 2017


    Date: Saturday, January 7, 2017 @ 21:00:16
  Author: anthraxx
Revision: 206042

upgpkg: python-eventlet 0.20.1-1

- adding some python 3.6 patches

Modified:
  python-eventlet/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-07 17:44:41 UTC (rev 206041)
+++ PKGBUILD	2017-01-07 21:00:16 UTC (rev 206042)
@@ -3,22 +3,31 @@
 pkgbase=python-eventlet
 pkgname=('python-eventlet' 'python2-eventlet')
 _pyname=eventlet
-pkgver=0.19.0
-pkgrel=2
+pkgver=0.20.1
+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' 'python2-subprocess32')
+makedepends=('python2-pip' '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=('a80814b4ce90edbcc904d56efab2f5e1d3cd39e2b2943e07042ede332395c2fce806e323fa5d44a91d76b985f38179e168d9d4a1e45de04319faeb89b354d862')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/eventlet/eventlet/archive/v${pkgver}.tar.gz
+        python36-1.patch::https://github.com/eventlet/eventlet/commit/461348f9a8459724be87c281eea4e0408138a82c.patch
+        python36-2.patch::https://github.com/eventlet/eventlet/commit/ed79125c652d7ea02cb79a84c1292fdc19932a94.patch
+        python36-3.patch::https://github.com/eventlet/eventlet/commit/7595a5a4b789ce9492f88c96a412cdf1e47e60cc.patch)
+sha512sums=('fbd6073c0046f58eb9375a358010c56727cc9674c118558244dc7f4c10e2763923c0a0a12623c921b261667bbfe5c6b1eaf5ed0835338ffbe927596dd2ee67f1'
+            'ffd4e3d5c8ee3eb0235f075708a183186788e780b1a6ad020fa258a880f2afdcdea0cb1da4f60c11e025520c9dbfeea5be438ae365a00e826206682ed35c6b59'
+            '12d94cc282e4e70d0c0682e6f90d695339451629eb7b72792c13fc7bc1747598df134d1819ea248fdc499e6522e689bd29a099478badeb6f44380137d40b7cf7'
+            'e96ad673894b9238af2fe7d4afcce179c66b5fb83c3464e949399f0d19b9355d7975b57f706ea18b65414ec42fe28f44156e348da34ade0a139c6d488354f9f0')
 
 prepare() {
   (cd ${_pyname}-${pkgver}
     sed -r 's|(check_idle_cpu_usage\(.*,) .*\)|\1 0.8\)|g' -i tests/*_test.py
+    patch -p1 < "${srcdir}/python36-1.patch"
+    patch -p1 < "${srcdir}/python36-2.patch"
+    patch -p1 < "${srcdir}/python36-3.patch"
   )
   cp -a ${_pyname}-${pkgver}{,-py2}
   sed 's|python|python2|' -i ${_pyname}-${pkgver}-py2/examples/*



More information about the arch-commits mailing list