summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2014-04-27 05:34:59 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2014-04-27 05:34:59 +0000
commitb2a079af8876d53b39cfe5b835f928a15d8dd990 (patch)
tree210b5658834e3df83c55995416f5a5d1ea7ba6a2 /dev-python/python-swiftclient
parentupdating the clients (diff)
downloadgentoo-2-b2a079af8876d53b39cfe5b835f928a15d8dd990.tar.gz
gentoo-2-b2a079af8876d53b39cfe5b835f928a15d8dd990.tar.bz2
gentoo-2-b2a079af8876d53b39cfe5b835f928a15d8dd990.zip
updating the clients
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'dev-python/python-swiftclient')
-rw-r--r--dev-python/python-swiftclient/ChangeLog7
-rw-r--r--dev-python/python-swiftclient/python-swiftclient-1.3.0.ebuild36
-rw-r--r--dev-python/python-swiftclient/python-swiftclient-1.5.0.ebuild38
-rw-r--r--dev-python/python-swiftclient/python-swiftclient-1.6.0.ebuild54
-rw-r--r--dev-python/python-swiftclient/python-swiftclient-1.8.0.ebuild58
5 files changed, 6 insertions, 187 deletions
diff --git a/dev-python/python-swiftclient/ChangeLog b/dev-python/python-swiftclient/ChangeLog
index ab4df054b664..e18c7ec82feb 100644
--- a/dev-python/python-swiftclient/ChangeLog
+++ b/dev-python/python-swiftclient/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/python-swiftclient
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-swiftclient/ChangeLog,v 1.13 2014/04/19 04:12:03 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-swiftclient/ChangeLog,v 1.14 2014/04/27 05:34:59 prometheanfire Exp $
+
+ 27 Apr 2014; Matthew Thode <prometheanfire@gentoo.org>
+ -python-swiftclient-1.3.0.ebuild, -python-swiftclient-1.5.0.ebuild,
+ -python-swiftclient-1.6.0.ebuild, -python-swiftclient-1.8.0.ebuild:
+ updating the clients
*python-swiftclient-2.0.3 (19 Apr 2014)
diff --git a/dev-python/python-swiftclient/python-swiftclient-1.3.0.ebuild b/dev-python/python-swiftclient/python-swiftclient-1.3.0.ebuild
deleted file mode 100644
index 021e20306db6..000000000000
--- a/dev-python/python-swiftclient/python-swiftclient-1.3.0.ebuild
+++ /dev/null
@@ -1,36 +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/python-swiftclient/python-swiftclient-1.3.0.ebuild,v 1.1 2013/03/11 02:27:19 prometheanfire Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-#restricted due to packages missing and bad depends in the test ==webob-1.0.8
-RESTRICT="test"
-inherit distutils-r1
-
-DESCRIPTION="Python bindings to the OpenStack Object Storage API"
-HOMEPAGE="http://docs.openstack.org/developer/python-swiftclient"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/eventlet[${PYTHON_USEDEP}]
- dev-python/nose[${PYTHON_USEDEP}]
- dev-python/nose-exclude[${PYTHON_USEDEP}]
- dev-python/nosehtmloutput[${PYTHON_USEDEP}]
- dev-python/nosexcover
- dev-python/openstack-nose-plugin[${PYTHON_USEDEP}]
- =dev-python/pep8-1.3.3
- dev-python/python-keystoneclient[${PYTHON_USEDEP}]
- >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
- >=dev-python/testtools-0.9.22[${PYTHON_USEDEP}] )"
-RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}]"
-
-python_test() {
- sh run_tests.sh | die
-}
diff --git a/dev-python/python-swiftclient/python-swiftclient-1.5.0.ebuild b/dev-python/python-swiftclient/python-swiftclient-1.5.0.ebuild
deleted file mode 100644
index 9508f0550271..000000000000
--- a/dev-python/python-swiftclient/python-swiftclient-1.5.0.ebuild
+++ /dev/null
@@ -1,38 +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/python-swiftclient/python-swiftclient-1.5.0.ebuild,v 1.3 2013/08/20 20:17:30 prometheanfire Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-#restricted due to packages missing and bad depends in the test ==webob-1.0.8
-RESTRICT="test"
-inherit distutils-r1
-
-DESCRIPTION="Python bindings to the OpenStack Object Storage API"
-HOMEPAGE="http://docs.openstack.org/developer/python-swiftclient"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( ~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/coverage[${PYTHON_USEDEP}]
- dev-python/python-keystoneclient[${PYTHON_USEDEP}]
- >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
- >=dev-python/testtools-0.9.22[${PYTHON_USEDEP}] )"
-
-RDEPEND=">=dev-python/simplejson-2.0.9[${PYTHON_USEDEP}]
- >=dev-python/pbr-0.5[${PYTHON_USEDEP}]
- <dev-python/pbr-0.6[${PYTHON_USEDEP}]
- >=dev-python/d2to1-0.2.10[${PYTHON_USEDEP}]
- <dev-python/d2to1-0.3[${PYTHON_USEDEP}]"
-
-python_test() {
- sh run_tests.sh | die
-}
diff --git a/dev-python/python-swiftclient/python-swiftclient-1.6.0.ebuild b/dev-python/python-swiftclient/python-swiftclient-1.6.0.ebuild
deleted file mode 100644
index 28cd2bf58bb2..000000000000
--- a/dev-python/python-swiftclient/python-swiftclient-1.6.0.ebuild
+++ /dev/null
@@ -1,54 +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/python-swiftclient/python-swiftclient-1.6.0.ebuild,v 1.2 2013/11/15 06:51:33 idella4 Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python bindings to the OpenStack Object Storage API"
-HOMEPAGE="https://launchpad.net/python-swiftclient"
-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}]
- test? ( ~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/coverage[${PYTHON_USEDEP}]
- >=dev-python/mock-0.8.0[${PYTHON_USEDEP}]
- dev-python/python-keystoneclient[${PYTHON_USEDEP}]
- >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
- >=dev-python/testrepository-0.0.13[${PYTHON_USEDEP}]
- >=dev-python/testtools-0.9.22[${PYTHON_USEDEP}] )
- doc? ( >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}] )"
-
-RDEPEND=">=dev-python/simplejson-2.0.9[${PYTHON_USEDEP}]
- >=dev-python/pbr-0.5[${PYTHON_USEDEP}]
- <dev-python/pbr-0.6[${PYTHON_USEDEP}]
- >=dev-python/d2to1-0.2.10[${PYTHON_USEDEP}]
- <dev-python/d2to1-0.3[${PYTHON_USEDEP}]"
-
-python_prepare() {
- sed -i '/discover/d' "${S}/test-requirements.txt" || die "sed failed"
- distutils-r1_python_prepare
-}
-
-python_compile_all() {
- use doc && emake -C doc html
-}
-
-python_test() {
- # https://bugs.launchpad.net/python-swiftclient/+bug/1251507
- nosetests tests -e test_instantiation || die "testsuite failed"
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( ../${P}-python2_7/doc/build/html/. )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/python-swiftclient/python-swiftclient-1.8.0.ebuild b/dev-python/python-swiftclient/python-swiftclient-1.8.0.ebuild
deleted file mode 100644
index c90c4ca3dc31..000000000000
--- a/dev-python/python-swiftclient/python-swiftclient-1.8.0.ebuild
+++ /dev/null
@@ -1,58 +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/python-swiftclient/python-swiftclient-1.8.0.ebuild,v 1.2 2013/11/28 06:32:32 idella4 Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python bindings to the OpenStack Object Storage API"
-HOMEPAGE="https://launchpad.net/python-swiftclient"
-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}]
- test? ( ~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/coverage[${PYTHON_USEDEP}]
- >=dev-python/mock-1.0[${PYTHON_USEDEP}]
- >=dev-python/python-keystoneclient-0.3.2[${PYTHON_USEDEP}]
- >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
- >=dev-python/testrepository-0.0.17[${PYTHON_USEDEP}]
- >=dev-python/testtools-0.9.32[${PYTHON_USEDEP}]
- >=dev-python/hacking-0.5.6[${PYTHON_USEDEP}]
- <dev-python/hacking-0.8[${PYTHON_USEDEP}]
- doc? ( >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}] )
- )"
-RDEPEND=">=dev-python/simplejson-2.0.9[${PYTHON_USEDEP}]
- >=dev-python/pbr-0.5[${PYTHON_USEDEP}]
- <dev-python/pbr-0.6[${PYTHON_USEDEP}]
- >=dev-python/d2to1-0.2.10[${PYTHON_USEDEP}]
- <dev-python/d2to1-0.3[${PYTHON_USEDEP}]"
-
-python_prepare() {
- sed -i '/discover/d' "${S}/test-requirements.txt" || die "sed failed"
- distutils-r1_python_prepare
-}
-
-python_compile_all() {
- use doc && emake -C doc html
-}
-
-python_test() {
- testr init
- testr run || die "tests failed under python2_7"
- flake8 tests && einfo "run of tests folder by flake8 passed"
- flake8 bin/swift && einfo "run of ./bin/swift by flake8 passed"
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( ../${P}-python2_7/doc/build/html/. )
- distutils-r1_python_install_all
-}