summaryrefslogtreecommitdiff
path: root/virtualenv/Pkgfile
blob: efd193ff6239dff18d7935cf4d084a2bfc422ec6 (plain)
    1 # Description: Virtual Python Environment builder
    2 # URL:         http://www.virtualenv.org/
    3 # Maintainer:  Thomas Penteker, tek at serverop dot de
    4 # Packager:    James Mills, prologic at shortcircuit dot net dot au
    5 # Depends on:  python3-setuptools
    6 
    7 name=virtualenv
    8 version=20.0.28
    9 release=1
   10 source=(https://pypi.io/packages/source/v/virtualenv/virtualenv-${version}.tar.gz)
   11 
   12 build() {
   13     cd $name-$version
   14     /usr/bin/python3 setup.py install --root=$PKG
   15 }

Generated by cgit