commit: 6922a1c846cbeefb2a599452d646457172c24a71 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Tue Sep 7 16:35:30 2021 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Tue Sep 7 16:43:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6922a1c8
dev-python/pydiff: Remove last-rited package Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> dev-python/pydiff/Manifest | 1 - dev-python/pydiff/metadata.xml | 12 ------------ dev-python/pydiff/pydiff-0.2-r1.ebuild | 21 --------------------- profiles/package.mask | 5 ----- 4 files changed, 39 deletions(-) diff --git a/dev-python/pydiff/Manifest b/dev-python/pydiff/Manifest deleted file mode 100644 index 2404a3293a8..00000000000 --- a/dev-python/pydiff/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pydiff-0.2.tar.gz 4108 BLAKE2B 868b9b31f96e49a4e375d2933fc158845ced4bc561816512f41c85dbd6d5373567a51153dedc527826ef2d03306288e3255d300fc2b400e28983e6616eec6a25 SHA512 0f55edf17138c4a1894a1ca03db21e6d6d21fb3961a2738c00d59e05d32a006413aee04005962f1ba6628c012bb018d43fcbbef50665ea10d3397539e5d3def1 diff --git a/dev-python/pydiff/metadata.xml b/dev-python/pydiff/metadata.xml deleted file mode 100644 index 9dda17d789e..00000000000 --- a/dev-python/pydiff/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">pydiff</remote-id> - <remote-id type="github">myint/pydiff</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/pydiff/pydiff-0.2-r1.ebuild b/dev-python/pydiff/pydiff-0.2-r1.ebuild deleted file mode 100644 index 6d8889c1f11..00000000000 --- a/dev-python/pydiff/pydiff-0.2-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{7..9} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Diffs two Python files at the bytecode level" -HOMEPAGE="https://github.com/myint/pydiff" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc sparc x86" - -python_test() { - "${EPYTHON}" test_pydiff.py || die "Tests failed under ${EPYTHON}" -} diff --git a/profiles/package.mask b/profiles/package.mask index a8f208124ea..6d86bd27543 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -189,11 +189,6 @@ net-dialup/xc dev-perl/Goo-Canvas x11-libs/goocanvas:0 -# Louis Sautier <[email protected]> (2021-08-07) -# No reverse dependencies, no upstream activity for more than 5 years, -# failing tests with Python 3.10. Removal on 2021-09-06. -dev-python/pydiff - # David Seifert <[email protected]> (2021-08-04) # Last release over 4 years ago, upstream pretty much dead, the # ecosystem has switched to dev-util/pkgconf, which is alive. Testing
