summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-01-27 21:05:38 +0100
committerMichał Górny <mgorny@gentoo.org>2023-01-27 21:09:28 +0100
commitb42c241e745920c118f81dd34b36cdb385b63f06 (patch)
treed8cfc54b31732668b62120910ba2e08ad33a07d3 /dev-python/jsonref
parentdev-python/json5: Remove old (diff)
downloadgentoo-b42c241e745920c118f81dd34b36cdb385b63f06.tar.gz
gentoo-b42c241e745920c118f81dd34b36cdb385b63f06.tar.bz2
gentoo-b42c241e745920c118f81dd34b36cdb385b63f06.zip
dev-python/jsonref: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jsonref')
-rw-r--r--dev-python/jsonref/Manifest1
-rw-r--r--dev-python/jsonref/jsonref-1.0.1.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/jsonref/Manifest b/dev-python/jsonref/Manifest
index 2b0397fa705d..d9d771b83746 100644
--- a/dev-python/jsonref/Manifest
+++ b/dev-python/jsonref/Manifest
@@ -1,2 +1 @@
-DIST jsonref-1.0.1.gh.tar.gz 20163 BLAKE2B c70dfc59059845cb7e3e6db2aaaf8f69b0030c124a2dc52ef5b11296e42d46635a7cb4608a276e093023c7450ca5bc342a6f112476cb6444df69d5a93cfcf306 SHA512 95602997cf4ed798ab8e55d38f0d81a5530ebd08546fd1f63bad6c8f4076d155d007317812f01f9bf6b2f15e30663bdf0a4e2cab96ebba87552ecb5c712364b9
DIST jsonref-1.1.0.gh.tar.gz 20465 BLAKE2B 5dc790440133fc1c4fedcbfb9889f9647f62919e960a81fab141e92c9bfe2349a807c1f3be1ac819b6d39d1ab4134e9d9e61fbb1c34008bf1831c997abe030ab SHA512 6237d32d0547b11253d0bfe1dcf37230ce2c3f4c15ec643cfbef997ba6074ab881b20c08ce43f1d7c26993f1f06fe7d35aeb7fce98d2105bce2311d64e34ab71
diff --git a/dev-python/jsonref/jsonref-1.0.1.ebuild b/dev-python/jsonref/jsonref-1.0.1.ebuild
deleted file mode 100644
index 4f91a9dee1f6..000000000000
--- a/dev-python/jsonref/jsonref-1.0.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="An implementation of JSON Reference for Python"
-HOMEPAGE="
- https://github.com/gazpachoking/jsonref/
- https://pypi.org/project/jsonref/
-"
-SRC_URI="
- https://github.com/gazpachoking/jsonref/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-distutils_enable_tests pytest
-
-python_test() {
- epytest tests.py
-}