diff options
Diffstat (limited to 'dev-python/pyotp2289/pyotp2289-1.2.0.ebuild')
| -rw-r--r-- | dev-python/pyotp2289/pyotp2289-1.2.0.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/pyotp2289/pyotp2289-1.2.0.ebuild b/dev-python/pyotp2289/pyotp2289-1.2.0.ebuild deleted file mode 100644 index 4252090..0000000 --- a/dev-python/pyotp2289/pyotp2289-1.2.0.ebuild +++ /dev/null | |||
| @@ -1,27 +0,0 @@ | |||
| 1 | # Copyright 1999-2022 Gentoo Authors | ||
| 2 | # Distributed under the terms of the GNU General Public License v2 | ||
| 3 | |||
| 4 | EAPI=8 | ||
| 5 | |||
| 6 | DISTUTILS_USE_PEP517=setuptools | ||
| 7 | PYTHON_COMPAT=( python3_{8..11} ) | ||
| 8 | |||
| 9 | inherit distutils-r1 | ||
| 10 | |||
| 11 | DESCRIPTION="A pure Python 3 implementation of RFC-2289 - 'A One-Time Password System'" | ||
| 12 | HOMEPAGE="https://github.com/blackm0re/pyotp2289" | ||
| 13 | MY_PN="pyotp2289" | ||
| 14 | MY_P="${MY_PN}-${PV}" | ||
| 15 | |||
| 16 | SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" | ||
| 17 | KEYWORDS="amd64 arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux" | ||
| 18 | S="${WORKDIR}/${MY_P}" | ||
| 19 | |||
| 20 | LICENSE="BSD" | ||
| 21 | SLOT="0" | ||
| 22 | |||
| 23 | distutils_enable_tests pytest | ||
| 24 | |||
| 25 | python_install_all() { | ||
| 26 | distutils-r1_python_install_all | ||
| 27 | } | ||
