summaryrefslogtreecommitdiff
path: root/dev-python/jsonref
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/jsonref
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/jsonref')
-rw-r--r--dev-python/jsonref/Manifest1
-rw-r--r--dev-python/jsonref/jsonref-1.1.0.ebuild29
-rw-r--r--dev-python/jsonref/metadata.xml22
3 files changed, 0 insertions, 52 deletions
diff --git a/dev-python/jsonref/Manifest b/dev-python/jsonref/Manifest
deleted file mode 100644
index d9d771b83746..000000000000
--- a/dev-python/jsonref/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST jsonref-1.1.0.gh.tar.gz 20465 BLAKE2B 5dc790440133fc1c4fedcbfb9889f9647f62919e960a81fab141e92c9bfe2349a807c1f3be1ac819b6d39d1ab4134e9d9e61fbb1c34008bf1831c997abe030ab SHA512 6237d32d0547b11253d0bfe1dcf37230ce2c3f4c15ec643cfbef997ba6074ab881b20c08ce43f1d7c26993f1f06fe7d35aeb7fce98d2105bce2311d64e34ab71
diff --git a/dev-python/jsonref/jsonref-1.1.0.ebuild b/dev-python/jsonref/jsonref-1.1.0.ebuild
deleted file mode 100644
index 08155515d041..000000000000
--- a/dev-python/jsonref/jsonref-1.1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( python3_{13..14} )
-
-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 ~arm64"
-
-distutils_enable_tests pytest
-
-python_test() {
- epytest tests.py
-}
diff --git a/dev-python/jsonref/metadata.xml b/dev-python/jsonref/metadata.xml
deleted file mode 100644
index a74694f2aef7..000000000000
--- a/dev-python/jsonref/metadata.xml
+++ /dev/null
@@ -1,22 +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>
- <name>Python</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <maintainer>
- <name>Chase Sterling</name>
- <email>chase.sterling@gmail.com</email>
- </maintainer>
- <remote-id type="pypi">jsonref</remote-id>
- <remote-id type="github">gazpachoking/jsonref</remote-id>
- </upstream>
- <longdescription>jsonref is a library for automatic dereferencing of JSON Reference
-objects for Python (supporting 2.6+ including Python 3).
-This library lets you use a data structure with JSON reference objects, as if the
-references had been replaced with the referent data.
- </longdescription>
-</pkgmetadata>