diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-12-14 09:29:38 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-12-14 09:29:38 +0000 |
commit | 05a3b7c2189f095dfc46fbb03d4b3e801d3dc13a (patch) | |
tree | 46ab17fba7d43e3132d97ee97ebd604dea996018 /dev-python/pyotp | |
parent | c73b611d606bc14760bad8592f5bfec28c9b1079 (diff) |
gentoo auto-resync : 14:12:2022 - 09:29:38
Diffstat (limited to 'dev-python/pyotp')
-rw-r--r-- | dev-python/pyotp/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pyotp/pyotp-2.8.0.ebuild | 22 |
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/pyotp/Manifest b/dev-python/pyotp/Manifest index dccf4d801d2e..e70896683eb6 100644 --- a/dev-python/pyotp/Manifest +++ b/dev-python/pyotp/Manifest @@ -1,3 +1,5 @@ DIST pyotp-2.7.0.tar.gz 16709 BLAKE2B 83b565afe4b718185274682540ad41591913a710d6683c0131dd7a47c100514e6dfea20d432aed39ab80ec232122329206841c3e024290160a86c74e3e8b3f65 SHA512 e2d67de9a7e4a711d4d0037c2a52c05be5b0ecb5fc85f942a1b9a14b261300dff0058be2fe2d2829d351cf665a0d238d3602c27184f56f7886a9049120c4e44f +DIST pyotp-2.8.0.tar.gz 16873 BLAKE2B 55930ca0991a38e920e4dd31ff46534031976ccc4bd2151a762ce806251d1b4c7d3c120a7afa42b2aa33387cd445818b07b981f906733075535d6948dfde24e6 SHA512 f4e6c857833c7c994a64586bb495b48935752d0fa9d90edbdcce899ebce10fc0ac13ab03c439ea81f1c0fcfc4adafbf2c42ee8c4fa4afdd662c30d5be164c9b2 EBUILD pyotp-2.7.0.ebuild 505 BLAKE2B 85db704b096d11319d4e2e13ae44556f462adc0e76f5205e1f7a4c054d79828cd36af11d06b62446452f7b951d4f8cb390570fe7d2643428cb2042b90012496d SHA512 897f04905d0ec825f862cbaf496eff73ae5bbca04e6388fda5c93113b9e0c2fd14ee9cb61a2a80ae3cfccf1e2801bec81894b5209f53a8c9a8278d08ff79691a +EBUILD pyotp-2.8.0.ebuild 509 BLAKE2B 37d8c6f8ee8ca27a176a9b9506bdeeb8bd60097f02699536ffaa828f1f24ce28b3e4d07babc3073571d2e78cd47a928fffafd9abacfc7caa2d90cb287bc57a8e SHA512 45cdea4d1f3a96e6ed91f37e10732d725405e26c3d6ef233e4dab0d396212429da01392a277ea5fb8f3df3ec7ce64c7bdef19ad1913975c6aee4d56e981b5c36 MISC metadata.xml 385 BLAKE2B 9f2d57ca90c859506181e9960deef6e0bf83854cc35066a18cabfdd1c49ea9019123f1ba3edef1d94c45c826ca0064d9a390a62e758fad87120813ee014dee76 SHA512 0f42bd43b2ef566bfc8b2a7ddb858dae6fe92d5fba0f19d6c0ba6cd38b010b6ba927f87c171327665af0a9bff541381d3b3ffe500988ca15d19da40188e06e77 diff --git a/dev-python/pyotp/pyotp-2.8.0.ebuild b/dev-python/pyotp/pyotp-2.8.0.ebuild new file mode 100644 index 000000000000..1309f77d2d96 --- /dev/null +++ b/dev-python/pyotp/pyotp-2.8.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) + +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 ~arm64 ~x86" + +distutils_enable_tests unittest |