dev-python/streamingjson: new package, add 0.0.5

Signed-off-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
This commit is contained in:
Florian Albrechtskirchinger
2026-07-05 16:29:34 +02:00
parent 68535fe278
commit 31efdca0b4
3 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST streamingjson-0.0.5.tar.gz 15544 BLAKE2B 6fc7dda2363e0a042719395e86d533ca07cbe64146093451e6457a0bedfc1681529a82d672471d1d4d7f3c290a3c081d39dd5707a0a13b641a8266147c2f8518 SHA512 79747d41540ddfb49e67e22543fb6002a25e9544b4e05ce9c6779dd5e2e648f59ed7d1526d47628741d280349329fdd27813d4269c38643c722fe29fbbf2c7b7

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>falbrechtskirchinger@gmail.com</email>
<name>Florian Albrechtskirchinger</name>
</maintainer>
<upstream>
<remote-id type="pypi">streamingjson</remote-id>
<remote-id type="github">karminski/streaming-json-py</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -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_{12..15} )
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