diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-05-04 02:47:02 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-05-04 02:47:02 +0000 |
commit | 3a0f2339c2f3f5c1cc510d3c9845b06f3fcc140c (patch) | |
tree | 0fa5baeb321353ad76b6bba37c44b35e827ff5f4 /dev-python | |
parent | version bump (diff) | |
download | gentoo-2-3a0f2339c2f3f5c1cc510d3c9845b06f3fcc140c.tar.gz gentoo-2-3a0f2339c2f3f5c1cc510d3c9845b06f3fcc140c.tar.bz2 gentoo-2-3a0f2339c2f3f5c1cc510d3c9845b06f3fcc140c.zip |
Drop setuptools dep.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/lockfile/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/lockfile/lockfile-0.9.1-r1.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-python/lockfile/ChangeLog b/dev-python/lockfile/ChangeLog index 1ef50bfd76e1..3fdba0d7f537 100644 --- a/dev-python/lockfile/ChangeLog +++ b/dev-python/lockfile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/lockfile # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/ChangeLog,v 1.15 2013/05/03 05:03:34 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/ChangeLog,v 1.16 2013/05/04 02:47:02 floppym Exp $ + + 04 May 2013; Mike Gilbert <floppym@gentoo.org> lockfile-0.9.1-r1.ebuild: + Drop setuptools dep. 03 May 2013; Ian Delaney <idella4@gentoo.org> +files/py3-support.patch, lockfile-0.9.1-r1.ebuild: diff --git a/dev-python/lockfile/lockfile-0.9.1-r1.ebuild b/dev-python/lockfile/lockfile-0.9.1-r1.ebuild index 06da1c7a53aa..35dd2e4991ea 100644 --- a/dev-python/lockfile/lockfile-0.9.1-r1.ebuild +++ b/dev-python/lockfile/lockfile-0.9.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/lockfile-0.9.1-r1.ebuild,v 1.2 2013/05/03 05:03:34 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/lockfile-0.9.1-r1.ebuild,v 1.3 2013/05/04 02:47:02 floppym Exp $ EAPI=5 # py2.5 dropped; Test file reveals py2.5 can't support a core file @@ -17,8 +17,7 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="doc test" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) +DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( dev-python/nose[${PYTHON_USEDEP}] )" RDEPEND="" |