[gentoo-commits] repo/proj/guru:master commit in: dev-python/pydispatcher/

2023-12-31 Thread David Roman
commit: 456852a9d5a1fddded24919648c83db99438ca63
Author: Julien Roy  jroy  ca>
AuthorDate: Sun Dec 31 00:57:20 2023 +
Commit: David Roman  gmail  com>
CommitDate: Sun Dec 31 00:57:20 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=456852a9

dev-python/pydispatcher: enable py3.12

Signed-off-by: Julien Roy  jroy.ca>

 dev-python/pydispatcher/pydispatcher-2.0.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pydispatcher/pydispatcher-2.0.7.ebuild 
b/dev-python/pydispatcher/pydispatcher-2.0.7.ebuild
index 2e45730891..5a13b106dd 100644
--- a/dev-python/pydispatcher/pydispatcher-2.0.7.ebuild
+++ b/dev-python/pydispatcher/pydispatcher-2.0.7.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 PYPI_PN="PyDispatcher"
 PYPI_NO_NORMALIZE=1



[gentoo-commits] repo/proj/guru:master commit in: dev-python/pydispatcher/

2022-10-03 Thread Haelwenn Monnier
commit: ebd23ce7d616c28db8a86a4203f5540e863c823b
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Oct  1 15:36:42 2022 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Sat Oct  1 15:37:05 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ebd23ce7

dev-python/pydispatcher: add 2.0.6

Signed-off-by: Aisha Tammy  aisha.cc>

 dev-python/pydispatcher/Manifest  |  1 +
 dev-python/pydispatcher/pydispatcher-2.0.6.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-python/pydispatcher/Manifest b/dev-python/pydispatcher/Manifest
index 3e7453f3e..09fd4aaa9 100644
--- a/dev-python/pydispatcher/Manifest
+++ b/dev-python/pydispatcher/Manifest
@@ -1 +1,2 @@
 DIST PyDispatcher-2.0.5.tar.gz 34437 BLAKE2B 
eefc2e0f22c9d91b22acd1352d76f1bd69d7161efdf0827f1bcb42ccf0a5c98576dbc25817e0a6c4cb3327b5fad39281cd19a784f0f477ba1b20690e644e867c
 SHA512 
b361463f006a775e1f22cfe07520951649f76c26be35a80ca016620c8ef466129c4abeafe42f0ffdc605e7523287b1e804967f19d951089d24e052fe10d88e6f
+DIST PyDispatcher-2.0.6.tar.gz 38230 BLAKE2B 
bb197eef032f1c4e563a3bd60c79329c90ddc83ae0cb55b95f561d567851c47411e9a958afc98f96de027efed8c17d36dce11897f59d31bda9bcf145b490f9c0
 SHA512 
516816cec6ea7cd623b1932ed2fb932029757cdb349d905d8940439b54ce0701d628a2cecb1280001c58b7fc3d8e12cc5cd94c6b89affb54a7e749a7c2ee70ba

diff --git a/dev-python/pydispatcher/pydispatcher-2.0.6.ebuild 
b/dev-python/pydispatcher/pydispatcher-2.0.6.ebuild
new file mode 100644
index 0..9cf20dff8
--- /dev/null
+++ b/dev-python/pydispatcher/pydispatcher-2.0.6.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+inherit distutils-r1
+
+DESCRIPTION="Multi-producer-multi-consumer signal dispatching mechanism"
+HOMEPAGE="https://github.com/mcfletch/pydispatcher;
+MY_P=PyDispatcher
+SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_P}/${MY_P}-${PV}.tar.gz"
+S=${WORKDIR}/${MY_P}-${PV}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+distutils_enable_tests unittest