diff options
| author | Michał Górny <mgorny@gentoo.org> | 2020-05-23 11:51:18 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2020-05-23 11:53:27 +0200 |
| commit | e347f07c429f267a257a92eb0a460a5c847f13aa (patch) | |
| tree | 7568cdaeec1c0860cb4dc9bcf68dc1cf42f2420f /dev-python/URLObject/URLObject-2.4.3.ebuild | |
| parent | ddeb26c79cf05eb83f79c29a1743060590bb9b51 (diff) | |
| download | gentoo-e347f07c429f267a257a92eb0a460a5c847f13aa.tar.gz gentoo-e347f07c429f267a257a92eb0a460a5c847f13aa.tar.bz2 gentoo-e347f07c429f267a257a92eb0a460a5c847f13aa.zip | |
dev-python/URLObject: Remove last-rited pkg
Closes: https://bugs.gentoo.org/718854
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/URLObject/URLObject-2.4.3.ebuild')
| -rw-r--r-- | dev-python/URLObject/URLObject-2.4.3.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
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}" -} |
