summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-06-05 16:12:44 +0200
committerJakov Smolić <jsmolic@gentoo.org>2022-06-05 16:16:33 +0200
commitc28c7f6030138aed7fa7515e6fe96f0cc9a0d35e (patch)
tree0feaca3c022dca37380dd924e0ef58df9d735251
parentdev-python/rcssmin: treeclean (diff)
downloadgentoo-c28c7f60.tar.gz
gentoo-c28c7f60.tar.bz2
gentoo-c28c7f60.zip
dev-python/python3-openid: treeclean
Closes: https://bugs.gentoo.org/797853 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r--dev-python/python3-openid/Manifest1
-rw-r--r--dev-python/python3-openid/metadata.xml9
-rw-r--r--dev-python/python3-openid/python3-openid-3.2.0-r1.ebuild35
-rw-r--r--profiles/package.mask1
4 files changed, 0 insertions, 46 deletions
diff --git a/dev-python/python3-openid/Manifest b/dev-python/python3-openid/Manifest
deleted file mode 100644
index 62c1b143f240..000000000000
--- a/dev-python/python3-openid/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST python3-openid-3.2.0.tar.gz 305600 BLAKE2B d793eb61335d7240d5c25324b8377d19781df15012c8da6d5d0d7445c8a7fcb31711156b48d32efae8b6de27509e8f9112535ece7820779ca9b7f2e7be04fb0f SHA512 54412820fef21928e1bf30d16c9bc73d454e9ff41df028a12047c08abdb4c2c9e1d9053daebab8b0327cb0fe0f67e364c2506a47509fef6db5bff42f8399b799
diff --git a/dev-python/python3-openid/metadata.xml b/dev-python/python3-openid/metadata.xml
deleted file mode 100644
index 4c87ab4831fa..000000000000
--- a/dev-python/python3-openid/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!--maintainer-needed-->
- <upstream>
- <remote-id type="pypi">python3-openid</remote-id>
- <remote-id type="github">necaris/python3-openid</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/python3-openid/python3-openid-3.2.0-r1.ebuild b/dev-python/python3-openid/python3-openid-3.2.0-r1.ebuild
deleted file mode 100644
index 6e6b0b70cf2c..000000000000
--- a/dev-python/python3-openid/python3-openid-3.2.0-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="OpenID support for modern servers and consumers"
-HOMEPAGE="https://github.com/necaris/python3-openid"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-python/defusedxml[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- ${RDEPEND}
- dev-python/django[${PYTHON_USEDEP}]
- dev-python/psycopg:2[${PYTHON_USEDEP}]
- )
-"
-
-DOCS=( NEWS.md README.md )
-
-python_test() {
- "${EPYTHON}" -m unittest -v openid.test.test_suite || die "Tests failed with ${EPYTHON}"
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index 7ea4f7a7c16f..8ba9b467127e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -362,7 +362,6 @@ dev-python/flufl-bounce
dev-python/flufl-i18n
dev-python/lazr-config
dev-python/lazr-delegates
-dev-python/python3-openid
# Matt Turner <mattst88@gentoo.org> (2022-04-30)
# Masked for testing. Apparently causes crashes. Bug #841857.