commit:     5f2e69aad3d26db620b24b872b3c256305eaa1f3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  6 07:12:10 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan  6 08:03:41 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f2e69aa

dev-python/pyasyncore: Bump to 1.0.5

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

 dev-python/pyasyncore/Manifest                |  2 ++
 dev-python/pyasyncore/pyasyncore-1.0.5.ebuild | 33 +++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/pyasyncore/Manifest b/dev-python/pyasyncore/Manifest
index 8b5051785e12..1b193bfdd520 100644
--- a/dev-python/pyasyncore/Manifest
+++ b/dev-python/pyasyncore/Manifest
@@ -1 +1,3 @@
 DIST pyasyncore-1.0.4.tar.gz 15339 BLAKE2B 
1cc689c94dc7fe4f4c75a78cf58a0afabbe48f01b8c1511f9500b93b64b862dc1c7cc653e17a49786af9360441fcb45be03fa38c72c2e89ec05385fd8bfc648a
 SHA512 
43746fca009f7acc5f05506c7d54e71ee74a76a112c3689aa98ab714f0452d1ed1196836bf52585bbbced2d64c1d4ccd86f8f5c2d2c5537fdc397e29d0d87008
+DIST pyasyncore-1.0.5.tar.gz 15854 BLAKE2B 
09419fd50f78ab061d2a78ee45424026dfc2b741aacd8422c3a34d67078908c3edc8ffa98f7ddf54e327ba408d4b9d33b9496499f657f5fc3a4d9b9dbff3639e
 SHA512 
d9bc37c3d658b37593e3fd4364c3fa68644d2abb30013a6f82381d3e442da8d096f2bee2f06ef64640b63491ab697b3adec1a0be50dc3230a49404643cf00401
+DIST pyasyncore-1.0.5.tar.gz.provenance 9365 BLAKE2B 
190e812655bdc426343de8ac6d6490d78f6a54526f34eb67d52171e1f31de9bc4f2e8b4781d7e363b2f178f8a010131caf5560ccfbad301cb73ea1ccb1292beb
 SHA512 
5c842de965d6594912dfa2d740d125fa877147044629656bc9a630449879f1d493bcf36ec162f82cbdd1195b493a7686744ecc85eb1d0776c5875a7c71dd14ca

diff --git a/dev-python/pyasyncore/pyasyncore-1.0.5.ebuild 
b/dev-python/pyasyncore/pyasyncore-1.0.5.ebuild
new file mode 100644
index 000000000000..e3639684cc75
--- /dev/null
+++ b/dev-python/pyasyncore/pyasyncore-1.0.5.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2024-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_VERIFY_REPO=https://github.com/simonrob/pyasyncore
+PYTHON_COMPAT=( python3_{12..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Make asyncore available for Python 3.12 onwards"
+HOMEPAGE="
+       https://github.com/simonrob/pyasyncore/
+       https://pypi.org/project/pyasyncore/
+"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+       test? (
+               dev-python/test[${PYTHON_USEDEP}]
+       )
+"
+
+python_test() {
+       # Can't use d_e_t unittest (bug #926964)
+       eunittest tests
+}

Reply via email to