public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-openid/files/, dev-python/python-openid/, profiles/
@ 2020-09-02  8:10 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2020-09-02  8:10 UTC (permalink / raw
  To: gentoo-commits

commit:     e0d7f4de398958a5a8d33f7a676ca26dfa755e33
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  2 08:09:23 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep  2 08:09:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0d7f4de

dev-python/python-openid: Remove last-rited pkg

Closes: https://bugs.gentoo.org/735178
Closes: https://bugs.gentoo.org/710036
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/python-openid/Manifest                  |  1 -
 .../python-openid-2.0.0-gentoo-test_fetchers.diff  | 11 ----
 .../files/python-openid-2.2.5-tests.patch          | 10 ----
 dev-python/python-openid/metadata.xml              |  8 ---
 .../python-openid/python-openid-2.2.5-r1.ebuild    | 58 ----------------------
 profiles/package.mask                              |  6 ---
 6 files changed, 94 deletions(-)

diff --git a/dev-python/python-openid/Manifest b/dev-python/python-openid/Manifest
deleted file mode 100644
index 3bfe4481899..00000000000
--- a/dev-python/python-openid/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST python-openid-2.2.5.tar.gz 300524 BLAKE2B 9431ba3947dd2d2f7717e3f64ae91e4c014b85d67e6ce9daff5541d107c35869863de79273e6f9ad433193324d44821ccf9aaf885a6541ff7a3636a31c6ee8f5 SHA512 46ffeb07dc0e94c6e1160c824dfafd4a125746a05af1541e112bc2691bf655f75d0431ea273877899abc2956bb1f82369dea75d9b54282f33875f333f5166e7a

diff --git a/dev-python/python-openid/files/python-openid-2.0.0-gentoo-test_fetchers.diff b/dev-python/python-openid/files/python-openid-2.0.0-gentoo-test_fetchers.diff
deleted file mode 100644
index 67587a98533..00000000000
--- a/dev-python/python-openid/files/python-openid-2.0.0-gentoo-test_fetchers.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- openid/test/test_fetchers.py.orig	2007-06-07 15:53:38.000000000 -0700
-+++ openid/test/test_fetchers.py	2007-06-07 15:53:55.000000000 -0700
-@@ -8,6 +8,8 @@
- # XXX: make these separate test cases
- 
- def failUnlessResponseExpected(expected, actual):
-+    expected.final_url = expected.final_url.replace("localhost", "127.0.0.1")
-+    actual.final_url = actual.final_url.replace("localhost", "127.0.0.1")
-     assert expected.final_url == actual.final_url, (
-         "%r != %r" % (expected.final_url, actual.final_url))
-     assert expected.status == actual.status

diff --git a/dev-python/python-openid/files/python-openid-2.2.5-tests.patch b/dev-python/python-openid/files/python-openid-2.2.5-tests.patch
deleted file mode 100644
index e5d17463ac9..00000000000
--- a/dev-python/python-openid/files/python-openid-2.2.5-tests.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- admin/runtests.orig	2016-01-01 03:32:55.835000000 +0000
-+++ admin/runtests	2016-01-01 03:32:59.163000000 +0000
-@@ -93,7 +93,6 @@
-         'test_htmldiscover',
-         'test_nonce',
-         'test_openidyadis',
--        'test_parsehtml',
-         'test_urinorm',
-         'test_yadis_discover',
-         'trustroot',

diff --git a/dev-python/python-openid/metadata.xml b/dev-python/python-openid/metadata.xml
deleted file mode 100644
index 9e5274c5b4a..00000000000
--- a/dev-python/python-openid/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-	<email>python@gentoo.org</email>
-	<name>Python</name>
-</maintainer>
-</pkgmetadata>

diff --git a/dev-python/python-openid/python-openid-2.2.5-r1.ebuild b/dev-python/python-openid/python-openid-2.2.5-r1.ebuild
deleted file mode 100644
index 5279018236b..00000000000
--- a/dev-python/python-openid/python-openid-2.2.5-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_REQ_USE='sqlite?'
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="OpenID support for servers and consumers"
-HOMEPAGE="http://www.openidenabled.com/openid/libraries/python/ https://pypi.org/project/python-openid/"
-# Downloaded from https://github.com/openid/python-openid/downloads
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~ppc ppc64 s390 sparc x86"
-IUSE="examples mysql postgres sqlite test"
-
-RDEPEND="mysql? ( >=dev-python/mysql-python-1.2.2[${PYTHON_USEDEP}] )
-	postgres? ( dev-python/psycopg[${PYTHON_USEDEP}] )"
-DEPEND="${RDEPEND}"
-S="${WORKDIR}/openid-python-openid-b666238"
-
-# Tests depend on twill, a broken package. Bug #285169
-RESTRICT="test"
-
-python_prepare_all() {
-	local PATCHES=(
-		# Patch to fix confusion with localhost/127.0.0.1
-		"${FILESDIR}/${PN}-2.0.0-gentoo-test_fetchers.diff"
-		"${FILESDIR}"/"${P}-tests.patch"
-	)
-
-	# Disable broken tests from from examples/djopenid.
-	# Remove test that requires running db server.
-	sed -e "s/django_failures =.*/django_failures = 0/" \
-		-e '/storetest/d' \
-		-i admin/runtests || die "sed admin/runtests failed"
-
-	rm -v openid/test/test_parsehtml.py || die
-
-	distutils-r1_python_prepare_all
-}
-
-python_test() {
-	"${PYTHON}" admin/runtests || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-	distutils-r1_python_install_all
-
-	if use examples; then
-		dodoc -r examples
-		docompress -x /usr/share/doc/${PF}/examples
-	fi
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 766222f5756..09317798d99 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -688,12 +688,6 @@ app-backup/cachedir
 # Removal in 30 days.  Bug #734632.
 x11-misc/pypanel
 
-# Michał Górny <mgorny@gentoo.org> (2020-08-02)
-# Stuck on py2.  Last release in 2010, last commit in 2014.  No revdeps.
-# Blocks dev-python/mysql-python removal.
-# Removal in 30 days.  Bug #735178.
-dev-python/python-openid
-
 # Mikle Kolyada <zlogene@gentoo.org> (2020-08-02)
 # consolekit is abandoned upstream.
 # People are encouraged to switch to any logind


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-09-02  8:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-02  8:10 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-openid/files/, dev-python/python-openid/, profiles/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox