commit:     276367299f5815f27e29a22f9078ed108a7f5df5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 11 04:47:46 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Sep 11 04:56:35 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27636729

dev-python/zlib-ng: Bump to 1.0.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/zlib-ng/Manifest             |  1 +
 dev-python/zlib-ng/zlib-ng-1.0.0.ebuild | 43 +++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/zlib-ng/Manifest b/dev-python/zlib-ng/Manifest
index d7ead4051870..337556c8785c 100644
--- a/dev-python/zlib-ng/Manifest
+++ b/dev-python/zlib-ng/Manifest
@@ -1 +1,2 @@
 DIST python-zlib-ng-0.5.1.gh.tar.gz 3381700 BLAKE2B 
9c9c460c60a10fa5f24816f6f4562f4feeef585c70da34bb0fe0ea2b9c43e62f19f1559a0dd74a48659b02561d3ba505fc3b1b399249a0d8d0603695f7c44db5
 SHA512 
98d689d6d3462310cdec4d73ec63ee2a8842b54ae5285c7765629b2385a23234bfec45207fedd1e36cca58e7388cb49c34e8bef5f4e102c61e624c80e488492e
+DIST zlib_ng-1.0.0.tar.gz 5799954 BLAKE2B 
6ea833a6c63f9113d81cc603adff0cfa7e3f606d960c95386baa73046a20eb17faa28788e526ac0b7579ec2dd96de2c076afc11b2ac3b130c0c5d9a3ffe0a99d
 SHA512 
66350217df5803a805ae9e44eb985eab0ed3e45d419f01640f808f38c5a618a51ae31ac700dbd4ab1c0f66f0afad812f6f82375bdacd87e29ba8e85f47754274

diff --git a/dev-python/zlib-ng/zlib-ng-1.0.0.ebuild 
b/dev-python/zlib-ng/zlib-ng-1.0.0.ebuild
new file mode 100644
index 000000000000..ee7e1e452c52
--- /dev/null
+++ b/dev-python/zlib-ng/zlib-ng-1.0.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Drop-in replacement for zlib and gzip modules using zlib-ng"
+HOMEPAGE="
+       https://github.com/pycompression/python-zlib-ng/
+       https://pypi.org/project/zlib-ng/
+"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+
+DEPEND="
+       sys-libs/zlib-ng:=
+"
+RDEPEND="
+       ${DEPEND}
+"
+BDEPEND="
+       dev-python/setuptools-scm[${PYTHON_USEDEP}]
+       test? (
+               dev-python/test[${PYTHON_USEDEP}]
+       )
+"
+
+EPYTEST_PLUGINS=()
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+export PYTHON_ZLIB_NG_LINK_DYNAMIC=1
+
+python_test() {
+       epytest tests
+}

Reply via email to