diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-03-24 07:14:48 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-03-24 07:14:48 +0000 |
| commit | 6072f8561ab9bac3afef70c3d2eded878700f382 (patch) | |
| tree | c7eabc2d1e39836950ce5636448e0d4142870aed /dev-python/jsonpointer | |
| parent | 08bd66bd0d44d4b580308e013a24ed15188da14f (diff) | |
| download | baldeagleos-repo-6072f8561ab9bac3afef70c3d2eded878700f382.tar.gz baldeagleos-repo-6072f8561ab9bac3afef70c3d2eded878700f382.tar.xz baldeagleos-repo-6072f8561ab9bac3afef70c3d2eded878700f382.zip | |
Adding metadata
Diffstat (limited to 'dev-python/jsonpointer')
| -rw-r--r-- | dev-python/jsonpointer/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/jsonpointer/jsonpointer-3.1.1.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/jsonpointer/Manifest b/dev-python/jsonpointer/Manifest index ed0c93ed25c4..e570c45218df 100644 --- a/dev-python/jsonpointer/Manifest +++ b/dev-python/jsonpointer/Manifest @@ -1,2 +1,3 @@ DIST jsonpointer-3.0.0.tar.gz 9114 BLAKE2B b285d75277a6454831490bb906d95f49843fed02aed249e9ea961aa1f9c3f60b4ca9995003310dfc827741670a18fecdfa9e1552cfecd317e5a0a4967b33ef70 SHA512 417bde94da9f1bbddc478201d601c25ca524590cae7c6ef390a3ad223b127fef8b7e7c4bb28f893fb14116e005e0736baf78845d6ed1aac3196ca15c5e35918f DIST jsonpointer-3.1.0.tar.gz 9000 BLAKE2B 8dcecaf799d32c470bad44aca6a9ee33e2d4648fbe1ac039d9d1da763117ab8b95ec5d5e593626c46f37f9e5666c547d103e8c95385c4d863331f568b7185558 SHA512 7c858ab751f30d30b7906f793d49325cc46a3159d25728e62bbe08c3f83e759cbf92de4431c59f2adf7be01d8a13241378c7cc8a1509b91d03d62ab6d477f1ec +DIST jsonpointer-3.1.1.tar.gz 9068 BLAKE2B 0fefab0619124600f3b870802653cf0afbbed36c18477a36e5c070a388d5f5d5290a24e97252859ac8c8f0624fea40ea94c0374a38f341b2aaf61b02c8dbe505 SHA512 9f932985ac404ab21d1e2c29b95bdc684a3d258dc2203bdb6c0192ccf6ba804809d297a0701f7d4fc32adb481f259e1c17e7bd7bf0198e76f19b4481b78056c5 diff --git a/dev-python/jsonpointer/jsonpointer-3.1.1.ebuild b/dev-python/jsonpointer/jsonpointer-3.1.1.ebuild new file mode 100644 index 000000000000..72d2349450eb --- /dev/null +++ b/dev-python/jsonpointer/jsonpointer-3.1.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Identify specific nodes in a JSON document (according to draft 08)" +HOMEPAGE=" + https://github.com/stefankoegl/python-json-pointer/ + https://pypi.org/project/jsonpointer/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos" + +python_test() { + "${EPYTHON}" tests.py || die "Tests fail with ${EPYTHON}" +} |
