18 lines
485 B
Bash
18 lines
485 B
Bash
# Template file for 'python3-pyotp'
|
|
pkgname=python3-pyotp
|
|
version=2.6.0
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Python3 One-Time Password Library"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/pyotp/pyotp"
|
|
distfiles="${PYPI_SITE}/p/pyotp/pyotp-${version}.tar.gz"
|
|
checksum=d28ddfd40e0c1b6a6b9da961c7d47a10261fb58f378cb00f05ce88b26df9c432
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|