floppym 14/12/30 16:58:13
Modified: pyzmq-14.3.1.ebuild pyzmq-14.4.0.ebuild
pyzmq-14.4.1.ebuild ChangeLog
Log:
Remove workaround for bug 532708; issue is resolved in setuptools-9.1.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key
0BBEEA1FEA4843A4)
Revision Changes Path
1.8 dev-python/pyzmq/pyzmq-14.3.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/pyzmq-14.3.1.ebuild?rev=1.8&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/pyzmq-14.3.1.ebuild?rev=1.8&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/pyzmq-14.3.1.ebuild?r1=1.7&r2=1.8
Index: pyzmq-14.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.3.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pyzmq-14.3.1.ebuild 20 Dec 2014 17:57:16 -0000 1.7
+++ pyzmq-14.3.1.ebuild 30 Dec 2014 16:58:13 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.3.1.ebuild,v 1.7
2014/12/20 17:57:16 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.3.1.ebuild,v 1.8
2014/12/30 16:58:13 floppym Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -22,7 +22,6 @@
dev-python/cffi[${PYTHON_USEDEP}]
green? ( dev-python/gevent[${PY2_USEDEP}] )"
DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
@@ -30,12 +29,6 @@
tc-export CC
}
-python_prepare_all() {
- # Work around bug 532708.
- sed -i -e "/import distutils/i import setuptools" setup.py || die
- distutils-r1_python_prepare_all
-}
-
python_compile_all() {
use doc && emake -C docs html
}
1.9 dev-python/pyzmq/pyzmq-14.4.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.0.ebuild?rev=1.9&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.0.ebuild?rev=1.9&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.0.ebuild?r1=1.8&r2=1.9
Index: pyzmq-14.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pyzmq-14.4.0.ebuild 20 Dec 2014 17:57:16 -0000 1.8
+++ pyzmq-14.4.0.ebuild 30 Dec 2014 16:58:13 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.0.ebuild,v 1.8
2014/12/20 17:57:16 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.0.ebuild,v 1.9
2014/12/30 16:58:13 floppym Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -23,7 +23,6 @@
dev-python/cffi[${PYTHON_USEDEP}]
green? ( dev-python/gevent[${PY2_USEDEP}] )"
DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )
doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
dev-python/numpydoc[${PYTHON_USEDEP}] )"
@@ -34,12 +33,6 @@
tc-export CC
}
-python_prepare_all() {
- # Work around bug 532708.
- sed -i -e "/import distutils/i import setuptools" setup.py || die
- distutils-r1_python_prepare_all
-}
-
python_compile_all() {
use doc && emake -C docs html
}
1.5 dev-python/pyzmq/pyzmq-14.4.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.1.ebuild?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.1.ebuild?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.1.ebuild?r1=1.4&r2=1.5
Index: pyzmq-14.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pyzmq-14.4.1.ebuild 20 Dec 2014 17:57:16 -0000 1.4
+++ pyzmq-14.4.1.ebuild 30 Dec 2014 16:58:13 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.1.ebuild,v 1.4
2014/12/20 17:57:16 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.1.ebuild,v 1.5
2014/12/30 16:58:13 floppym Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -23,7 +23,6 @@
dev-python/cffi[${PYTHON_USEDEP}]
green? ( dev-python/gevent[${PY2_USEDEP}] )"
DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
$(python_gen_cond_dep "dev-python/gevent[${PY2_USEDEP}]"
python2_7)
@@ -39,12 +38,6 @@
tc-export CC
}
-python_prepare_all() {
- # Work around bug 532708.
- sed -i -e "/import distutils/i import setuptools" setup.py || die
- distutils-r1_python_prepare_all
-}
-
python_compile_all() {
use doc && emake -C docs html
}
1.63 dev-python/pyzmq/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/ChangeLog?rev=1.63&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/ChangeLog?rev=1.63&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/ChangeLog?r1=1.62&r2=1.63
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyzmq/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog 20 Dec 2014 17:57:16 -0000 1.62
+++ ChangeLog 30 Dec 2014 16:58:13 -0000 1.63
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pyzmq
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/ChangeLog,v 1.62
2014/12/20 17:57:16 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/ChangeLog,v 1.63
2014/12/30 16:58:13 floppym Exp $
+
+ 30 Dec 2014; Mike Gilbert <[email protected]> pyzmq-14.3.1.ebuild,
+ pyzmq-14.4.0.ebuild, pyzmq-14.4.1.ebuild:
+ Remove workaround for bug 532708; issue is resolved in setuptools-9.1.
20 Dec 2014; Mike Gilbert <[email protected]> pyzmq-14.3.1.ebuild,
pyzmq-14.4.0.ebuild, pyzmq-14.4.1.ebuild: