python3-virtualenv
This commit is contained in:
parent
8477543dcf
commit
7353e75bfc
1 changed files with 16 additions and 0 deletions
16
talimatname/genel/python3-virtualenv/talimat
Normal file
16
talimatname/genel/python3-virtualenv/talimat
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Description: Tool to create isolated Python environments.
|
||||
# URL: 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
|
||||
}
|
||||
|
Loading…
Add table
Reference in a new issue