commit: 8e395d9eb02a46a26e05e595ac942694d9ad5e69 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Dec 23 09:00:04 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Dec 23 09:00:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e395d9e
dev-python/dugong: Remove last-rited pkg Closes: https://bugs.gentoo.org/755623 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/dugong/Manifest | 1 - dev-python/dugong/dugong-3.7.3.ebuild | 36 ----------------------------------- dev-python/dugong/metadata.xml | 12 ------------ profiles/package.mask | 1 - 4 files changed, 50 deletions(-) diff --git a/dev-python/dugong/Manifest b/dev-python/dugong/Manifest deleted file mode 100644 index b49469c6cb8..00000000000 --- a/dev-python/dugong/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST dugong-3.7.3.tar.bz2 206720 BLAKE2B 41dd349336ae37dd290c88233a4a1eed283a774a072396a03b0b97fe3aaca95a4aa90b2951ebc3d59c517221b1b1b77f90d64538f5a17fcc84fa927650af1fdb SHA512 b20b720fa18789ff137524b67dd7339ec3ad532cff164c03c74d38accc72e035d33ebe97df028f75d7d904f3d0d460f99edf7cf45abf9c4849a5a3a05529a7a4 diff --git a/dev-python/dugong/dugong-3.7.3.ebuild b/dev-python/dugong/dugong-3.7.3.ebuild deleted file mode 100644 index e0c89a1e4cf..00000000000 --- a/dev-python/dugong/dugong-3.7.3.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_{6,7} ) - -inherit distutils-r1 - -DESCRIPTION="Python library for communicating with HTTP 1.1 servers" -HOMEPAGE="https://github.com/python-dugong/python-dugong/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="doc examples test" -RESTRICT="!test? ( test )" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - || ( - dev-python/pytest-catchlog[${PYTHON_USEDEP}] - >=dev-python/pytest-3.3.0[${PYTHON_USEDEP}] - ) - )" - -python_test() { - py.test -v || die "Tests failed under ${EPYTHON}" -} - -python_install_all() { - use doc && local HTML_DOCS=( doc/html/. ) - use examples && dodoc -r examples - distutils-r1_python_install_all -} diff --git a/dev-python/dugong/metadata.xml b/dev-python/dugong/metadata.xml deleted file mode 100644 index 63b91a9dfd9..00000000000 --- a/dev-python/dugong/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="pypi">dugong</remote-id> - <remote-id type="github">python-dugong/python-dugong</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 9d5eafee813..2cd7d728741 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -297,7 +297,6 @@ games-emulation/fakenes # (or are broken). They have no reverse dependencies, except for other # packages from the list. # Removal in 30 days. Bug #755623. -dev-python/dugong dev-python/hgdistver dev-python/nose-cover3 dev-python/nose-parameterized
