mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-websockets: update to 10.1.
This commit is contained in:
parent
72a964d457
commit
44e67c7768
1 changed files with 6 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-websockets'
|
# Template file for 'python3-websockets'
|
||||||
pkgname=python3-websockets
|
pkgname=python3-websockets
|
||||||
version=10.0
|
version=10.1
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="${pkgname#python3-}-${version}"
|
wrksrc="${pkgname#python3-}-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -11,9 +11,11 @@ short_desc="Library for building WebSocket clients and servers in Python"
|
||||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://websockets.readthedocs.io/en/stable/"
|
homepage="https://websockets.readthedocs.io/en/stable/"
|
||||||
changelog="https://websockets.readthedocs.io/en/stable/changelog.html"
|
changelog="https://websockets.readthedocs.io/en/stable/project/changelog.html"
|
||||||
distfiles="${PYPI_SITE}/w/websockets/websockets-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/w/websockets/websockets-${version}.tar.gz"
|
||||||
checksum=c4fc9a1d242317892590abe5b61a9127f1a61740477bfb121743f290b8054002
|
checksum=181d2b25de5a437b36aefedaf006ecb6fa3aa1328ec0236cdde15f32f9d3ff6d
|
||||||
|
# Package ships no tests
|
||||||
|
make_check=no
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue