mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-python/zipstream-ng: Bump to 1.9.2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
22
dev-python/zipstream-ng/zipstream-ng-1.9.2.ebuild
Normal file
22
dev-python/zipstream-ng/zipstream-ng-1.9.2.ebuild
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user