commit:     fcc7d33f8951c3e04a785eb117bf85e326f502a9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 26 04:55:19 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 26 04:55:19 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcc7d33f

dev-python/txaio: Bump to 25.9.2

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

 dev-python/txaio/Manifest            |  1 +
 dev-python/txaio/txaio-25.9.2.ebuild | 39 ++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/txaio/Manifest b/dev-python/txaio/Manifest
index c9eeb0676c61..1f6a3aa222ee 100644
--- a/dev-python/txaio/Manifest
+++ b/dev-python/txaio/Manifest
@@ -1 +1,2 @@
 DIST txaio-25.6.1.tar.gz 58709 BLAKE2B 
b1dd0801752c16753238d5afa2c5f7f96cc684ff5d5cc1764715f768a589dfd2b488bb3450eac7e7c7228dbb8bebf7770ed2da1303b6bd815edcae9058340767
 SHA512 
70ebf010c8baf9a374437ef6670215fef29a27f9b15839181031149e712ecb2a9bfeb0554df1a223f1f073d76de38497e01e2e5289622a9249740afc663b4dfb
+DIST txaio-25.9.2.tar.gz 50008 BLAKE2B 
ac43909f92370475d9ef64b8a64a454dbec1f3c28cac13d876ea7877b4f0b92d274867eabbdca7bceae5d32588e2e6befde2399e09a293e5a0548222cb1d1e6e
 SHA512 
6a9ade6b8a7a7a29b96d8bc2a9ee5c2981270000b44736a753ef32aa6aa5f40b0fb0302d0b789795b313379eec236e8e5d02c5bebeefff1832a276994716794d

diff --git a/dev-python/txaio/txaio-25.9.2.ebuild 
b/dev-python/txaio/txaio-25.9.2.ebuild
new file mode 100644
index 000000000000..da142ed9219d
--- /dev/null
+++ b/dev-python/txaio/txaio-25.9.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1 optfeature pypi
+
+DESCRIPTION="Compatibility API between asyncio/Twisted/Trollius"
+HOMEPAGE="
+       https://github.com/crossbario/txaio/
+       https://pypi.org/project/txaio/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+       test? (
+               dev-python/test[${PYTHON_USEDEP}]
+       )
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+       # we certainly don't need to test "python setup.py sdist" here
+       test/test_packaging.py
+)
+
+pkg_postinst() {
+       optfeature "Twisted support" "dev-python/twisted 
dev-python/zope-interface"
+}

Reply via email to