diff options
| author | root <root@alpha.trunkmasters.com> | 2026-05-31 17:23:40 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-05-31 17:23:40 -0500 |
| commit | f953dc70343485250b836ad157649aaad47ac5bc (patch) | |
| tree | e3634b454cf48f10ce9f8d12f10e60ad0a749239 /dev-python/zipstream-ng | |
| parent | 5e07081cf4f5afaef79409b430a018b1daec073e (diff) | |
| download | baldeagleos-repo-f953dc70343485250b836ad157649aaad47ac5bc.tar.gz baldeagleos-repo-f953dc70343485250b836ad157649aaad47ac5bc.tar.xz baldeagleos-repo-f953dc70343485250b836ad157649aaad47ac5bc.zip | |
Adding metadata
Diffstat (limited to 'dev-python/zipstream-ng')
| -rw-r--r-- | dev-python/zipstream-ng/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/zipstream-ng/metadata.xml | 2 | ||||
| -rw-r--r-- | dev-python/zipstream-ng/zipstream-ng-1.9.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/zipstream-ng/zipstream-ng-1.9.2.ebuild | 22 |
4 files changed, 25 insertions, 2 deletions
diff --git a/dev-python/zipstream-ng/Manifest b/dev-python/zipstream-ng/Manifest index 4743d7c81858..5c18f5311531 100644 --- a/dev-python/zipstream-ng/Manifest +++ b/dev-python/zipstream-ng/Manifest @@ -1 +1,2 @@ DIST zipstream_ng-1.9.0.tar.gz 37963 BLAKE2B a3a7cd9fa3df73480efb7970b56dd06040f0327faf2e9faff38837a790b8b548d3bfb3da15911b3e4307f7bf81d7460a2c87028e2f8b860240a61d610fbd96a0 SHA512 8ec1d0493056a857d6240b1039093e7075e72f9f855eae97a41345558183aa9ce8fffe8c90c4f021451dacf4ba6b93b87303e58313c8f09b1014542016864091 +DIST zipstream_ng-1.9.2.tar.gz 32446 BLAKE2B db404efb667e87a7b5fb3856e683aa20a2ea07adb23992d8a67298cbaa5775f36412b586981e20b2b8aad07c5c6623a7078602c2d8d4e8bf6641c1a32ebe9955 SHA512 d0ad0dc5c3a139f7547be1668f1cac2006bca2f6e2841405bc1f4e819487122bbb84000d1abe641d2791b5a4a7ccaddcce7a0efa0777d89d4151df32b4bbdbe6 diff --git a/dev-python/zipstream-ng/metadata.xml b/dev-python/zipstream-ng/metadata.xml index a0d4c5913ba0..15aaad51f1b3 100644 --- a/dev-python/zipstream-ng/metadata.xml +++ b/dev-python/zipstream-ng/metadata.xml @@ -5,6 +5,6 @@ <email>python@gentoo.org</email> </maintainer> - <origin>gentoo-staging</origin> + <origin>liguros-repo</origin> <stabilize-allarches/> </pkgmetadata>
\ No newline at end of file diff --git a/dev-python/zipstream-ng/zipstream-ng-1.9.0.ebuild b/dev-python/zipstream-ng/zipstream-ng-1.9.0.ebuild index 727e2abd3e71..57ecfc3e55f3 100644 --- a/dev-python/zipstream-ng/zipstream-ng-1.9.0.ebuild +++ b/dev-python/zipstream-ng/zipstream-ng-1.9.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..14} ) +PYTHON_COMPAT=( pypy3_11 python3_{11..14} ) inherit distutils-r1 pypi diff --git a/dev-python/zipstream-ng/zipstream-ng-1.9.2.ebuild b/dev-python/zipstream-ng/zipstream-ng-1.9.2.ebuild new file mode 100644 index 000000000000..f9574d4e2132 --- /dev/null +++ b/dev-python/zipstream-ng/zipstream-ng-1.9.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 2024-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( pypy3_11 python3_{11..15} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A modern and easy to use streamable zip file generator" +HOMEPAGE=" + https://github.com/pR0Ps/zipstream-ng/ + https://pypi.org/project/zipstream-ng/ +" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest |
