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

Levente Polyak anthraxx at archlinux.org
Wed Sep 11 08:19:42 UTC 2019


    Date: Wednesday, September 11, 2019 @ 08:19:42
  Author: anthraxx
Revision: 509270

upgpkg: python-aiohttp 3.6.0-1

Modified:
  python-aiohttp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-11 07:39:30 UTC (rev 509269)
+++ PKGBUILD	2019-09-11 08:19:42 UTC (rev 509270)
@@ -3,8 +3,8 @@
 
 _pkgname=aiohttp
 pkgname=python-aiohttp
-_gitcommit=f6f647eb828fa738610d61481f11fa51e42599e9
-pkgver=3.5.4
+_gitcommit=b33540cafa432503baa517d0fd76abf67b647598
+pkgver=3.6.0
 pkgrel=1
 pkgdesc='HTTP client/server for asyncio'
 url='https://aiohttp.readthedocs.io'
@@ -24,7 +24,7 @@
 
 pkgver() {
   cd ${pkgname}
-  git describe --always --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
 }
 
 prepare() {
@@ -32,10 +32,12 @@
   git submodule init
   git config submodule."vendor/http-parser".url "${srcdir}/http-parser"
   git submodule update --recursive
+  sed 's|.install-cython ||' -i Makefile
 }
 
 build() {
   cd ${pkgname}
+  make cythonize
   python setup.py build
 }
 



More information about the arch-commits mailing list