contrib/stevedore/Pkgfile
2012-09-02 16:00:36 +03:00

16 lines
411 B
Plaintext

# Description: A set of enhancements to virtualenv
# URL: https://github.com/dreamhost/stevedore
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
# Depends on: python
name=stevedore
version=0.3
release=1
source=(http://pypi.python.org/packages/source/s/$name/$name-$version.tar.gz)
build() {
cd $name-$version
# downloads ditribute if it is missing
python setup.py install --root=$PKG
}