mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 12:22:57 +02:00
python3-pyotp: update to 2.6.0.
This commit is contained in:
parent
9748aa5f9c
commit
2d0c3f0efe
1 changed files with 3 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-pyotp'
|
# Template file for 'python3-pyotp'
|
||||||
pkgname=python3-pyotp
|
pkgname=python3-pyotp
|
||||||
version=2.3.0
|
version=2.6.0
|
||||||
revision=5
|
revision=1
|
||||||
wrksrc="pyotp-${version}"
|
wrksrc="pyotp-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -11,11 +11,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/pyotp/pyotp"
|
homepage="https://github.com/pyotp/pyotp"
|
||||||
distfiles="${PYPI_SITE}/p/pyotp/pyotp-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pyotp/pyotp-${version}.tar.gz"
|
||||||
checksum=fc537e8acd985c5cbf51e11b7d53c42276fee017a73aec7c07380695671ca1a1
|
checksum=d28ddfd40e0c1b6a6b9da961c7d47a10261fb58f378cb00f05ce88b26df9c432
|
||||||
|
|
||||||
do_check() {
|
|
||||||
python3 -B setup.py test
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue