diff --git a/programming/language/python3/python3-virtualenv/actions.py b/programming/language/python3/python3-virtualenv/actions.py new file mode 100644 index 0000000000..5cdda209ed --- /dev/null +++ b/programming/language/python3/python3-virtualenv/actions.py @@ -0,0 +1,16 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pythonmodules +from pisi.actionsapi import shelltools + +shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","20.0.7") + +def build(): + pythonmodules.compile(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-virtualenv/pspec.xml b/programming/language/python3/python3-virtualenv/pspec.xml new file mode 100644 index 0000000000..15acd22abb --- /dev/null +++ b/programming/language/python3/python3-virtualenv/pspec.xml @@ -0,0 +1,52 @@ + + + + + python3-virtualenv + https://github.com/pypa/virtualenv/ + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + MIT + library + app:console + Virtual Python Environment builder. + python3-virtualenv is a a tool and library for creating isolated virtual python environments. + https://github.com/pypa/virtualenv/archive/20.0.7.tar.gz + + python3-setuptools-scm + python3-setuptools + python3-devel + + + + + python3-virtualenv + Virtual Python Environment builder. + + python3-setuptools + python3-filelock + python3-appdirs + python3-distlib + python3-six + python3 + + + /usr/share/doc/python3-virtualenv + /usr/bin/virtualenv + /usr/lib/python3* + + + + + + 2020-03-03 + 20.0.7 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-virtualenv/translations.xml b/programming/language/python3/python3-virtualenv/translations.xml new file mode 100755 index 0000000000..3b04ea2971 --- /dev/null +++ b/programming/language/python3/python3-virtualenv/translations.xml @@ -0,0 +1,8 @@ + + + + python3-virtualenv + Sanal Python ortamı üreteci. + python3-virtualenv, sanal bir python çalışma ortamı yaratan araç ve kitaplıkları sunar. + + \ No newline at end of file