diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-10-17 05:22:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-10-17 05:22:46 +0200 |
commit | 86314187379e3ed1aec4faff22dee1993a6a2836 (patch) | |
tree | c66b77dcbbe38573213ec0c06f7b3dd3ea239119 /dev-python | |
parent | dev-python/boto3: Bump to 1.15.18 (diff) | |
download | gentoo-86314187379e3ed1aec4faff22dee1993a6a2836.tar.gz gentoo-86314187379e3ed1aec4faff22dee1993a6a2836.tar.bz2 gentoo-86314187379e3ed1aec4faff22dee1993a6a2836.zip |
dev-python/pyotp: Bump to 2.4.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pyotp/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pyotp/pyotp-2.4.1.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/pyotp/Manifest b/dev-python/pyotp/Manifest index df3fb7410e8d..89ff4d59f1c6 100644 --- a/dev-python/pyotp/Manifest +++ b/dev-python/pyotp/Manifest @@ -1 +1,2 @@ DIST pyotp-2.4.0.tar.gz 14789 BLAKE2B 3c228f0e8271aa0c6692000ae2b2a6407afe015a4a91851509d8878f325277c055e52e3f3385cf0139678406a1e09c0230743e6a09c2d64c291df6b770508d7c SHA512 cb6d49d0b6880c6d7c5ef6337d1f0085609e1b66c693b1a9cf6604334af6456cd67dd0278836211edb91a81b5340cab51499cd47b2013d291c9cc9d59e4f31a5 +DIST pyotp-2.4.1.tar.gz 15232 BLAKE2B 0690364209bbbfc7bdaddc0204168a584696b98d974b203513ce8f6ffef9751ed1c9d19b7f875631805cf704ca494b2412eb731b0415fdedbae7f57ece630981 SHA512 4bd60ecef1ae22207732a539e5b46c3ca35fa6158da552e537aa522bfe2a2e0743f7426c437cd93cc9901ce5b834cbd9d9e4481eb95478871367f1d5373b67af diff --git a/dev-python/pyotp/pyotp-2.4.1.ebuild b/dev-python/pyotp/pyotp-2.4.1.ebuild new file mode 100644 index 000000000000..5334f2e81f8a --- /dev/null +++ b/dev-python/pyotp/pyotp-2.4.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="PyOTP is a Python library for generating and verifying one-time passwords." +HOMEPAGE="https://github.com/pyauth/pyotp https://pypi.org/project/pyotp/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +distutils_enable_tests unittest |