milis/talimatname/genel/python-virtualenv/talimat

17 lines
397 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: İzole edilmiş Python ortamları yaratmak için kullanılan araç.
# URL: https://virtualenv.pypa.io/
# Packager: milisarge
# Depends on: python
name=python-virtualenv
version=1.11.6
release=1
source=(
http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$version.tar.gz)
build() {
cd virtualenv-$version
python2 setup.py install --prefix=/usr --root=$PKG
}