mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
dev-python/pydispatcher: add 2.0.6
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
This commit is contained in:
19
dev-python/pydispatcher/pydispatcher-2.0.6.ebuild
Normal file
19
dev-python/pydispatcher/pydispatcher-2.0.6.ebuild
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user