python3-pyotp: update to 2.6.0.
This commit is contained in:
parent
9748aa5f9c
commit
2d0c3f0efe
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-pyotp'
|
||||
pkgname=python3-pyotp
|
||||
version=2.3.0
|
||||
revision=5
|
||||
version=2.6.0
|
||||
revision=1
|
||||
wrksrc="pyotp-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
|
@ -11,11 +11,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/pyotp/pyotp"
|
||||
distfiles="${PYPI_SITE}/p/pyotp/pyotp-${version}.tar.gz"
|
||||
checksum=fc537e8acd985c5cbf51e11b7d53c42276fee017a73aec7c07380695671ca1a1
|
||||
|
||||
do_check() {
|
||||
python3 -B setup.py test
|
||||
}
|
||||
checksum=d28ddfd40e0c1b6a6b9da961c7d47a10261fb58f378cb00f05ce88b26df9c432
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue