summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Brandt <alunduil@gentoo.org>2015-04-18 15:11:52 +0000
committerAlex Brandt <alunduil@gentoo.org>2015-04-18 15:11:52 +0000
commit840bff98007cfafcb4ef776c454e8beecb6e1eb0 (patch)
tree5844543bd65b9ed0ccf73ef5c20aca377aaf09b9 /dev-python
parentadd version 1.9.4 (diff)
downloadgentoo-2-840bff98007cfafcb4ef776c454e8beecb6e1eb0.tar.gz
gentoo-2-840bff98007cfafcb4ef776c454e8beecb6e1eb0.tar.bz2
gentoo-2-840bff98007cfafcb4ef776c454e8beecb6e1eb0.zip
remove version 1.7.2
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 11A8217C!)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pyrax/ChangeLog6
-rw-r--r--dev-python/pyrax/pyrax-1.7.2.ebuild39
2 files changed, 5 insertions, 40 deletions
diff --git a/dev-python/pyrax/ChangeLog b/dev-python/pyrax/ChangeLog
index 481a745f56d0..c44a58eca18b 100644
--- a/dev-python/pyrax/ChangeLog
+++ b/dev-python/pyrax/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pyrax
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrax/ChangeLog,v 1.18 2015/04/18 15:11:00 alunduil Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrax/ChangeLog,v 1.19 2015/04/18 15:11:52 alunduil Exp $
+
+ 18 Apr 2015; Alex Brandt <alunduil@gentoo.org> -pyrax-1.7.2.ebuild,
+ metadata.xml:
+ remove version 1.7.2
*pyrax-1.9.4 (18 Apr 2015)
diff --git a/dev-python/pyrax/pyrax-1.7.2.ebuild b/dev-python/pyrax/pyrax-1.7.2.ebuild
deleted file mode 100644
index 89626e7b813a..000000000000
--- a/dev-python/pyrax/pyrax-1.7.2.ebuild
+++ /dev/null
@@ -1,39 +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/pyrax/pyrax-1.7.2.ebuild,v 1.1 2014/04/01 19:21:48 prometheanfire Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python SDK for OpenStack/Rackspace APIs"
-HOMEPAGE="https://github.com/openstack/python-novaclient"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test keyring"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/mock[${PYTHON_USEDEP}]
- dev-python/nose[${PYTHON_USEDEP}]
- >=dev-python/six-1.5.2[${PYTHON_USEDEP}]
- >=dev-python/requests-2.2.1[${PYTHON_USEDEP}]
- keyring? ( dev-python/keyring[${PYTHON_USEDEP}] )
- >=dev-python/python-novaclient-2.13.0[${PYTHON_USEDEP}]
- dev-python/rackspace-novaclient[${PYTHON_USEDEP}]
- >=dev-python/python-swiftclient-1.5.0[${PYTHON_USEDEP}] )"
-RDEPEND=">=dev-python/requests-2.2.1[${PYTHON_USEDEP}]
- >=dev-python/six-1.5.2[${PYTHON_USEDEP}]
- keyring? ( dev-python/keyring[${PYTHON_USEDEP}] )
- >=dev-python/python-novaclient-2.13.0[${PYTHON_USEDEP}]
- >=dev-python/python-swiftclient-1.5.0[${PYTHON_USEDEP}]
- dev-python/rackspace-novaclient[${PYTHON_USEDEP}]"
-
-python_test() {
- "${PYTHON}" -m nose -v tests/unit --with-coverage --cover-package=pyrax || die
-# "${PYTHON}" -m nose -w tests/unit || die
-# nosetests --with-coverage --cover-package=pyrax --cover-erase -w tests/unit/ || die
-}