From 5789514329d997aee2bed66ae51b0809bd8a18b1 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Sat, 2 Apr 2022 20:01:29 +0200 Subject: Add dev-python/pyotp2289/pyotp2289-1.1.1.ebuild --- dev-python/pyotp2289/Manifest | 2 ++ dev-python/pyotp2289/pyotp2289-1.1.1.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 dev-python/pyotp2289/pyotp2289-1.1.1.ebuild (limited to 'dev-python/pyotp2289') diff --git a/dev-python/pyotp2289/Manifest b/dev-python/pyotp2289/Manifest index 7c467c8..8b80bea 100644 --- a/dev-python/pyotp2289/Manifest +++ b/dev-python/pyotp2289/Manifest @@ -1,5 +1,7 @@ DIST pyotp2289-1.0.0.tar.gz 30245 BLAKE2B be873220aa5d377b52088559291110fea227c6b0ffee45b6526fd72be3c4b0785186bf96817245639b6d79c03d4e2a0e653059b5b214ff0834cf68787de693de SHA512 1c73fcdfcdecc2db11e598601c8a5f962a571c2aaa0287299df78f189c6512ffe8cfeac0b65ef402f1def69d6e12a82195a2f6851d1379e6fec4e5320f0914e6 DIST pyotp2289-1.1.0.tar.gz 26077 BLAKE2B 4a348929f28156bf8f3f67f821df957ebeff567ba671101f910fa9f92dd4c276a9fba759274270c6a1f7c9c86045570a78826c9f6852cfe7dbe72105d5719a80 SHA512 edfb49fe8d562ce898d7a4b8c577801166d8ffbae8c42b34a9e7cb7827803ecf0302dcdc587fb2ad512e31f1b120cf9ef6ace7f7207e4a3879ffa81f1b6d626b +DIST pyotp2289-1.1.1.tar.gz 26118 BLAKE2B b6d197bc24843d4aebc71d1c24f3a714d7c21a1b8002c3112846e7bd891cc39a5396b51e4eedd7a4e0ab5b31930585e0c77321c4dbdae68ebdbb90dc68160402 SHA512 2efa25941d7933851f17a455dd5d5a2f8d94da83d4f159d3fe1967a6b638a2aa2004ac136a21cd8d13098da74864da18b3bd02404ad99b849da83a408470aadc EBUILD pyotp2289-1.0.0-r1.ebuild 891 BLAKE2B 28398b7db4d6181a947ff942f1621d6b2ff007115b3946a08480c1625b7b1577a2ea0a980b29f39534ee43ed7bab112d785e711f52a9f084bdfb04535c6b9ce0 SHA512 d1bf1d6172571afe7882048a4613a8befc11a17c5412ba57d3b1af6d76f7df337740bf533b279a9da3d7a0ec138c3d92a698230cb7269611d3f71237869b39ce EBUILD pyotp2289-1.1.0.ebuild 643 BLAKE2B 27ae41f106b9f0f6d4697657696eced3840f198cb627acbccf1349375d4c5d956a0f5d4dca86beedac0edf1cbd226df276734beb13367dccd7f02d787abec08f SHA512 d3c027ca96868e226feb0b9f57cdf37b454c0e267ef9a75613bca1d03203e44c20898613fbb34d27715783ece07b132519e68b31b72d2d37fa0bfc7987a05357 +EBUILD pyotp2289-1.1.1.ebuild 643 BLAKE2B 27ae41f106b9f0f6d4697657696eced3840f198cb627acbccf1349375d4c5d956a0f5d4dca86beedac0edf1cbd226df276734beb13367dccd7f02d787abec08f SHA512 d3c027ca96868e226feb0b9f57cdf37b454c0e267ef9a75613bca1d03203e44c20898613fbb34d27715783ece07b132519e68b31b72d2d37fa0bfc7987a05357 MISC metadata.xml 402 BLAKE2B 3169f6b02fb30ba6db5edd85532a4caf08670e44e27a9b690063549b5561a765e8d2a4b3cd129d196827e2d51e97b7e6da04347c07387cd25aec2792516b89a5 SHA512 2268e0dd77a8771835d0cd97ec124fd47d51a5ceec7f5c21baf62979e021c0aa38aa506740147b9fde97f9af3094f8e4635424043fe06d5db2ddf45398912928 diff --git a/dev-python/pyotp2289/pyotp2289-1.1.1.ebuild b/dev-python/pyotp2289/pyotp2289-1.1.1.ebuild new file mode 100644 index 0000000..57d3769 --- /dev/null +++ b/dev-python/pyotp2289/pyotp2289-1.1.1.ebuild @@ -0,0 +1,27 @@ +# 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..10} ) + +inherit distutils-r1 + +DESCRIPTION="A pure Python 3 implementation of RFC-2289 - 'A One-Time Password System'" +HOMEPAGE="https://github.com/blackm0re/pyotp2289" +MY_PN="pyotp2289" +MY_P="${MY_PN}-${PV}" + +SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" +KEYWORDS="amd64 arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux" +S="${WORKDIR}/${MY_P}" + +LICENSE="BSD" +SLOT="0" + +distutils_enable_tests pytest + +python_install_all() { + distutils-r1_python_install_all +} -- cgit v1.3