diff options
| author | root <root@alpha.trunkmasters.com> | 2026-07-13 03:04:35 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-07-13 03:04:35 -0500 |
| commit | d6c616f80bd44aa3323ca5211338d251e1215938 (patch) | |
| tree | 9597c13f86588aca7eeb854a486440bdcace1c30 /dev-python/streamingjson | |
| parent | 40d2213d241ba50dbaf9b311a92a93e480fbd474 (diff) | |
| download | baldeagleos-repo-d6c616f80bd44aa3323ca5211338d251e1215938.tar.gz baldeagleos-repo-d6c616f80bd44aa3323ca5211338d251e1215938.tar.xz baldeagleos-repo-d6c616f80bd44aa3323ca5211338d251e1215938.zip | |
Adding metadata
Diffstat (limited to 'dev-python/streamingjson')
| -rw-r--r-- | dev-python/streamingjson/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/streamingjson/metadata.xml | 9 | ||||
| -rw-r--r-- | dev-python/streamingjson/streamingjson-0.0.5.ebuild | 22 |
3 files changed, 32 insertions, 0 deletions
diff --git a/dev-python/streamingjson/Manifest b/dev-python/streamingjson/Manifest new file mode 100644 index 000000000000..b56395c53031 --- /dev/null +++ b/dev-python/streamingjson/Manifest @@ -0,0 +1 @@ +DIST streamingjson-0.0.5.tar.gz 15544 BLAKE2B 6fc7dda2363e0a042719395e86d533ca07cbe64146093451e6457a0bedfc1681529a82d672471d1d4d7f3c290a3c081d39dd5707a0a13b641a8266147c2f8518 SHA512 79747d41540ddfb49e67e22543fb6002a25e9544b4e05ce9c6779dd5e2e648f59ed7d1526d47628741d280349329fdd27813d4269c38643c722fe29fbbf2c7b7 diff --git a/dev-python/streamingjson/metadata.xml b/dev-python/streamingjson/metadata.xml new file mode 100644 index 000000000000..20f07fe1573a --- /dev/null +++ b/dev-python/streamingjson/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>falbrechtskirchinger@gmail.com</email> + <name>Florian Albrechtskirchinger</name> + </maintainer> + <origin>baldeagleos-repo</origin> +</pkgmetadata> diff --git a/dev-python/streamingjson/streamingjson-0.0.5.ebuild b/dev-python/streamingjson/streamingjson-0.0.5.ebuild new file mode 100644 index 000000000000..98c3c666ae32 --- /dev/null +++ b/dev-python/streamingjson/streamingjson-0.0.5.ebuild @@ -0,0 +1,22 @@ +# 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="A streamlined, user-friendly JSON streaming preprocessor" +HOMEPAGE=" + https://github.com/karminski/streaming-json-py + https://pypi.org/project/streamingjson/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest |
