From bfd9c39e4712ebdb442d4ca0673061faed1e70e1 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 05:48:38 -0500 Subject: Revert "Adding metadata" This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704. --- dev-python/python3-openid/Manifest | 3 ++ dev-python/python3-openid/metadata.xml | 12 ++++++++ .../python3-openid/python3-openid-3.2.0.ebuild | 33 ++++++++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 dev-python/python3-openid/Manifest create mode 100644 dev-python/python3-openid/metadata.xml create mode 100644 dev-python/python3-openid/python3-openid-3.2.0.ebuild (limited to 'dev-python/python3-openid') diff --git a/dev-python/python3-openid/Manifest b/dev-python/python3-openid/Manifest new file mode 100644 index 000000000000..adae66e5eb6b --- /dev/null +++ b/dev-python/python3-openid/Manifest @@ -0,0 +1,3 @@ +DIST python3-openid-3.2.0.tar.gz 305600 BLAKE2B d793eb61335d7240d5c25324b8377d19781df15012c8da6d5d0d7445c8a7fcb31711156b48d32efae8b6de27509e8f9112535ece7820779ca9b7f2e7be04fb0f SHA512 54412820fef21928e1bf30d16c9bc73d454e9ff41df028a12047c08abdb4c2c9e1d9053daebab8b0327cb0fe0f67e364c2506a47509fef6db5bff42f8399b799 +EBUILD python3-openid-3.2.0.ebuild 679 BLAKE2B 5454353f52ddb493a5cf31988313a1f0a2c0822ae99bc3941ebb8bf87e93eaf0175b1b0336f23bb80cf995f2b9294cbecf36d1071511e19ecce2da2b464b0cea SHA512 1b359d96aac47001d1f7479c4f30318398f459e6f4e2e3b6100d2d6a1fb0a1b3009aacda4a4a0706f0b0af8f7b55f42aba3e071e7538e90d61c461a520925e03 +MISC metadata.xml 465 BLAKE2B 13d59e0e7c411bebdf18756721d500782b64ab134a8d824d0affc897079e8dcabdbfd49f3c6a437124b6cc0a8a61dc4f80696979e17c404942d66b841b61e850 SHA512 9df2e6d83ce3d3b8b3d9e752d2d9b3b80330cfc40a91dfd894d7ddba982af4433b68abfd402d64d7a2459624bcc02df1f29356e96d363a3f4b7a3abc0b4f123e diff --git a/dev-python/python3-openid/metadata.xml b/dev-python/python3-openid/metadata.xml new file mode 100644 index 000000000000..190c19a7a1af --- /dev/null +++ b/dev-python/python3-openid/metadata.xml @@ -0,0 +1,12 @@ + + + + + marcin.deranek@slonko.net + Marcin Deranek + + + https://github.com/necaris/python3-openid/issues + + slonko-overlay + \ No newline at end of file diff --git a/dev-python/python3-openid/python3-openid-3.2.0.ebuild b/dev-python/python3-openid/python3-openid-3.2.0.ebuild new file mode 100644 index 000000000000..71036f4b41c8 --- /dev/null +++ b/dev-python/python3-openid/python3-openid-3.2.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{13..14} ) +PYPI_NO_NORMALIZE=1 + +inherit distutils-r1 pypi + +DESCRIPTION="OpenID support for modern servers and consumers" +HOMEPAGE="https://github.com/necaris/python3-openid" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/defusedxml[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/psycopg:2[${PYTHON_USEDEP}] + ) +" + +DOCS=( NEWS.md README.md ) + +distutils_enable_tests unittest +python_test() { + "${EPYTHON}" -m unittest -v openid.test.test_suite || die "Tests failed with ${EPYTHON}" +} -- cgit v1.3.1