diff options
author | 2014-08-01 06:00:15 +0000 | |
---|---|---|
committer | 2014-08-01 06:00:15 +0000 | |
commit | e7dc421d50a30d5286e619a302764ac9ceb2517f (patch) | |
tree | b95201786b4d83167b8aacec5f004d30cbae5405 /dev-python/hacking | |
parent | update hacking deps (diff) | |
download | gentoo-2-e7dc421d50a30d5286e619a302764ac9ceb2517f.tar.gz gentoo-2-e7dc421d50a30d5286e619a302764ac9ceb2517f.tar.bz2 gentoo-2-e7dc421d50a30d5286e619a302764ac9ceb2517f.zip |
out with the old and, well, that's about it really
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'dev-python/hacking')
-rw-r--r-- | dev-python/hacking/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/hacking/hacking-0.5.6.ebuild | 30 | ||||
-rw-r--r-- | dev-python/hacking/hacking-0.7.2-r1.ebuild | 49 | ||||
-rw-r--r-- | dev-python/hacking/hacking-0.8.0-r1.ebuild | 59 | ||||
-rw-r--r-- | dev-python/hacking/hacking-0.8.0.ebuild | 54 |
5 files changed, 5 insertions, 193 deletions
diff --git a/dev-python/hacking/ChangeLog b/dev-python/hacking/ChangeLog index ed96f6b808ad..e6881991a06d 100644 --- a/dev-python/hacking/ChangeLog +++ b/dev-python/hacking/ChangeLog @@ -1,6 +1,10 @@ # 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.11 2014/07/07 09:47:32 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/hacking/ChangeLog,v 1.12 2014/08/01 06:00:15 prometheanfire Exp $ + + 01 Aug 2014; Matthew Thode <prometheanfire@gentoo.org> -hacking-0.5.6.ebuild, + -hacking-0.7.2-r1.ebuild, -hacking-0.8.0-r1.ebuild, -hacking-0.8.0.ebuild: + out with the old and, well, that's about it really *hacking-0.9.2 (07 Jul 2014) 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 df938502576b..000000000000 --- a/dev-python/hacking/hacking-0.5.6.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2014 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.4 2014/03/30 12:45:45 mgorny Exp $ - -EAPI=5 -PYTHON_COMPAT=( 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 -} diff --git a/dev-python/hacking/hacking-0.7.2-r1.ebuild b/dev-python/hacking/hacking-0.7.2-r1.ebuild deleted file mode 100644 index d7a384e751f6..000000000000 --- a/dev-python/hacking/hacking-0.7.2-r1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/hacking/hacking-0.7.2-r1.ebuild,v 1.2 2014/03/19 23:13:14 bicatali Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2} ) - -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 ~amd64-linux ~x86-linux" -IUSE="test" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/pbr-0.5.21[${PYTHON_USEDEP}] - <dev-python/pbr-1.0[${PYTHON_USEDEP}] - test? ( >=dev-python/coverage-3.6[${PYTHON_USEDEP}] - >=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}] - dev-python/subunit[${PYTHON_USEDEP}] - >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}] - >=dev-python/testrepository-0.0.17-r2[${PYTHON_USEDEP}] - >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] - >=dev-python/testtools-0.9.32[${PYTHON_USEDEP}] - ${RDEPEND} )" -RDEPEND="~dev-python/pep8-1.4.5[${PYTHON_USEDEP}] - >=dev-python/pyflakes-0.7.2[${PYTHON_USEDEP}] - <dev-python/pyflakes-0.7.4[${PYTHON_USEDEP}] - ~dev-python/flake8-2.0[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}]" -DISTUTILS_IN_SOURCE_BUILD=1 - -python_test() { - # https://bugs.launchpad.net/hacking/+bug/1265520 - if [ "${EPYTHON}" == 'python3.2' ]; then - sed -e 's:test_pep8:_&:' -i hacking/tests/test_doctest.py || die - sed -e 's:test_with_physical_line_argument:_&:' \ - -e 's:test_without_physical_line_argument:_&:' \ - -i hacking/tests/test_noqa_decorator.py || die - fi - testr init || die "testr init died" - testr run || die "testsuite failed under ${EPYTHON}" - - flake8 "${PN}"/tests || die "flake8 drew error on a run over ${PN}/tests folder" -} diff --git a/dev-python/hacking/hacking-0.8.0-r1.ebuild b/dev-python/hacking/hacking-0.8.0-r1.ebuild deleted file mode 100644 index 942086f80866..000000000000 --- a/dev-python/hacking/hacking-0.8.0-r1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/hacking/hacking-0.8.0-r1.ebuild,v 1.2 2014/03/19 18:25:00 bicatali Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2} ) - -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 ~amd64-linux ~x86-linux" -IUSE="doc test" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/pbr-0.5.21[${PYTHON_USEDEP}] - <dev-python/pbr-1.0[${PYTHON_USEDEP}] - test? ( >=dev-python/coverage-3.6[${PYTHON_USEDEP}] - >=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}] - dev-python/subunit[${PYTHON_USEDEP}] - >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}] - >=dev-python/testrepository-0.0.17-r2[${PYTHON_USEDEP}] - >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] - >=dev-python/testtools-0.9.32[${PYTHON_USEDEP}] - ${RDEPEND} )" -RDEPEND="~dev-python/pep8-1.4.5[${PYTHON_USEDEP}] - >=dev-python/pyflakes-0.7.2[${PYTHON_USEDEP}] - <dev-python/pyflakes-0.7.4[${PYTHON_USEDEP}] - ~dev-python/flake8-2.0[${PYTHON_USEDEP}] - >=dev-python/six-1.4.1[${PYTHON_USEDEP}]" -DISTUTILS_IN_SOURCE_BUILD=1 - -python_prepare_all() { - sed -e 's:intersphinx_mapping:#&:' -i doc/source/conf.py || die - distutils-r1_python_prepare_all -} - -python_compile_all() { - use doc && sphinx-build -b html -c doc/source/ doc/source/ doc/source/html -} - -python_test() { - # https://bugs.launchpad.net/hacking/+bug/1265520 - if [ "${EPYTHON}" == 'python3.2' ]; then - sed -e 's:test_pep8:_&:' -i hacking/tests/test_doctest.py || die - fi - testr init || die "testr init died" - testr run || die "testsuite failed under ${EPYTHON}" - flake8 "${PN}"/tests || die "flake8 drew error on a run over ${PN}/tests folder" -} - -python_install_all() { - use doc && local HTML_DOCS=( doc/source/html/. ) - distutils-r1_python_install_all -} diff --git a/dev-python/hacking/hacking-0.8.0.ebuild b/dev-python/hacking/hacking-0.8.0.ebuild deleted file mode 100644 index 5d353f22e978..000000000000 --- a/dev-python/hacking/hacking-0.8.0.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/hacking/hacking-0.8.0.ebuild,v 1.2 2014/01/02 03:07:25 idella4 Exp $ - -EAPI=5 -PYTHON_COMPAT=( 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" -IUSE="doc test" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/pbr-0.5.21[${PYTHON_USEDEP}] - <dev-python/pbr-1.0[${PYTHON_USEDEP}] - test? ( >=dev-python/coverage-3.6[${PYTHON_USEDEP}] - >=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}] - dev-python/subunit[${PYTHON_USEDEP}] - >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}] - >=dev-python/testrepository-0.0.17[${PYTHON_USEDEP}] - >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] - >=dev-python/testtools-0.9.32[${PYTHON_USEDEP}] - ${RDEPEND} )" -RDEPEND="~dev-python/pep8-1.4.5[${PYTHON_USEDEP}] - >=dev-python/pyflakes-0.7.2[${PYTHON_USEDEP}] - <dev-python/pyflakes-0.7.4[${PYTHON_USEDEP}] - ~dev-python/flake8-2.0[${PYTHON_USEDEP}] - >=dev-python/six-1.4.1[${PYTHON_USEDEP}]" - -python_prepare_all() { - sed -e 's:intersphinx_mapping:#&:' -i doc/source/conf.py || die - distutils-r1_python_prepare_all -} - -python_compile_all() { - use doc && sphinx-build -b html -c doc/source/ doc/source/ doc/source/html -} - -python_test() { - testr init || die "testr init died" - testr run || die "testsuite failed under python2.7" - flake8 "${PN}"/tests || die "flake8 drew error on a run over ${PN}/tests folder" -} - -python_install_all() { - use doc && local HTML_DOCS=( doc/source/html/. ) - distutils-r1_python_install_all -} |