diff --git a/dev-python/streamingjson/Manifest b/dev-python/streamingjson/Manifest new file mode 100644 index 0000000000..b56395c530 --- /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 0000000000..15446551a9 --- /dev/null +++ b/dev-python/streamingjson/metadata.xml @@ -0,0 +1,12 @@ + + + + + falbrechtskirchinger@gmail.com + Florian Albrechtskirchinger + + + streamingjson + karminski/streaming-json-py + + 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 0000000000..49943e5035 --- /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_{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