diff options
author | 2014-07-06 12:36:26 +0000 | |
---|---|---|
committer | 2014-07-06 12:36:26 +0000 | |
commit | 520ff7d6ca4d1ae7365e9d8f01ac3860bb31b862 (patch) | |
tree | 4832fd0d33a6910e0dec8c8d5fb11a35a41292a3 /dev-python/alembic | |
parent | Clean up obsolete dependencies on virtual/python-argparse and virtual/python-... (diff) | |
download | gentoo-2-520ff7d6ca4d1ae7365e9d8f01ac3860bb31b862.tar.gz gentoo-2-520ff7d6ca4d1ae7365e9d8f01ac3860bb31b862.tar.bz2 gentoo-2-520ff7d6ca4d1ae7365e9d8f01ac3860bb31b862.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/alembic')
-rw-r--r-- | dev-python/alembic/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/alembic/alembic-0.6.0.ebuild | 5 | ||||
-rw-r--r-- | dev-python/alembic/alembic-0.6.3.ebuild | 5 | ||||
-rw-r--r-- | dev-python/alembic/alembic-0.6.4.ebuild | 5 |
4 files changed, 12 insertions, 10 deletions
diff --git a/dev-python/alembic/ChangeLog b/dev-python/alembic/ChangeLog index bc4ad111aebc..f8fe6079f3a6 100644 --- a/dev-python/alembic/ChangeLog +++ b/dev-python/alembic/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/alembic # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/alembic/ChangeLog,v 1.12 2014/05/01 09:02:19 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/alembic/ChangeLog,v 1.13 2014/07/06 12:36:26 mgorny Exp $ + + 06 Jul 2014; Michał Górny <mgorny@gentoo.org> alembic-0.6.0.ebuild, + alembic-0.6.3.ebuild, alembic-0.6.4.ebuild: + Clean up obsolete dependencies on virtual/python-argparse and virtual/python- + unittest2 (those packages were only required for <=python-2.6). *alembic-0.6.4 (01 May 2014) diff --git a/dev-python/alembic/alembic-0.6.0.ebuild b/dev-python/alembic/alembic-0.6.0.ebuild index 8d2eb28a3981..c4b1226a1197 100644 --- a/dev-python/alembic/alembic-0.6.0.ebuild +++ b/dev-python/alembic/alembic-0.6.0.ebuild @@ -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/alembic/alembic-0.6.0.ebuild,v 1.2 2014/03/22 04:24:16 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/alembic/alembic-0.6.0.ebuild,v 1.3 2014/07/06 12:36:26 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) @@ -17,8 +17,7 @@ KEYWORDS="~amd64 ~x86" IUSE="test doc" RDEPEND=">=dev-python/sqlalchemy-0.7.9 - dev-python/mako - virtual/python-argparse[${PYTHON_USEDEP}]" + dev-python/mako" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] )" diff --git a/dev-python/alembic/alembic-0.6.3.ebuild b/dev-python/alembic/alembic-0.6.3.ebuild index a4a191edabfd..407c8b74e746 100644 --- a/dev-python/alembic/alembic-0.6.3.ebuild +++ b/dev-python/alembic/alembic-0.6.3.ebuild @@ -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/alembic/alembic-0.6.3.ebuild,v 1.2 2014/03/22 04:24:16 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/alembic/alembic-0.6.3.ebuild,v 1.3 2014/07/06 12:36:26 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) @@ -19,8 +19,7 @@ KEYWORDS="~amd64 ~x86" IUSE="test doc" RDEPEND=">=dev-python/sqlalchemy-0.7.3[${PYTHON_USEDEP}] - dev-python/mako[${PYTHON_USEDEP}] - virtual/python-argparse[${PYTHON_USEDEP}]" + dev-python/mako[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] diff --git a/dev-python/alembic/alembic-0.6.4.ebuild b/dev-python/alembic/alembic-0.6.4.ebuild index 9be0b085a1e9..47602fe38c06 100644 --- a/dev-python/alembic/alembic-0.6.4.ebuild +++ b/dev-python/alembic/alembic-0.6.4.ebuild @@ -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/alembic/alembic-0.6.4.ebuild,v 1.1 2014/05/01 09:02:19 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/alembic/alembic-0.6.4.ebuild,v 1.2 2014/07/06 12:36:26 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -20,8 +20,7 @@ IUSE="test doc" # because it shatters the testsuite. If 'someone' cares to adhere to correct form # and edit to -0.7.3, feel free, and then pick up the pieces. RDEPEND=">=dev-python/sqlalchemy-0.8.4[${PYTHON_USEDEP}] - dev-python/mako[${PYTHON_USEDEP}] - virtual/python-argparse[${PYTHON_USEDEP}]" + dev-python/mako[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( ${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] |