commit:     e7e19963e2abe661531b832972780a2a8996cf73
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 26 03:17:07 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 26 08:58:08 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7e19963

dev-python/txaio: Bump to 23.6.1

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

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

diff --git a/dev-python/txaio/Manifest b/dev-python/txaio/Manifest
index 459f42edc441..c590da793baa 100644
--- a/dev-python/txaio/Manifest
+++ b/dev-python/txaio/Manifest
@@ -1 +1,2 @@
 DIST txaio-23.1.1.tar.gz 53704 BLAKE2B 
1c12892c34cc848732d718a715e83059a6be0973cbabe619639c67d230b0d4e55b4e6d1b13baa05b13fe9faa266dadb6f2913bc01491af381fde5ca78ce6941e
 SHA512 
41320501ec3e2555edc63326f2c5ee9bbc2fd103198a515b6dc4c44603a41d633c99a8f12c92ffc85f43546f0382d40f0c9748b13f7a7e70d98c5c4a2de85e2e
+DIST txaio-23.6.1.tar.gz 58613 BLAKE2B 
e814b33a86132b43a62ea41580b88fa84548951cdb354b213e407f72e3896079b690c94776790a4c63690a2d18c50018340d816295c112cdeb64793b3cbccb39
 SHA512 
c2312128e01b6978d7c09b29a35adca5a7a45b693737a274c22545120bf2e54ce41ee975bd4422671a5250105196431a179d28af820f30e008acc0ea4a08eede

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