aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-websockets
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-04-16 15:32:51 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-04-17 11:45:55 +0000
commit32fd2558b1d84139164bcdcd9cd11e2f7a04d349 (patch)
tree318ad4389e8d543421cd4bb6567b5d565b162a33 /testing/py3-websockets
parentf92ca8bdf7ea856ccf50c4938230b8b059ae1487 (diff)
downloadaports-32fd2558b1d84139164bcdcd9cd11e2f7a04d349.tar.bz2
aports-32fd2558b1d84139164bcdcd9cd11e2f7a04d349.tar.xz
testing/py3-websockets: upgrade to 7.0
Diffstat (limited to 'testing/py3-websockets')
-rw-r--r--testing/py3-websockets/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-websockets/APKBUILD b/testing/py3-websockets/APKBUILD
index 11a7c58ae0..7c101a34f2 100644
--- a/testing/py3-websockets/APKBUILD
+++ b/testing/py3-websockets/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-websockets
_pkgname=websockets
-pkgver=4.0.1
+pkgver=7.0
pkgrel=0
pkgdesc="An implementation of the WebSocket Protocol (RFC 6455)"
url="https://websockets.readthedocs.io"
arch="all"
license="BSD"
options="!check" # tox is in testing
-makedepends="python3-dev"
+makedepends="python3-dev py3-setuptools"
checkdepends="py3-tox"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver
@@ -29,4 +29,4 @@ package() {
python3 setup.py install --root="$pkgdir" --optimize=1
}
-sha512sums="a60a453f33f1005c7ec7cee10f6ba6cca18628306de51872ad5a910f12f39831049f3a67ff4c3cc62efce47ce030b9e9d075d4418e8da2dcc594b8824ce21dfb websockets-4.0.1.tar.gz"
+sha512sums="3f3493c920ca3e07c143fdc443a2b1da142dda52ca6291566a3042daee6f5f702a9b091411a915da3896fe0f48cf174d9ef6fd40cf09483bc90928ee67ebd438 websockets-7.0.tar.gz"