diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-07-06 12:41:29 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-07-06 12:41:29 +0000 |
commit | 0231240140d42f41f3bccc0dced3313570636760 (patch) | |
tree | f4dbef1acf433aac2ed7ff18b05cb8b39ecf2f65 /dev-python/g-pypi | |
parent | Clean up obsolete dependencies on virtual/python-argparse and virtual/python-... (diff) | |
download | gentoo-2-0231240140d42f41f3bccc0dced3313570636760.tar.gz gentoo-2-0231240140d42f41f3bccc0dced3313570636760.tar.bz2 gentoo-2-0231240140d42f41f3bccc0dced3313570636760.zip |
Clean up obsolete dependencies on virtual/python-argparse and virtual/python-unittest2 (those packages were only required for <=python-2.6).
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-python/g-pypi')
-rw-r--r-- | dev-python/g-pypi/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/g-pypi/g-pypi-0.3.ebuild | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/g-pypi/ChangeLog b/dev-python/g-pypi/ChangeLog index 9f834ab21089..480fa6af6499 100644 --- a/dev-python/g-pypi/ChangeLog +++ b/dev-python/g-pypi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/g-pypi -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/g-pypi/ChangeLog,v 1.6 2013/07/19 07:50:29 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/g-pypi/ChangeLog,v 1.7 2014/07/06 12:41:29 mgorny Exp $ + + 06 Jul 2014; Michał Górny <mgorny@gentoo.org> g-pypi-0.3.ebuild: + Clean up obsolete dependencies on virtual/python-argparse and virtual/python- + unittest2 (those packages were only required for <=python-2.6). 19 Jul 2013; Michał Górny <mgorny@gentoo.org> g-pypi-0.3.ebuild: Switch the dep back to dev-python/unittest2 due to bug #450648. diff --git a/dev-python/g-pypi/g-pypi-0.3.ebuild b/dev-python/g-pypi/g-pypi-0.3.ebuild index ca12b8147161..87ca5efa8446 100644 --- a/dev-python/g-pypi/g-pypi-0.3.ebuild +++ b/dev-python/g-pypi/g-pypi-0.3.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/g-pypi/g-pypi-0.3.ebuild,v 1.6 2013/07/19 07:50:29 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/g-pypi/g-pypi-0.3.ebuild,v 1.7 2014/07/06 12:41:29 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -42,7 +42,6 @@ RDEPEND=" dev-python/sphinxcontrib-googleanalytics dev-python/unittest2 dev-python/yolk - virtual/python-argparse " PYTHON_MODNAME="gpypi" |