* [gentoo-commits] repo/gentoo:master commit in: dev-python/pydispatcher/
@ 2015-08-11 2:24 Alex Brandt
0 siblings, 0 replies; 7+ messages in thread
From: Alex Brandt @ 2015-08-11 2:24 UTC (permalink / raw
To: gentoo-commits
commit: 7231eb4934d28087400b7db0628f0fe0a7cb505a
Author: Alex Brandt <alunduil <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 11 02:23:51 2015 +0000
Commit: Alex Brandt <alunduil <AT> gentoo <DOT> org>
CommitDate: Tue Aug 11 02:23:51 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7231eb49
dev-python/pydispatcher: add python3 targets
Package-Manager: portage-2.2.20
dev-python/pydispatcher/Manifest | 2 +-
dev-python/pydispatcher/pydispatcher-2.0.5.ebuild | 9 +++------
2 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/dev-python/pydispatcher/Manifest b/dev-python/pydispatcher/Manifest
index 826b502..e0f15ae 100644
--- a/dev-python/pydispatcher/Manifest
+++ b/dev-python/pydispatcher/Manifest
@@ -1,2 +1,2 @@
DIST PyDispatcher-2.0.3.tar.gz 33454 SHA256 735b1f7cba2123fbb60530c178c54b43f774b88cefa2689a8b6dcc476f2ba03f SHA512 2d1ac07ec5ac500f24e41a38b3d41cc54d761c896fb6d580bab02da51d8e881014a8e1b9d5977be2e542f8a4758bc73589319191529a70c573c6bda49342afb1 WHIRLPOOL 71ae88c3a9fff3f359636eec1608458b4d5ee9d198985a16dcb17440ce082277d836053b9210c68b5ee45c88f09f1a1568a88cf692e9975e00f19bba83148cf3
-DIST PyDispatcher-2.0.5.tar.gz 34437 SHA256 5570069e1b1769af1fe481de6dd1d3a388492acddd2cdad7a3bde145615d5caf SHA512 b361463f006a775e1f22cfe07520951649f76c26be35a80ca016620c8ef466129c4abeafe42f0ffdc605e7523287b1e804967f19d951089d24e052fe10d88e6f WHIRLPOOL 482c19525d61c73c4b290491a277ec8ecfd4a8ad247a87a3dab7bf95d9a2923d7b21b9dd06db05cf1b5c0d9efedb13552895a97f9726dc7c666b848b1d7e560f
+DIST pydispatcher-2.0.5.tar.gz 34437 SHA256 5570069e1b1769af1fe481de6dd1d3a388492acddd2cdad7a3bde145615d5caf SHA512 b361463f006a775e1f22cfe07520951649f76c26be35a80ca016620c8ef466129c4abeafe42f0ffdc605e7523287b1e804967f19d951089d24e052fe10d88e6f WHIRLPOOL 482c19525d61c73c4b290491a277ec8ecfd4a8ad247a87a3dab7bf95d9a2923d7b21b9dd06db05cf1b5c0d9efedb13552895a97f9726dc7c666b848b1d7e560f
diff --git a/dev-python/pydispatcher/pydispatcher-2.0.5.ebuild b/dev-python/pydispatcher/pydispatcher-2.0.5.ebuild
index 9e1598a..f1121b9 100644
--- a/dev-python/pydispatcher/pydispatcher-2.0.5.ebuild
+++ b/dev-python/pydispatcher/pydispatcher-2.0.5.ebuild
@@ -3,16 +3,15 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
-inherit distutils-r1
+inherit distutils-r1 vcs-snapshot
MY_PN="PyDispatcher"
-MY_P="${MY_PN}-${PV}"
DESCRIPTION="Multi-producer-multi-consumer signal dispatching mechanism"
HOMEPAGE="http://pydispatcher.sourceforge.net/ http://pypi.python.org/pypi/PyDispatcher"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
@@ -22,8 +21,6 @@ IUSE="doc examples"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=""
-S="${WORKDIR}/${MY_P}"
-
python_compile_all() {
if use doc; then
pushd docs/pydoc/ > /dev/null
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pydispatcher/
@ 2018-03-13 8:08 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2018-03-13 8:08 UTC (permalink / raw
To: gentoo-commits
commit: 3d8f26d5467637a6d4bc4eb11e221c31019cc83f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 13 08:06:52 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 13 08:08:21 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d8f26d5
dev-python/pydispatcher: Switch to PyPyDispatcher fork
Closes: https://bugs.gentoo.org/626680
dev-python/pydispatcher/Manifest | 1 +
dev-python/pydispatcher/metadata.xml | 4 +++
dev-python/pydispatcher/pydispatcher-2.1.2.ebuild | 38 +++++++++++++++++++++++
3 files changed, 43 insertions(+)
diff --git a/dev-python/pydispatcher/Manifest b/dev-python/pydispatcher/Manifest
index e7a176b3b5b..1504c5211a6 100644
--- a/dev-python/pydispatcher/Manifest
+++ b/dev-python/pydispatcher/Manifest
@@ -1 +1,2 @@
+DIST PyPyDispatcher-2.1.2.tar.gz 23224 BLAKE2B 881e7063e61f80ed08f2e46967c7cf7e35d9687025a55d9b446e034085a09627b75263519c16ac64e0cbd9f84e822095f89ecbc52e95ed23a65fcb50d4e90d52 SHA512 a8a94a68551e72da2703a4f7fc93296fbffe78518ff363930125874a2a65dbbe4fe9434e910e0d019fb653785e41d024fe2c9d5bab5072c3989dd2a61ffcb708
DIST pydispatcher-2.0.5.tar.gz 34437 BLAKE2B eefc2e0f22c9d91b22acd1352d76f1bd69d7161efdf0827f1bcb42ccf0a5c98576dbc25817e0a6c4cb3327b5fad39281cd19a784f0f477ba1b20690e644e867c SHA512 b361463f006a775e1f22cfe07520951649f76c26be35a80ca016620c8ef466129c4abeafe42f0ffdc605e7523287b1e804967f19d951089d24e052fe10d88e6f
diff --git a/dev-python/pydispatcher/metadata.xml b/dev-python/pydispatcher/metadata.xml
index dc6d976885b..767da7cf7df 100644
--- a/dev-python/pydispatcher/metadata.xml
+++ b/dev-python/pydispatcher/metadata.xml
@@ -6,6 +6,10 @@
<name>Python</name>
</maintainer>
<upstream>
+ <!-- 2.1+ -->
+ <remote-id type="pypi">PyPyDispatcher</remote-id>
+ <remote-id type="github">scrapy/pypydispatcher</remote-id>
+ <!-- for <2.1 -->
<remote-id type="pypi">PyDispatcher</remote-id>
<remote-id type="sourceforge">pydispatcher</remote-id>
</upstream>
diff --git a/dev-python/pydispatcher/pydispatcher-2.1.2.ebuild b/dev-python/pydispatcher/pydispatcher-2.1.2.ebuild
new file mode 100644
index 00000000000..f5b1510f8da
--- /dev/null
+++ b/dev-python/pydispatcher/pydispatcher-2.1.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+MY_P="PyPyDispatcher-${PV}"
+DESCRIPTION="Multi-producer-multi-consumer signal dispatching mechanism"
+HOMEPAGE="https://github.com/scrapy/pypydispatcher https://pypi.python.org/pypi/PyPyDispatcher"
+SRC_URI="mirror://pypi/${MY_P::1}/${MY_P%-*}/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
+IUSE="doc"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""
+
+S=${WORKDIR}/${MY_P}
+
+python_compile_all() {
+ if use doc; then
+ cd docs/pydoc || die
+ "${EPYTHON}" builddocs.py || die
+ fi
+}
+
+python_test() {
+ "${EPYTHON}" -m unittest discover -v || die "Tests fail for ${EPYTHON}"
+}
+
+python_install_all() {
+ use doc && local HTML_DOCS=( docs/pydoc/. )
+ distutils-r1_python_install_all
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pydispatcher/
@ 2020-01-06 20:21 Rick Farina
0 siblings, 0 replies; 7+ messages in thread
From: Rick Farina @ 2020-01-06 20:21 UTC (permalink / raw
To: gentoo-commits
commit: ccc829e420d09befafd6ca72f248226cb0c294ed
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 6 20:21:02 2020 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Jan 6 20:21:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccc829e4
dev-python/pydispatcher: python 3.7
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
dev-python/pydispatcher/pydispatcher-2.1.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pydispatcher/pydispatcher-2.1.2.ebuild b/dev-python/pydispatcher/pydispatcher-2.1.2.ebuild
index 5a713f838d1..e74f7a264c9 100644
--- a/dev-python/pydispatcher/pydispatcher-2.1.2.ebuild
+++ b/dev-python/pydispatcher/pydispatcher-2.1.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pydispatcher/
@ 2020-03-19 22:12 David Seifert
0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2020-03-19 22:12 UTC (permalink / raw
To: gentoo-commits
commit: c9c0a7bee98dc3182b193406173d08e513089584
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 19 22:12:29 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Mar 19 22:12:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9c0a7be
dev-python/pydispatcher: Remove old
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-python/pydispatcher/Manifest | 1 -
dev-python/pydispatcher/pydispatcher-2.0.5.ebuild | 39 -----------------------
2 files changed, 40 deletions(-)
diff --git a/dev-python/pydispatcher/Manifest b/dev-python/pydispatcher/Manifest
index 1504c5211a6..b9ff6f71471 100644
--- a/dev-python/pydispatcher/Manifest
+++ b/dev-python/pydispatcher/Manifest
@@ -1,2 +1 @@
DIST PyPyDispatcher-2.1.2.tar.gz 23224 BLAKE2B 881e7063e61f80ed08f2e46967c7cf7e35d9687025a55d9b446e034085a09627b75263519c16ac64e0cbd9f84e822095f89ecbc52e95ed23a65fcb50d4e90d52 SHA512 a8a94a68551e72da2703a4f7fc93296fbffe78518ff363930125874a2a65dbbe4fe9434e910e0d019fb653785e41d024fe2c9d5bab5072c3989dd2a61ffcb708
-DIST pydispatcher-2.0.5.tar.gz 34437 BLAKE2B eefc2e0f22c9d91b22acd1352d76f1bd69d7161efdf0827f1bcb42ccf0a5c98576dbc25817e0a6c4cb3327b5fad39281cd19a784f0f477ba1b20690e644e867c SHA512 b361463f006a775e1f22cfe07520951649f76c26be35a80ca016620c8ef466129c4abeafe42f0ffdc605e7523287b1e804967f19d951089d24e052fe10d88e6f
diff --git a/dev-python/pydispatcher/pydispatcher-2.0.5.ebuild b/dev-python/pydispatcher/pydispatcher-2.0.5.ebuild
deleted file mode 100644
index e37ed6656de..00000000000
--- a/dev-python/pydispatcher/pydispatcher-2.0.5.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1 vcs-snapshot
-
-MY_PN="PyDispatcher"
-
-DESCRIPTION="Multi-producer-multi-consumer signal dispatching mechanism"
-HOMEPAGE="http://pydispatcher.sourceforge.net/ https://pypi.org/project/PyDispatcher/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
-IUSE="doc examples"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""
-
-python_compile_all() {
- if use doc; then
- pushd docs/pydoc/ > /dev/null
- "${PYTHON}" builddocs.py || die "Generation of documentation failed"
- popd > /dev/null
- fi
-}
-
-python_test() {
- "${PYTHON}" -m unittest discover
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( docs/pydoc/. )
- use examples && local EXAMPLES=( examples/. )
- distutils-r1_python_install_all
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pydispatcher/
@ 2020-11-19 19:52 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2020-11-19 19:52 UTC (permalink / raw
To: gentoo-commits
commit: f71a624eb409a1cb84603eaa49c794ee5a0aa7d2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 19 19:27:15 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Nov 19 19:50:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f71a624e
dev-python/pydispatcher: Port up to py3.9
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pydispatcher/pydispatcher-2.1.2.ebuild | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)
diff --git a/dev-python/pydispatcher/pydispatcher-2.1.2.ebuild b/dev-python/pydispatcher/pydispatcher-2.1.2.ebuild
index e74f7a264c9..9c71fc36030 100644
--- a/dev-python/pydispatcher/pydispatcher-2.1.2.ebuild
+++ b/dev-python/pydispatcher/pydispatcher-2.1.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
@@ -10,16 +10,14 @@ 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"
IUSE="doc"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""
-
-S=${WORKDIR}/${MY_P}
+distutils_enable_tests unittest
python_compile_all() {
if use doc; then
@@ -28,10 +26,6 @@ python_compile_all() {
fi
}
-python_test() {
- "${EPYTHON}" -m unittest discover -v || die "Tests fail for ${EPYTHON}"
-}
-
python_install_all() {
use doc && local HTML_DOCS=( docs/pydoc/. )
distutils-r1_python_install_all
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pydispatcher/
@ 2022-04-28 4:39 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2022-04-28 4:39 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pydispatcher/
@ 2022-05-16 13:24 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2022-05-16 13:24 UTC (permalink / raw
To: gentoo-commits
commit: da9c45bc3e458b8e468955613573d53d199fbb86
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 13:21:02 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 16 13:21:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da9c45bc
dev-python/pydispatcher: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pydispatcher/pydispatcher-2.1.2.ebuild | 32 -----------------------
1 file changed, 32 deletions(-)
diff --git a/dev-python/pydispatcher/pydispatcher-2.1.2.ebuild b/dev-python/pydispatcher/pydispatcher-2.1.2.ebuild
deleted file mode 100644
index 005057144550..000000000000
--- a/dev-python/pydispatcher/pydispatcher-2.1.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_{7..9} )
-
-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"
-IUSE="doc"
-
-distutils_enable_tests unittest
-
-python_compile_all() {
- if use doc; then
- cd docs/pydoc || die
- "${EPYTHON}" builddocs.py || die
- fi
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( docs/pydoc/. )
- distutils-r1_python_install_all
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2022-05-16 13:24 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-13 8:08 [gentoo-commits] repo/gentoo:master commit in: dev-python/pydispatcher/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2022-05-16 13:24 Michał Górny
2022-04-28 4:39 Sam James
2020-11-19 19:52 Michał Górny
2020-03-19 22:12 David Seifert
2020-01-06 20:21 Rick Farina
2015-08-11 2:24 Alex Brandt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox