From 5b211dbeae8144a49eb0f589ff3e1a3f75a1f8e9 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Mon, 3 Jul 2023 18:36:32 +0200 Subject: Add Python 3.12 support for dev-python/pyotp2289/pyotp2289-1.2.1.ebuild and fix sources --- dev-python/pyotp2289/pyotp2289-1.2.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev-python/pyotp2289/pyotp2289-1.2.1.ebuild') diff --git a/dev-python/pyotp2289/pyotp2289-1.2.1.ebuild b/dev-python/pyotp2289/pyotp2289-1.2.1.ebuild index 85bdab6..437a802 100644 --- a/dev-python/pyotp2289/pyotp2289-1.2.1.ebuild +++ b/dev-python/pyotp2289/pyotp2289-1.2.1.ebuild @@ -4,17 +4,17 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{8..12} ) -inherit distutils-r1 verify-sig +inherit distutils-r1 pypi verify-sig 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}" +PYPI_PN="pyotp2289" SRC_URI=" - mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz verify-sig? ( https://github.com/blackm0re/pyotp2289/releases/download/v${PV}/${MY_P}.tar.gz.asc ) " -- cgit v1.3