+++ /dev/null
-# 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}"
-}
+++ /dev/null
-<?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>
# 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.
#