commit: 4a05876d1ea2f3ef562e1a3f8340df6ccec348a9 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Apr 28 04:39:10 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Apr 28 04:39:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a05876d
dev-python/pydispatcher: update EAPI 6 -> 8, add Python 3.10 Closes: https://bugs.gentoo.org/800794 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/pydispatcher/pydispatcher-2.1.2-r1.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/dev-python/pydispatcher/pydispatcher-2.1.2-r1.ebuild b/dev-python/pydispatcher/pydispatcher-2.1.2-r1.ebuild new file mode 100644 index 000000000000..590658633aa1 --- /dev/null +++ b/dev-python/pydispatcher/pydispatcher-2.1.2-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} ) +inherit distutils-r1 + +MY_P="PyPyDispatcher-${PV}" +DESCRIPTION="Multi-producer-multi-consumer signal dispatching mechanism" +HOMEPAGE="https://github.com/scrapy/pypydispatcher https://pypi.org/project/PyPyDispatcher/" +SRC_URI="mirror://pypi/${MY_P::1}/${MY_P%-*}/${MY_P}.tar.gz" +S="${WORKDIR}"/${MY_P} + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~x86" + +distutils_enable_tests unittest
