commit: 7d1ae57fd30103732c7ee09e1bafb88206ab8a7f Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sun Jun 16 19:22:34 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sun Jun 16 19:22:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d1ae57f
dev-python/dictpath: treeclean Closes: https://bugs.gentoo.org/932103 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-python/dictpath/Manifest | 1 - dev-python/dictpath/dictpath-0.1.3.ebuild | 39 ------------------------------- dev-python/dictpath/metadata.xml | 10 -------- profiles/package.mask | 5 ---- 4 files changed, 55 deletions(-) diff --git a/dev-python/dictpath/Manifest b/dev-python/dictpath/Manifest deleted file mode 100644 index 67f266fb4845..000000000000 --- a/dev-python/dictpath/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST dictpath-0.1.3.gh.tar.gz 10823 BLAKE2B 4b9ef37810f9267790dbea8d858fd768c2bed7f7c1987a83bb2bd2ac81cc2c61b334a473c73dfa300adba77522d4d5c985a4278828a85c04fe330e94570a5dcc SHA512 bc5929856401854588b570a8b22cae66d4ea190d344ce1417f7406ab8a9859a10310a454d9f3d380eae1061ed93346a43f4ee6c19b1afedf6b5d8a1ba1431ed5 diff --git a/dev-python/dictpath/dictpath-0.1.3.ebuild b/dev-python/dictpath/dictpath-0.1.3.ebuild deleted file mode 100644 index fb30fa85da1e..000000000000 --- a/dev-python/dictpath/dictpath-0.1.3.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 - -# Upstream has renamed to pathable after v0.1.3 -DESCRIPTION="Object-oriented dictionary paths" -HOMEPAGE=" - https://pypi.org/project/dictpath/ -" -SRC_URI=" - https://github.com/p1c2u/pathable/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" -S="${WORKDIR}/pathable-${PV}" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/six[${PYTHON_USEDEP}] -" - -BDEPEND="test? ( - dev-python/mock[${PYTHON_USEDEP}] -)" - -distutils_enable_tests pytest - -src_prepare() { - sed -i -e '/--cov/d' setup.cfg || die - distutils-r1_src_prepare -} diff --git a/dev-python/dictpath/metadata.xml b/dev-python/dictpath/metadata.xml deleted file mode 100644 index 23a68e1b8dc2..000000000000 --- a/dev-python/dictpath/metadata.xml +++ /dev/null @@ -1,10 +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> - </maintainer> - <upstream> - <remote-id type="pypi">dictpath</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 767bb221baee..ea46d5f057d0 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -501,11 +501,6 @@ dev-python/aesara # Removal on 2024-06-17. Bug #932160. dev-python/pdm-pep517 -# Michał Górny <[email protected]> (2024-05-17) -# Superseded by dev-python/pathable. No revdeps. -# Removal on 2024-06-16. Bug #932103. -dev-python/dictpath - # Sam James <[email protected]> (2024-04-28) # Masked for testing. Tracker bug: bug #930805. >=sys-libs/ncurses-6.5
