milis/talimatname/genel/python3-virtualenv/talimat

18 lines
399 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: python3
name=python3-virtualenv
version=14.0.5
release=1
source=(
http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$version.tar.gz)
build() {
cd virtualenv-$version
python3 setup.py install --prefix=/usr --root=$PKG
}