summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-23 11:51:18 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-23 11:53:27 +0200
commite347f07c429f267a257a92eb0a460a5c847f13aa (patch)
tree7568cdaeec1c0860cb4dc9bcf68dc1cf42f2420f
parentmedia-video/handbrake: Version bump (diff)
downloadgentoo-e347f07c.tar.gz
gentoo-e347f07c.tar.bz2
gentoo-e347f07c.zip
dev-python/URLObject: Remove last-rited pkg
Closes: https://bugs.gentoo.org/718854 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/URLObject/Manifest1
-rw-r--r--dev-python/URLObject/URLObject-2.4.3.ebuild42
-rw-r--r--dev-python/URLObject/metadata.xml9
-rw-r--r--profiles/package.mask6
4 files changed, 0 insertions, 58 deletions
diff --git a/dev-python/URLObject/Manifest b/dev-python/URLObject/Manifest
deleted file mode 100644
index 794fc953cab7..000000000000
--- 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 5796b3cf392f..000000000000
--- 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 b2ca80a2d7a8..000000000000
--- 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 6fc99417926e..db5066a497ba 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -440,12 +440,6 @@ dev-python/ipdbplugin
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.
#
# dev-python/bokeh does not work because of missing dependencies