diff options
author | Alex Brandt <alunduil@gentoo.org> | 2014-09-28 23:00:16 +0000 |
---|---|---|
committer | Alex Brandt <alunduil@gentoo.org> | 2014-09-28 23:00:16 +0000 |
commit | 1e2561eaa2d289bbb4c4d324f34124df5823dd66 (patch) | |
tree | 8d909196d5beff565df8ed26b0a1fd333c21a41f /dev-python/python-heatclient | |
parent | Update HOMEPAGE. (diff) | |
download | gentoo-2-1e2561eaa2d289bbb4c4d324f34124df5823dd66.tar.gz gentoo-2-1e2561eaa2d289bbb4c4d324f34124df5823dd66.tar.bz2 gentoo-2-1e2561eaa2d289bbb4c4d324f34124df5823dd66.zip |
bump version to 0.2.12 and add python3_3 target
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 92FEA28B)
Diffstat (limited to 'dev-python/python-heatclient')
-rw-r--r-- | dev-python/python-heatclient/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/python-heatclient/python-heatclient-0.2.12.ebuild | 129 |
2 files changed, 136 insertions, 1 deletions
diff --git a/dev-python/python-heatclient/ChangeLog b/dev-python/python-heatclient/ChangeLog index 1e51a19b0e51..55a533349a7b 100644 --- a/dev-python/python-heatclient/ChangeLog +++ b/dev-python/python-heatclient/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/python-heatclient # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-heatclient/ChangeLog,v 1.13 2014/07/06 12:47:58 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-heatclient/ChangeLog,v 1.14 2014/09/28 23:00:16 alunduil Exp $ + +*python-heatclient-0.2.12 (28 Sep 2014) + + 28 Sep 2014; Alex Brandt <alunduil@gentoo.org> + +python-heatclient-0.2.12.ebuild: + bump version and add python3_3 target 06 Jul 2014; Michał Górny <mgorny@gentoo.org> python-heatclient-0.2.9.ebuild, python-heatclient-9999.ebuild: diff --git a/dev-python/python-heatclient/python-heatclient-0.2.12.ebuild b/dev-python/python-heatclient/python-heatclient-0.2.12.ebuild new file mode 100644 index 000000000000..b5ebc95fe7eb --- /dev/null +++ b/dev-python/python-heatclient/python-heatclient-0.2.12.ebuild @@ -0,0 +1,129 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-heatclient/python-heatclient-0.2.12.ebuild,v 1.1 2014/09/28 23:00:16 alunduil Exp $ + +EAPI=5 +PYTHON_COMPAT=( python2_7 python3_3 ) +DISTUTILS_IN_SOURCE_BUILD=TRUE # Needed due to versioned test patches + +inherit distutils-r1 + +DESCRIPTION="OpenStack Orchestration API Client Library" +HOMEPAGE="http://www.openstack.org/" +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" + +# NOTE: doc is broken due to pbr requiring a git checkout + +# NOTE: dev-python/discover is not used in tests +# dev-python/discover[${PYTHON_USEDEP}] + +CDEPEND=" + >=dev-python/pbr-0.6[${PYTHON_USEDEP}] + !~dev-python/pbr-0.7[${PYTHON_USEDEP}] + <dev-python/pbr-1.0[${PYTHON_USEDEP}] +" +CRDEPEND=" + >=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}] + >=dev-python/prettytable-0.7[${PYTHON_USEDEP}] + <dev-python/prettytable-0.8[${PYTHON_USEDEP}] + >=dev-python/python-keystoneclient-0.10.0[${PYTHON_USEDEP}] + >=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}] + >=dev-python/requests-1.2.1[${PYTHON_USEDEP}] + !~dev-python/requests-2.4[${PYTHON_USEDEP}] + >=dev-python/six-1.7.0[${PYTHON_USEDEP}] +" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + ${CDEPEND} + test? ( + ${CRDEPEND} + >=dev-python/coverage-3.6[${PYTHON_USEDEP}] + >=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}] + >=dev-python/hacking-0.8.0[${PYTHON_USEDEP}] + <dev-python/hacking-0.9[${PYTHON_USEDEP}] + >=dev-python/httpretty-0.8.0[${PYTHON_USEDEP}] + !~dev-python/httpretty-0.8.1[${PYTHON_USEDEP}] + !~dev-python/httpretty-0.8.2[${PYTHON_USEDEP}] + !~dev-python/httpretty-0.8.3[${PYTHON_USEDEP}] + >=dev-python/mock-1.0[${PYTHON_USEDEP}] + >=dev-python/mox3-0.7.0[${PYTHON_USEDEP}] + >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}] + !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}] + <dev-python/sphinx-1.3[${PYTHON_USEDEP}] + >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}] + >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] + >=dev-python/testtools-0.9.34[${PYTHON_USEDEP}] + ) +" +RDEPEND=" + ${CDEPEND} + ${CRDEPEND} +" + +python_test() { + # BUG: https://bugs.launchpad.net/python-heatclient/+bug/1313257 + ebegin 'patching heatclient/tests/test_common_http.py' + sed \ + -e '651,/def/ d' \ + -i heatclient/tests/test_common_http.py + STATUS=$? + eend ${STATUS} + [[ ${STATUS} -gt 0 ]] && die + + # BUG: https://bugs.launchpad.net/python-heatclient/+bug/1375035 + ebegin 'patching heatclient/tests/test_shell.py' + sed \ + -e '1953,/def|@/ d' \ + -i heatclient/tests/test_shell.py + STATUS=$? + eend ${STATUS} + [[ ${STATUS} -gt 0 ]] && die + + if [[ "${EPYTHON}" = "python3.3" ]]; then + # BUG: https://bugs.launchpad.net/python-heatclient/+bug/1375047 + ebegin 'patching heatclient/tests/test_events.py' + sed \ + -e '68,/def/ d' \ + -i heatclient/tests/test_events.py + STATUS=$? + eend ${STATUS} + [[ ${STATUS} -gt 0 ]] && die + + # BUG: https://bugs.launchpad.net/python-heatclient/+bug/1375049 + ebegin 'patching heatclient/tests/test_events.py' + sed \ + -e '111,/def/ d' \ + -e '53,/def/ d' \ + -i heatclient/tests/test_events.py + STATUS=$? + eend ${STATUS} + [[ ${STATUS} -gt 0 ]] && die + + ebegin 'patching heatclient/tests/test_resources.py' + sed \ + -e '69,/def/ d' \ + -i heatclient/tests/test_resources.py + STATUS=$? + eend ${STATUS} + [[ ${STATUS} -gt 0 ]] && die + + # BUG: https://bugs.launchpad.net/python-heatclient/+bug/1375051 + ebegin 'patching heatclient/tests/test_template_utils.py' + sed \ + -e '231,/def/ d' \ + -i heatclient/tests/test_template_utils.py + STATUS=$? + eend ${STATUS} + [[ ${STATUS} -gt 0 ]] && die + fi + + rm -rf .testrepository || die "couldn't remove '.testrepository' under ${EPYTHON}" + + testr init || die "testr init failed under ${EPYTHON}" + testr run || die "testr run failed under ${EPYTHON}" +} |