milis/talimatname/genel/p/python3-virtualenv/talimat

18 lines
425 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.

# Tanım: İzole edilmiş Python ortamları yaratmak için kullanılan araç.
# URL: https://virtualenv.pypa.io/
# Paketçi: milisarge
# Gerekler: python3 python3-setuptools
# Grup: sistem
isim=python3-virtualenv
surum=16.0.0
devir=1
kaynak=(https://github.com/pypa/virtualenv/archive/${surum}.tar.gz::virtualenv-$surum.tar.gz)
derle() {
cd virtualenv-$surum
python3 setup.py install --prefix=/usr --root=$PKG
}