mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/py-geventwebsocket: new aport
This commit is contained in:
parent
4f16db6051
commit
6d82b577ef
38
testing/py-geventwebsocket/APKBUILD
Normal file
38
testing/py-geventwebsocket/APKBUILD
Normal file
@ -0,0 +1,38 @@
|
||||
# Contributor: William Pitcock <nenolod@dereferenced.org>
|
||||
# Maintainer: William Pitcock <nenolod@dereferenced.org>
|
||||
pkgname=py-geventwebsocket
|
||||
pkgver=0.3.6
|
||||
pkgrel=0
|
||||
pkgdesc="gevent websockets library"
|
||||
url="https://pypi.python.org/pypi/gevent-websocket/"
|
||||
arch="all"
|
||||
license="BSD"
|
||||
depends="python py-gevent"
|
||||
depends_dev=""
|
||||
makedepends="python-dev py-setuptools"
|
||||
install=""
|
||||
subpackages=""
|
||||
source="http://pypi.python.org/packages/source/g/gevent-websocket/gevent-websocket-$pkgver.tar.gz"
|
||||
|
||||
_builddir="$srcdir/gevent-websocket-$pkgver"
|
||||
prepare() {
|
||||
local i
|
||||
cd "$_builddir"
|
||||
for i in $source; do
|
||||
case $i in
|
||||
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
|
||||
esac
|
||||
done
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
python setup.py build || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
python setup.py install --prefix=/usr --root="$pkgdir" || return 1
|
||||
}
|
||||
|
||||
md5sums="b953f8d4b9476f1645da8b8aa55b4530 gevent-websocket-0.3.6.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user