commit: dbafe6557610837bd85cb453a11cfe760b0a545d Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Sat Dec 3 10:00:35 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Sat Dec 3 10:02:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbafe655
dev-python/pathtools: treeclean Closes: https://bugs.gentoo.org/878733 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> dev-python/pathtools/Manifest | 1 - dev-python/pathtools/metadata.xml | 12 ------------ dev-python/pathtools/pathtools-0.1.2-r3.ebuild | 16 ---------------- profiles/package.mask | 7 ------- 4 files changed, 36 deletions(-) diff --git a/dev-python/pathtools/Manifest b/dev-python/pathtools/Manifest deleted file mode 100644 index 24d7f7f0fbc0..000000000000 --- a/dev-python/pathtools/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pathtools-0.1.2.tar.gz 11006 BLAKE2B ad257edd9a62477a07343ecd6786c24ad2472da8844e3358980973c9daee9c52f3317976b2971f9afe33bfcd0dba1c1497230b105fd364a45c0d138abec41894 SHA512 e014cb17f3d61ce7979e36663f94a44d4f1116c35e3d2ec8c4ac207a81935dde246495ed06597e6edade1509f384b9e5729a97ffd3eec31b1d1c4a8372d1dfd7 diff --git a/dev-python/pathtools/metadata.xml b/dev-python/pathtools/metadata.xml deleted file mode 100644 index 5fbeb518a68e..000000000000 --- a/dev-python/pathtools/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="pypi">pathtools</remote-id> - <remote-id type="github">gorakhargosh/pathtools</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/pathtools/pathtools-0.1.2-r3.ebuild b/dev-python/pathtools/pathtools-0.1.2-r3.ebuild deleted file mode 100644 index b41eb1d3fb2c..000000000000 --- a/dev-python/pathtools/pathtools-0.1.2-r3.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Pattern matching and various utilities for file systems paths" -HOMEPAGE="https://pypi.org/project/pathtools/ https://github.com/gorakhargosh/pathtools" -SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc x86" diff --git a/profiles/package.mask b/profiles/package.mask index ae217d2d79f0..416748da3bca 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -429,13 +429,6 @@ dev-python/watchgod # Removal on 2022-11-30. Bug #871216, #876382. media-gfx/peps -# Arthur Zamarin <[email protected]> (2022-10-29) -# Last upstream commit in 2016, no tests, implements functions -# which are implemented by pathlib Python module. No reverse -# dependencies in gentoo tree for a long time. -# Removal: 2022-11-28. Bug #878733. -dev-python/pathtools - # Sam James <[email protected]> (2022-10-28) # Please upgrade to >=media-libs/fontconfig-2.14.1-r1 for fixed # cache dir to avoid sandbox violation errors, bug #878471.
