dev-python/URLObject: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sat, 23 May 2020 09:51:18 +0000 (11:51 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 23 May 2020 09:53:27 +0000 (11:53 +0200)
Closes: https://bugs.gentoo.org/718854
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/URLObject/Manifest [deleted file]
dev-python/URLObject/URLObject-2.4.3.ebuild [deleted file]
dev-python/URLObject/metadata.xml [deleted file]
profiles/package.mask

diff --git a/dev-python/URLObject/Manifest b/dev-python/URLObject/Manifest
deleted file mode 100644 (file)
index 794fc95..0000000
+++ /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 (file)
index 5796b3c..0000000
+++ /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 (file)
index b2ca80a..0000000
+++ /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>
index 6fc99417926ef2991806a2f7d04e865d95612987..db5066a497bac816c0d62faacaea32a8d3bc0a5e 100644 (file)
@@ -439,12 +439,6 @@ dev-python/ipdbplugin
 # Removal in 30 days.  Bug #718896.
 dev-python/cligj
 
-# Michał Górny <mgorny@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 <mgorny@gentoo.org> (2020-04-22)
 # Effectively unmaintained and stuck on Python 3.6.
 #