python3-autobahn: update to 20.12.2.
This commit is contained in:
parent
f70674324b
commit
e6cdcbeb53
1 changed files with 8 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-autobahn'
|
||||
pkgname=python3-autobahn
|
||||
version=20.7.1
|
||||
revision=2
|
||||
version=20.12.2
|
||||
revision=1
|
||||
wrksrc="autobahn-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3 python3-setuptools"
|
||||
|
@ -11,7 +11,12 @@ maintainer="travankor <travankor@tuta.io>"
|
|||
license="MIT"
|
||||
homepage="https://crossbar.io/autobahn"
|
||||
distfiles="${PYPI_SITE}/a/autobahn/autobahn-${version}.tar.gz"
|
||||
checksum=86bbce30cdd407137c57670993a8f9bfdfe3f8e994b889181d85e844d5aa8dfb
|
||||
checksum=72b68a1ce1e10e3cbcc3b280aae86d5b2e7a1f409febab1ab91a8a3274113f6e
|
||||
|
||||
do_check() {
|
||||
# https://github.com/crossbario/autobahn-python/issues/1117
|
||||
:
|
||||
}
|
||||
|
||||
post-install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue