diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2014-02-19 17:30:27 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2014-02-19 17:30:27 +0000 |
commit | b04dc3ed8e29cb4a97e7da61f399569ee8dfb41a (patch) | |
tree | bf40b7865e1aa1fecee07626e06b37154ad65004 /dev-python/msgpack | |
parent | app-text/jabref-2.6: Small fix for jdk dependence. (diff) | |
download | gentoo-2-b04dc3ed8e29cb4a97e7da61f399569ee8dfb41a.tar.gz gentoo-2-b04dc3ed8e29cb4a97e7da61f399569ee8dfb41a.tar.bz2 gentoo-2-b04dc3ed8e29cb4a97e7da61f399569ee8dfb41a.zip |
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)
Diffstat (limited to 'dev-python/msgpack')
-rw-r--r-- | dev-python/msgpack/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/msgpack/msgpack-0.2.4.ebuild | 7 | ||||
-rw-r--r-- | dev-python/msgpack/msgpack-0.3.0.ebuild | 7 | ||||
-rw-r--r-- | dev-python/msgpack/msgpack-0.4.0.ebuild | 7 |
4 files changed, 18 insertions, 10 deletions
diff --git a/dev-python/msgpack/ChangeLog b/dev-python/msgpack/ChangeLog index 35774e231b30..b7d2816b390c 100644 --- a/dev-python/msgpack/ChangeLog +++ b/dev-python/msgpack/ChangeLog @@ -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: diff --git a/dev-python/msgpack/msgpack-0.2.4.ebuild b/dev-python/msgpack/msgpack-0.2.4.ebuild index 87eefef84cf0..88e2bd6461f8 100644 --- a/dev-python/msgpack/msgpack-0.2.4.ebuild +++ b/dev-python/msgpack/msgpack-0.2.4.ebuild @@ -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 @@ SLOT="0" 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}" diff --git a/dev-python/msgpack/msgpack-0.3.0.ebuild b/dev-python/msgpack/msgpack-0.3.0.ebuild index a1bbe5d5c44d..1409643bb1d2 100644 --- a/dev-python/msgpack/msgpack-0.3.0.ebuild +++ b/dev-python/msgpack/msgpack-0.3.0.ebuild @@ -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 @@ SLOT="0" 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}] )" diff --git a/dev-python/msgpack/msgpack-0.4.0.ebuild b/dev-python/msgpack/msgpack-0.4.0.ebuild index 14da99828b30..eae469655053 100644 --- a/dev-python/msgpack/msgpack-0.4.0.ebuild +++ b/dev-python/msgpack/msgpack-0.4.0.ebuild @@ -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 @@ SLOT="0" 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}] )" |