Package Details: python-rackspace-auth-openstack 1.3-5

Git Clone URL: https://aur.archlinux.org/python-rackspace-auth-openstack.git (read-only, click to copy)
Package Base: python-rackspace-auth-openstack
Description: Rackspace Auth Plugin for OpenStack Clients.
Upstream URL: http://pypi.python.org/pypi/rackspace-auth-openstack/
Licenses: Apache
Submitter: rstrox
Maintainer: None
Last Packager: rstrox
Votes: 1
Popularity: 0.000000
First Submitted: 2015-01-20 21:31 (UTC)
Last Updated: 2015-06-25 17:04 (UTC)

Latest Comments

lisu_ml commented on 2018-03-05 12:09 (UTC)

The download link doesn't work any more.

commented on 2017-02-21 17:04 (UTC)

Please update the source URL to the new perma-link format. https://files.pythonhosted.org/packages/source/r/rackspace-auth-openstack/rackspace-auth-openstack-${pkgver}.tar.gz The current URL works for now, but it will eventually be deprecated as the new https://pypi.org comes online.

rstrox commented on 2015-01-26 16:39 (UTC)

Silly newfangled PKGBUILD rules. Get off my lawn! (pkg updated)

commented on 2015-01-25 17:14 (UTC)

Also, this line is implied, you don't have to have it. It's really only useful for virtual provides or obsoleting a package with a different name. provides=("$pkgname=$pkgver")

commented on 2015-01-25 17:13 (UTC)

One more issue: makedepends isn't valid inside the split package_* functions. https://www.archlinux.org/pacman/PKGBUILD.5.html#_package_splitting You need to put this line with the global values at the top. makedepends=("python-setuptools" "python2-setuptools")

rstrox commented on 2015-01-20 21:49 (UTC)

All done. Sorry for the delay!

commented on 2015-01-14 18:34 (UTC)

Can you change this into a split package to create a python3 version as well?

rstrox commented on 2014-05-28 18:27 (UTC)

I didn't see python2-setuptools in the depends of a lot of other packages, but did add it to all my python2-* packages regardless. They should be good to go now.

commented on 2014-05-27 16:13 (UTC)

Building in a clean chroot shows that this package is missing a build dependency. I corrected it like so: makedepends=('python2-setuptools')