summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-07-02 21:23:21 +0200
committerMichał Górny <mgorny@gentoo.org>2022-07-02 21:25:57 +0200
commit64fdced697b5613babb00374793f2d50e99698bf (patch)
treea4c60e3816f28d8c30e8ef36c27dbbd2a0890e40
parentdev-python/mimerender: Remove old (diff)
downloadgentoo-64fdced6.tar.gz
gentoo-64fdced6.tar.bz2
gentoo-64fdced6.zip
dev-python/mergedict: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/mergedict/mergedict-1.0.0.ebuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-python/mergedict/mergedict-1.0.0.ebuild b/dev-python/mergedict/mergedict-1.0.0.ebuild
deleted file mode 100644
index 25e1a968b531..000000000000
--- a/dev-python/mergedict/mergedict-1.0.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="A Python 'dict' with a merge() method"
-HOMEPAGE="https://github.com/schettino72/mergedict/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
-
-distutils_enable_tests pytest