commit:     e347f07c429f267a257a92eb0a460a5c847f13aa
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 23 09:51:18 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 23 09:53:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e347f07c

dev-python/URLObject: Remove last-rited pkg

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

 dev-python/URLObject/Manifest               |  1 -
 dev-python/URLObject/URLObject-2.4.3.ebuild | 42 -----------------------------
 dev-python/URLObject/metadata.xml           |  9 -------
 profiles/package.mask                       |  6 -----
 4 files changed, 58 deletions(-)

diff --git a/dev-python/URLObject/Manifest b/dev-python/URLObject/Manifest
deleted file mode 100644
index 794fc953cab..00000000000
--- a/dev-python/URLObject/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST urlobject-2.4.3.tar.gz 26325 BLAKE2B 
6c73bab1768d8676ccd7411175877a17a8b64e2498345443bfd8e28873c1ba9aacf158cfcac739d8ae1abf7d7845bc5fa5f478441d6d99530a9395b236b118f0
 SHA512 
2bd08ba5695c8277eeed154d7f414939e8b471e83f1fc6b9db93931f8e49dea4583036b0b7fb8d820e0b214bdc4bf2fe78987eb6a5c63ba70611aea6365c2972

diff --git a/dev-python/URLObject/URLObject-2.4.3.ebuild 
b/dev-python/URLObject/URLObject-2.4.3.ebuild
deleted file mode 100644
index 5796b3cf392..00000000000
--- a/dev-python/URLObject/URLObject-2.4.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-GITHUB_P=${P,,}
-DESCRIPTION="A utility class for manipulating URLs"
-HOMEPAGE="https://pypi.org/project/URLObject/";
-# note: pypi tarball lacks tests
-# https://github.com/zacharyvoase/urlobject/issues/39
-SRC_URI="https://github.com/zacharyvoase/urlobject/archive/v${PV}.tar.gz -> 
${GITHUB_P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="
-       ${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? ( dev-python/nose[${PYTHON_USEDEP}] )
-"
-
-S=${WORKDIR}/${GITHUB_P}
-
-python_prepare_all() {
-       rm "${S}/urlobject/six.py" || die
-       find "${S}/urlobject" -type f -name \*.py \
-               -exec sed -e 's/from \.six import/from six import/g' -i "{}" \; 
|| die
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       nosetests -v || die "Tests fail with ${EPYTHON}"
-}

diff --git a/dev-python/URLObject/metadata.xml 
b/dev-python/URLObject/metadata.xml
deleted file mode 100644
index b2ca80a2d7a..00000000000
--- a/dev-python/URLObject/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <!-- maintainer-needed -->
-  <upstream>
-    <remote-id type="pypi">URLObject</remote-id>
-    <remote-id type="github">zacharyvoase/urlobject</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 6fc99417926..db5066a497b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -439,12 +439,6 @@ dev-python/ipdbplugin
 # Removal in 30 days.  Bug #718896.
 dev-python/cligj
 
-# Michał Górny <mgo...@gentoo.org> (2020-04-22)
-# Unmaintained.  Stuck at Python 3.6.  The only revdep was last rited
-# already.
-# Removal in 30 days.  Bug #718854.
-dev-python/URLObject
-
 # Michał Górny <mgo...@gentoo.org> (2020-04-22)
 # Effectively unmaintained and stuck on Python 3.6.
 #

Reply via email to