mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/py3-gevent-websocket: build with gpep517
This commit is contained in:
parent
ff75d9a96c
commit
03ebb623a0
@ -3,14 +3,14 @@
|
|||||||
pkgname=py3-gevent-websocket
|
pkgname=py3-gevent-websocket
|
||||||
_realname=gevent-websocket
|
_realname=gevent-websocket
|
||||||
pkgver=0.10.1
|
pkgver=0.10.1
|
||||||
pkgrel=7
|
pkgrel=8
|
||||||
pkgdesc="gevent websockets library"
|
pkgdesc="gevent websockets library"
|
||||||
options="!check" # Requires unpackaged autobahntestsuite
|
options="!check" # Requires unpackaged autobahntestsuite
|
||||||
url="https://pypi.org/project/gevent-websocket/"
|
url="https://pypi.org/project/gevent-websocket/"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
depends="python3 py3-gevent"
|
depends="python3 py3-gevent"
|
||||||
makedepends="py3-setuptools"
|
makedepends="py3-setuptools py3-gpep517"
|
||||||
subpackages="$pkgname-pyc"
|
subpackages="$pkgname-pyc"
|
||||||
source="https://files.pythonhosted.org/packages/source/g/$_realname/$_realname-$pkgver.tar.gz"
|
source="https://files.pythonhosted.org/packages/source/g/$_realname/$_realname-$pkgver.tar.gz"
|
||||||
|
|
||||||
@ -20,11 +20,16 @@ provides="py-geventwebsocket=$pkgver-r$pkgrel" # Backwards compat
|
|||||||
builddir="$srcdir/$_realname-$pkgver"
|
builddir="$srcdir/$_realname-$pkgver"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
python3 setup.py build
|
gpep517 build-wheel \
|
||||||
|
--wheel-dir .dist \
|
||||||
|
--output-fd 3 3>&1 >&2
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
python3 setup.py install --skip-build --root="$pkgdir"
|
gpep517 install-wheel --destdir "$pkgdir" \
|
||||||
|
.dist/*.whl
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="4f25ec1646c223b89ddbb7cf4decae72cc4baa6e872443dc05994987f509068a806c8b5e135c433d631e35b3902227f0e4c89d8071aa74e24c06b0e543e8df93 gevent-websocket-0.10.1.tar.gz"
|
sha512sums="
|
||||||
|
4f25ec1646c223b89ddbb7cf4decae72cc4baa6e872443dc05994987f509068a806c8b5e135c433d631e35b3902227f0e4c89d8071aa74e24c06b0e543e8df93 gevent-websocket-0.10.1.tar.gz
|
||||||
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user