diff options
| author | Crucible <crucible@localhost> | 2026-09-22 18:47:35 -0500 |
|---|---|---|
| committer | Crucible <crucible@localhost> | 2026-09-22 18:47:35 -0500 |
| commit | cde96c5ea0c81397fd3214d455a374f76179a7aa (patch) | |
| tree | 12c86d59eb88887c244b1145411db084ae5a6c1f /dev-python/ndjson | |
| parent | 47516b9667518dacb1efd6d257f7b3e6a481ec93 (diff) | |
| download | baldeagleos-repo-cde96c5ea0c81397fd3214d455a374f76179a7aa.tar.gz baldeagleos-repo-cde96c5ea0c81397fd3214d455a374f76179a7aa.tar.xz baldeagleos-repo-cde96c5ea0c81397fd3214d455a374f76179a7aa.zip | |
Publish baldeagleos-repo candidate 0000000325-20260922-184323
Diffstat (limited to 'dev-python/ndjson')
| -rw-r--r-- | dev-python/ndjson/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/ndjson/metadata.xml | 9 | ||||
| -rw-r--r-- | dev-python/ndjson/ndjson-0.3.1.ebuild | 19 |
3 files changed, 29 insertions, 0 deletions
diff --git a/dev-python/ndjson/Manifest b/dev-python/ndjson/Manifest new file mode 100644 index 000000000000..29918d06dd37 --- /dev/null +++ b/dev-python/ndjson/Manifest @@ -0,0 +1 @@ +DIST ndjson-0.3.1.tar.gz 8162 BLAKE2B 63b89b2c1a5574c5980709a3d0836c600f6491d56d668f0564ed5510fb87c5b24bc04e4befd0d2f70faf3b6a82f7f1053c6385c7e84cbf37bfaffd3915fbc5ab SHA512 df957be4676e49c6678e2bd15f6223ffd9f986444913fb079457713b4a109887f2fbc9dfade3abb49d31c2e4cc3a6ee1bff79e8bceb03a46e4154ad066c00e48 diff --git a/dev-python/ndjson/metadata.xml b/dev-python/ndjson/metadata.xml new file mode 100644 index 000000000000..608416a5d1b5 --- /dev/null +++ b/dev-python/ndjson/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>shimontrolles@gmail.com</email> + <name>Shimon Trolles</name> + </maintainer> + <origin>baldeagleos-repo</origin> +</pkgmetadata> diff --git a/dev-python/ndjson/ndjson-0.3.1.ebuild b/dev-python/ndjson/ndjson-0.3.1.ebuild new file mode 100644 index 000000000000..8a29c72afe54 --- /dev/null +++ b/dev-python/ndjson/ndjson-0.3.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Ndjson with the same interface as the builtin json module" +HOMEPAGE="https://github.com/rhgrant10/ndjson" +SRC_URI="https://github.com/rhgrant10/ndjson/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64" + +distutils_enable_tests pytest |
