From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- 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 deletions(-) delete mode 100644 dev-python/python3-openid/Manifest delete mode 100644 dev-python/python3-openid/metadata.xml delete 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 deleted file mode 100644 index adae66e5eb6b..000000000000 --- a/dev-python/python3-openid/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 190c19a7a1af..000000000000 --- a/dev-python/python3-openid/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - 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 deleted file mode 100644 index 71036f4b41c8..000000000000 --- a/dev-python/python3-openid/python3-openid-3.2.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# 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