summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-06-16 22:22:34 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-06-16 22:22:44 +0300
commit7d1ae57fd30103732c7ee09e1bafb88206ab8a7f (patch)
tree522ce9a8a8ff38115f89203a7574593fe5531049 /dev-python
parentdev-python/cached-property: treeclean (diff)
downloadgentoo-7d1ae57fd30103732c7ee09e1bafb88206ab8a7f.tar.gz
gentoo-7d1ae57fd30103732c7ee09e1bafb88206ab8a7f.tar.bz2
gentoo-7d1ae57fd30103732c7ee09e1bafb88206ab8a7f.zip
dev-python/dictpath: treeclean
Closes: https://bugs.gentoo.org/932103 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/dictpath/Manifest1
-rw-r--r--dev-python/dictpath/dictpath-0.1.3.ebuild39
-rw-r--r--dev-python/dictpath/metadata.xml10
3 files changed, 0 insertions, 50 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>python@gentoo.org</email>
- </maintainer>
- <upstream>
- <remote-id type="pypi">dictpath</remote-id>
- </upstream>
-</pkgmetadata>