mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/uwsgi to 2.0.12-6
This commit is contained in:
parent
3cc01b542b
commit
ba554563a7
1 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,7 @@ pkgname=(uwsgi
|
|||
uwsgi-plugin-webdav
|
||||
mod_proxy_uwsgi)
|
||||
pkgver=2.0.12
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
arch=(i686 x86_64)
|
||||
url="http://projects.unbit.it/$pkgbase"
|
||||
license=(GPL2)
|
||||
|
@ -76,6 +76,7 @@ build() {
|
|||
python uwsgiconfig.py --build archlinux
|
||||
python uwsgiconfig.py --plugin plugins/python archlinux python
|
||||
python uwsgiconfig.py --plugin plugins/greenlet archlinux greenlet
|
||||
python uwsgiconfig.py --plugin plugins/gevent archlinux gevent
|
||||
python uwsgiconfig.py --plugin plugins/asyncio archlinux asyncio
|
||||
python2 uwsgiconfig.py --plugin plugins/python archlinux python2
|
||||
python2 uwsgiconfig.py --plugin plugins/greenlet archlinux greenlet2
|
||||
|
@ -142,6 +143,7 @@ package_uwsgi-plugin-python() {
|
|||
pkgdesc="Plugin for Python support"
|
||||
install -Dm755 $pkgbase-$pkgver/python_plugin.so $pkgdir/usr/lib/uwsgi/python_plugin.so
|
||||
install -Dm755 $pkgbase-$pkgver/greenlet_plugin.so $pkgdir/usr/lib/uwsgi/greenlet_plugin.so
|
||||
install -Dm755 $pkgbase-$pkgver/gevent_plugin.so $pkgdir/usr/lib/uwsgi/gevent_plugin.so
|
||||
install -Dm755 $pkgbase-$pkgver/asyncio_plugin.so $pkgdir/usr/lib/uwsgi/asyncio_plugin.so
|
||||
install -Dm644 $pkgbase-$pkgver/uwsgidecorators.py $pkgdir/usr/lib/python3.5/site-packages/uwsgidecorators.py
|
||||
python -m compileall $pkgdir/usr/lib/python3.5/site-packages/
|
||||
|
|
Loading…
Reference in a new issue