Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pydispatcher/
Date: Thu, 28 Apr 2022 04:39:38
Message-Id: 1651120766.4a05876d1ea2f3ef562e1a3f8340df6ccec348a9.sam@gentoo
1 commit: 4a05876d1ea2f3ef562e1a3f8340df6ccec348a9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 28 04:39:10 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 28 04:39:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a05876d
7
8 dev-python/pydispatcher: update EAPI 6 -> 8, add Python 3.10
9
10 Closes: https://bugs.gentoo.org/800794
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-python/pydispatcher/pydispatcher-2.1.2-r1.ebuild | 20 ++++++++++++++++++++
14 1 file changed, 20 insertions(+)
15
16 diff --git a/dev-python/pydispatcher/pydispatcher-2.1.2-r1.ebuild b/dev-python/pydispatcher/pydispatcher-2.1.2-r1.ebuild
17 new file mode 100644
18 index 000000000000..590658633aa1
19 --- /dev/null
20 +++ b/dev-python/pydispatcher/pydispatcher-2.1.2-r1.ebuild
21 @@ -0,0 +1,20 @@
22 +# Copyright 1999-2022 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=8
26 +
27 +DISTUTILS_USE_PEP517=setuptools
28 +PYTHON_COMPAT=( python3_{8..10} )
29 +inherit distutils-r1
30 +
31 +MY_P="PyPyDispatcher-${PV}"
32 +DESCRIPTION="Multi-producer-multi-consumer signal dispatching mechanism"
33 +HOMEPAGE="https://github.com/scrapy/pypydispatcher https://pypi.org/project/PyPyDispatcher/"
34 +SRC_URI="mirror://pypi/${MY_P::1}/${MY_P%-*}/${MY_P}.tar.gz"
35 +S="${WORKDIR}"/${MY_P}
36 +
37 +LICENSE="BSD"
38 +SLOT="0"
39 +KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
40 +
41 +distutils_enable_tests unittest