diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-03-30 09:23:41 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-03-30 09:23:41 +0000 |
commit | 905fcfaecdf6255f8279f3fc3c2c88319e8071d5 (patch) | |
tree | f25e3a531d5190915e3d804b9e12da4f4593a355 | |
parent | Drop maintainer as talked with him (#398377) (diff) | |
download | gentoo-2-905fcfaecdf6255f8279f3fc3c2c88319e8071d5.tar.gz gentoo-2-905fcfaecdf6255f8279f3fc3c2c88319e8071d5.tar.bz2 gentoo-2-905fcfaecdf6255f8279f3fc3c2c88319e8071d5.zip |
Drop old since it requires dev-python/pbr w/ py2.6 support that was removed.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
-rw-r--r-- | dev-python/hacking/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/hacking/hacking-0.5.6.ebuild | 30 |
2 files changed, 4 insertions, 31 deletions
diff --git a/dev-python/hacking/ChangeLog b/dev-python/hacking/ChangeLog index 231b3b12656f..ba340a758eb0 100644 --- a/dev-python/hacking/ChangeLog +++ b/dev-python/hacking/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/hacking # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/hacking/ChangeLog,v 1.7 2014/03/19 23:13:14 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/hacking/ChangeLog,v 1.8 2014/03/30 09:23:40 mgorny Exp $ + + 30 Mar 2014; Michał Górny <mgorny@gentoo.org> -hacking-0.5.6.ebuild: + Drop old since it requires dev-python/pbr w/ py2.6 support that was removed. 19 Mar 2014; Sébastien Fabbro <bicatali@gentoo.org> hacking-0.7.2-r1.ebuild, hacking-0.8.0-r1.ebuild: diff --git a/dev-python/hacking/hacking-0.5.6.ebuild b/dev-python/hacking/hacking-0.5.6.ebuild deleted file mode 100644 index 2e71d1357fed..000000000000 --- a/dev-python/hacking/hacking-0.5.6.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/hacking/hacking-0.5.6.ebuild,v 1.2 2013/10/25 06:46:23 prometheanfire Exp $ - -EAPI=5 -PYTHON_COMPAT=( python2_6 python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="A client for the OpenStack Nova API" -HOMEPAGE="https://github.com/openstack-dev/hacking" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/pbr-0.5.21[${PYTHON_USEDEP}] - <dev-python/pbr-1[${PYTHON_USEDEP}] - >=dev-python/d2to1-0.2.10[${PYTHON_USEDEP}] - <dev-python/d2to1-0.3[${PYTHON_USEDEP}]" -RDEPEND="~dev-python/pep8-1.4.5[${PYTHON_USEDEP}] - ~dev-python/pyflakes-0.7.2[${PYTHON_USEDEP}] - ~dev-python/flake8-2.0[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}]" - -python_test() { - "${PYTHON}" setup.py nosetests || die -} |