* [gentoo-commits] gentoo-x86 commit in dev-python/msgpack: msgpack-0.2.4.ebuild ChangeLog msgpack-0.3.0.ebuild msgpack-0.4.0.ebuild
@ 2014-02-19 17:30 Sergey Popov (pinkbyte)
0 siblings, 0 replies; only message in thread
From: Sergey Popov (pinkbyte) @ 2014-02-19 17:30 UTC (permalink / raw
To: gentoo-commits
pinkbyte 14/02/19 17:30:27
Modified: msgpack-0.2.4.ebuild ChangeLog msgpack-0.3.0.ebuild
msgpack-0.4.0.ebuild
Log:
Add dev-python/setuptools to build-time dependencies, wrt bug #492464. Thanks to Thomas D. <whissi AT whissi.de> for discovering this issue
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Revision Changes Path
1.4 dev-python/msgpack/msgpack-0.2.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/msgpack/msgpack-0.2.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/msgpack/msgpack-0.2.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/msgpack/msgpack-0.2.4.ebuild?r1=1.3&r2=1.4
Index: msgpack-0.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/msgpack/msgpack-0.2.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- msgpack-0.2.4.ebuild 5 Sep 2013 18:46:28 -0000 1.3
+++ msgpack-0.2.4.ebuild 19 Feb 2014 17:30:27 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/msgpack/msgpack-0.2.4.ebuild,v 1.3 2013/09/05 18:46:28 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/msgpack/msgpack-0.2.4.ebuild,v 1.4 2014/02/19 17:30:27 pinkbyte Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -19,7 +19,8 @@
KEYWORDS="~amd64 ~x86"
IUSE="test"
-DEPEND="test? ( dev-python/six[${PYTHON_USEDEP}] )"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+ test? ( dev-python/six[${PYTHON_USEDEP}] )"
S="${WORKDIR}/${MY_P}"
1.16 dev-python/msgpack/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/msgpack/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/msgpack/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/msgpack/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/msgpack/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 19 Feb 2014 17:03:31 -0000 1.15
+++ ChangeLog 19 Feb 2014 17:30:27 -0000 1.16
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/msgpack
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/msgpack/ChangeLog,v 1.15 2014/02/19 17:03:31 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/msgpack/ChangeLog,v 1.16 2014/02/19 17:30:27 pinkbyte Exp $
+
+ 19 Feb 2014; Sergey Popov <pinkbyte@gentoo.org> msgpack-0.2.4.ebuild,
+ msgpack-0.3.0.ebuild, msgpack-0.4.0.ebuild:
+ Add dev-python/setuptools to build-time dependencies, wrt bug #492464. Thanks
+ to Thomas D. <whissi AT whissi.de> for discovering this issue
19 Feb 2014; Sergey Popov <pinkbyte@gentoo.org> -msgpack-0.1.12.ebuild,
-msgpack-0.2.1.ebuild, -msgpack-0.2.2.ebuild:
1.5 dev-python/msgpack/msgpack-0.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/msgpack/msgpack-0.3.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/msgpack/msgpack-0.3.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/msgpack/msgpack-0.3.0.ebuild?r1=1.4&r2=1.5
Index: msgpack-0.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/msgpack/msgpack-0.3.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- msgpack-0.3.0.ebuild 5 Sep 2013 18:46:28 -0000 1.4
+++ msgpack-0.3.0.ebuild 19 Feb 2014 17:30:27 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/msgpack/msgpack-0.3.0.ebuild,v 1.4 2013/09/05 18:46:28 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/msgpack/msgpack-0.3.0.ebuild,v 1.5 2014/02/19 17:30:27 pinkbyte Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -19,7 +19,8 @@
KEYWORDS="~amd64 ~x86"
IUSE="test"
-DEPEND="test? ( dev-python/six[${PYTHON_USEDEP}]
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+ test? ( dev-python/six[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}] )"
1.2 dev-python/msgpack/msgpack-0.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/msgpack/msgpack-0.4.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/msgpack/msgpack-0.4.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/msgpack/msgpack-0.4.0.ebuild?r1=1.1&r2=1.2
Index: msgpack-0.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/msgpack/msgpack-0.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- msgpack-0.4.0.ebuild 28 Oct 2013 06:52:45 -0000 1.1
+++ msgpack-0.4.0.ebuild 19 Feb 2014 17:30:27 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/msgpack/msgpack-0.4.0.ebuild,v 1.1 2013/10/28 06:52:45 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/msgpack/msgpack-0.4.0.ebuild,v 1.2 2014/02/19 17:30:27 pinkbyte Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -19,7 +19,8 @@
KEYWORDS="~amd64 ~x86"
IUSE="test"
-DEPEND="test? ( dev-python/six[${PYTHON_USEDEP}]
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+ test? ( dev-python/six[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}] )"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-02-19 17:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-19 17:30 [gentoo-commits] gentoo-x86 commit in dev-python/msgpack: msgpack-0.2.4.ebuild ChangeLog msgpack-0.3.0.ebuild msgpack-0.4.0.ebuild Sergey Popov (pinkbyte)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox