commit:     2c52219970c91cb374099604efab940343bda373
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 27 02:09:24 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 27 02:26:25 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c522199

dev-python/txaio: Bump to 25.6.1

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

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

diff --git a/dev-python/txaio/Manifest b/dev-python/txaio/Manifest
index c590da793baa..17b839fdb00d 100644
--- a/dev-python/txaio/Manifest
+++ b/dev-python/txaio/Manifest
@@ -1,2 +1,3 @@
 DIST txaio-23.1.1.tar.gz 53704 BLAKE2B 
1c12892c34cc848732d718a715e83059a6be0973cbabe619639c67d230b0d4e55b4e6d1b13baa05b13fe9faa266dadb6f2913bc01491af381fde5ca78ce6941e
 SHA512 
41320501ec3e2555edc63326f2c5ee9bbc2fd103198a515b6dc4c44603a41d633c99a8f12c92ffc85f43546f0382d40f0c9748b13f7a7e70d98c5c4a2de85e2e
 DIST txaio-23.6.1.tar.gz 58613 BLAKE2B 
e814b33a86132b43a62ea41580b88fa84548951cdb354b213e407f72e3896079b690c94776790a4c63690a2d18c50018340d816295c112cdeb64793b3cbccb39
 SHA512 
c2312128e01b6978d7c09b29a35adca5a7a45b693737a274c22545120bf2e54ce41ee975bd4422671a5250105196431a179d28af820f30e008acc0ea4a08eede
+DIST txaio-25.6.1.tar.gz 58709 BLAKE2B 
b1dd0801752c16753238d5afa2c5f7f96cc684ff5d5cc1764715f768a589dfd2b488bb3450eac7e7c7228dbb8bebf7770ed2da1303b6bd815edcae9058340767
 SHA512 
70ebf010c8baf9a374437ef6670215fef29a27f9b15839181031149e712ecb2a9bfeb0554df1a223f1f073d76de38497e01e2e5289622a9249740afc663b4dfb

diff --git a/dev-python/txaio/txaio-25.6.1.ebuild 
b/dev-python/txaio/txaio-25.6.1.ebuild
new file mode 100644
index 000000000000..da142ed9219d
--- /dev/null
+++ b/dev-python/txaio/txaio-25.6.1.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