From 76377fd054a73463520ba6e9b6ec7d0878d697bd Mon Sep 17 00:00:00 2001 From: "Andreas Billmeier (on testbox)" Date: Mon, 18 Feb 2019 19:36:54 +0100 Subject: [PATCH] add PyDispatcher-2.0.5 --- dev-python/PyDispatcher/Manifest | 3 ++ .../PyDispatcher/PyDispatcher-2.0.5.ebuild | 30 +++++++++++++++++++ dev-python/PyDispatcher/metadata.xml | 12 ++++++++ 3 files changed, 45 insertions(+) create mode 100644 dev-python/PyDispatcher/Manifest create mode 100644 dev-python/PyDispatcher/PyDispatcher-2.0.5.ebuild create mode 100644 dev-python/PyDispatcher/metadata.xml diff --git a/dev-python/PyDispatcher/Manifest b/dev-python/PyDispatcher/Manifest new file mode 100644 index 000000000..9c2ab90db --- /dev/null +++ b/dev-python/PyDispatcher/Manifest @@ -0,0 +1,3 @@ +DIST PyDispatcher-2.0.5.tar.gz 34437 BLAKE2B eefc2e0f22c9d91b22acd1352d76f1bd69d7161efdf0827f1bcb42ccf0a5c98576dbc25817e0a6c4cb3327b5fad39281cd19a784f0f477ba1b20690e644e867c SHA512 b361463f006a775e1f22cfe07520951649f76c26be35a80ca016620c8ef466129c4abeafe42f0ffdc605e7523287b1e804967f19d951089d24e052fe10d88e6f +EBUILD PyDispatcher-2.0.5.ebuild 697 BLAKE2B e3bfb65293186190b72725c4a3ba48640d89a5bc50b74fd85312d45b2bc2643d9a40f7dc1070fdaecccf7fb6e2b0f03c89139d5da2b582f85c2ea637f37812f1 SHA512 20d8089816c7278b077f564f0bcaa78ee1f615e26046a1295e36d51b72ea3ff7eb2b2e17661c76a5abdaf21d2146739a40be945930ab60938a630a1070e78a72 +MISC metadata.xml 390 BLAKE2B 4b55691f447fe1985ce8eb0d55d7e35e3049fb9d65ede5328df5608b38bd350c3ea1d816c7cc1cee0cff533184e7ef3a91f237cf477250a2fe22139276e4f88f SHA512 17f586653988327b30f639ae48c365acdac7dfd6b79988ca0281ee7670a3367c0c8d28f533b034b9c01c78573f6073c63bc0598ac601e664197e53b7bd95fe07 diff --git a/dev-python/PyDispatcher/PyDispatcher-2.0.5.ebuild b/dev-python/PyDispatcher/PyDispatcher-2.0.5.ebuild new file mode 100644 index 000000000..ffc979e4f --- /dev/null +++ b/dev-python/PyDispatcher/PyDispatcher-2.0.5.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v3.0 + +EAPI=6 + +PYTHON_COMPAT=( python3_{5,6,7} ) + +inherit distutils-r1 + +DESCRIPTION="Multi-producer-multi-consumer signal dispatching mechanism" +HOMEPAGE="http://pydispatcher.sourceforge.net https://pypi.org/project/PyDispatcher/" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="test" + +RDEPEND="" +DEPEND="${REDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/nose[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + )" + +python_test() { + nosetests --verbose || die + py.test -v -v || die +} diff --git a/dev-python/PyDispatcher/metadata.xml b/dev-python/PyDispatcher/metadata.xml new file mode 100644 index 000000000..93f81fd99 --- /dev/null +++ b/dev-python/PyDispatcher/metadata.xml @@ -0,0 +1,12 @@ + + + + python + + PyDispatcher + + pydispatcher-devel@lists.sourceforge.net + Mike C. Fletcher + + +