#Packager: George Vlahavas pkgname=virtualenv pkgver=20.10.0 pkgrel=1gv source=("https://files.pythonhosted.org/packages/c7/3e/b11275c99dd779e4fc87931f7c82ce93767080249bfa4d7aea7ea748800e/virtualenv-20.10.0.tar.gz") docs=("readme.md" "install" "copying" "changelog" "authors" "news" "todo") url=https://virtualenv.pypa.io slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "virtualenv (a tool to create isolated Python environments)" "virtualenv is a tool that you can use in order to create isolated" "Python environments. In these environments, different versions of" "Python libraries can be installed, so applications which depend on" "conflicting dependencies and their versions can function" "indepentantly." ) build() { cd $startdir/src/$pkgname-$pkgver python3 setup.py install --prefix=/usr --root=$startdir/pkg }