2014-02-16 23:12:08 +10:00
|
|
|
# Description: A set of enhancements to virtualenv
|
|
|
|
# URL: https://github.com/dreamhost/stevedore
|
|
|
|
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
|
|
|
|
#
|
|
|
|
# Depends on: pbr
|
2012-09-02 16:00:36 +03:00
|
|
|
|
|
|
|
name=stevedore
|
2014-05-23 21:55:53 +10:00
|
|
|
version=0.15
|
2015-02-17 11:09:04 +10:00
|
|
|
release=2
|
2012-09-02 16:00:36 +03:00
|
|
|
source=(http://pypi.python.org/packages/source/s/$name/$name-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
2014-02-16 23:12:08 +10:00
|
|
|
/usr/bin/python setup.py install --root=$PKG
|
2012-09-02 16:00:36 +03:00
|
|
|
}
|