summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-06-16 10:06:04 +0200
committerMichał Górny <mgorny@gentoo.org>2022-06-16 10:06:04 +0200
commite8259ae2826e0a6f5bf2a4366b55698347a473e2 (patch)
tree7781a39e705bf37da4bc44301d5ed68caa92bc9b /dev-python/jsonmerge
parentdev-python/jinja2_pluralize: Remove old (diff)
downloadgentoo-e8259ae2826e0a6f5bf2a4366b55698347a473e2.tar.gz
gentoo-e8259ae2826e0a6f5bf2a4366b55698347a473e2.tar.bz2
gentoo-e8259ae2826e0a6f5bf2a4366b55698347a473e2.zip
dev-python/jsonmerge: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jsonmerge')
-rw-r--r--dev-python/jsonmerge/jsonmerge-1.8.0.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-python/jsonmerge/jsonmerge-1.8.0.ebuild b/dev-python/jsonmerge/jsonmerge-1.8.0.ebuild
deleted file mode 100644
index 77669b0333dd..000000000000
--- a/dev-python/jsonmerge/jsonmerge-1.8.0.ebuild
+++ /dev/null
@@ -1,19 +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="Merge a series of JSON documents"
-HOMEPAGE="https://github.com/avian2/jsonmerge/ https://pypi.org/project/jsonmerge/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-python/jsonschema[${PYTHON_USEDEP}]"
-
-distutils_enable_tests unittest