contrib/virtualenvwrapper/Pkgfile

18 lines
549 B
Plaintext
Raw Normal View History

2014-02-16 14:13:57 +01:00
# Description: A set of enhancements to virtualenv
# URL: http://www.doughellmann.com/projects/virtualenvwrapper/
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
# Depends on: virtualenv virtualenv-clone stevedore
2012-07-24 15:16:30 +02:00
name=virtualenvwrapper
2014-02-16 14:13:57 +01:00
version=4.2
2012-09-02 15:03:47 +02:00
release=1
2012-07-24 15:16:30 +02:00
source=(http://pypi.python.org/packages/source/v/$name/$name-$version.tar.gz)
build() {
cd $name-$version
2014-02-16 14:13:57 +01:00
/usr/bin/python setup.py install --root=$PKG
mkdir -p $PKG/etc/profile.d
ln -sf /usr/bin/virtualenvwrapper.sh $PKG/etc/profile.d/
2012-07-24 15:16:30 +02:00
}