diff options
Diffstat (limited to 'dev-python/pyotp')
| -rw-r--r-- | dev-python/pyotp/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/pyotp/metadata.xml | 17 | ||||
| -rw-r--r-- | dev-python/pyotp/pyotp-2.10.0.ebuild | 27 | ||||
| -rw-r--r-- | dev-python/pyotp/pyotp-2.9.0.ebuild | 2 |
4 files changed, 37 insertions, 11 deletions
diff --git a/dev-python/pyotp/Manifest b/dev-python/pyotp/Manifest index f6d0aa7c9d7f..4a63a02d9b72 100644 --- a/dev-python/pyotp/Manifest +++ b/dev-python/pyotp/Manifest @@ -1 +1,3 @@ +DIST pyotp-2.10.0.tar.gz 18625 BLAKE2B 012541b4e617176f11f8dbe7c1b1ba87460bf3b0ddef09793efa631debdcc6aefed4f61237e5e2a00e7cf5e8272ec63ad91c064f5900515c7fef6c3083096440 SHA512 9eb6005699beed4a14ce2e9c8b90eb7a4b931db703220f209131e6915911ad001dd6ad2b7559e049579425e86196ba825ec6229df448a99a29d48b41fc457b27 +DIST pyotp-2.10.0.tar.gz.provenance 9594 BLAKE2B b090cd3967527c58504f29e78e0f81652633011bdf3fc33334a6fb49d9e5fc147da74eb10b57b0173578747f2788032988c61dd9bb1a286a4cac9ee964bd67dc SHA512 45274735b1b476229bf65a9e580fbb33b6b57f4e4df9cfb238739472ef42ee7cee4703f6784e102dffa8875f3f97e5dcf70606874ee997b5e72d6d704e41ff8f DIST pyotp-2.9.0.tar.gz 17763 BLAKE2B 32dd9772e0fc9de1cb13c204f5037dcf8352029e85a5df92c35f026e3960c649cd1d6f2b70b171133598e57a58707eebf34b4a8af18291a72f3e3aed8c659944 SHA512 2d3dd43997bbeceb078d9dfc4ec2d2ea608f1ac60c2189d45f775e1f47ff0cefcdfd36b77db1e022a8f8307b46329fbbad270e054853b63b5d7d457ad358731c diff --git a/dev-python/pyotp/metadata.xml b/dev-python/pyotp/metadata.xml index 1d160cdc5c1e..5e95859f915a 100644 --- a/dev-python/pyotp/metadata.xml +++ b/dev-python/pyotp/metadata.xml @@ -1,13 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">pyotp</remote-id> - <remote-id type="github">pyauth/pyotp</remote-id> - </upstream> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <stabilize-allarches /> + <origin>baldeagleos-repo</origin> </pkgmetadata> diff --git a/dev-python/pyotp/pyotp-2.10.0.ebuild b/dev-python/pyotp/pyotp-2.10.0.ebuild new file mode 100644 index 000000000000..ee7501297ebc --- /dev/null +++ b/dev-python/pyotp/pyotp-2.10.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYPI_PN=PyOTP +PYPI_VERIFY_REPO=https://github.com/pyauth/pyotp +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="PyOTP is a Python library for generating and verifying one-time passwords" +HOMEPAGE=" + https://github.com/pyauth/pyotp/ + https://pypi.org/project/PyOTP/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" + +BDEPEND=" + dev-python/hatch-vcs[${PYTHON_USEDEP}] +" + +distutils_enable_tests unittest diff --git a/dev-python/pyotp/pyotp-2.9.0.ebuild b/dev-python/pyotp/pyotp-2.9.0.ebuild index 489083aabc9b..736e7ea20283 100644 --- a/dev-python/pyotp/pyotp-2.9.0.ebuild +++ b/dev-python/pyotp/pyotp-2.9.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..14} ) +PYTHON_COMPAT=( python3_{13..14} ) inherit distutils-r1 pypi |
