python3-virtualenv:first pisi rel

This commit is contained in:
blue-devil
2020-03-04 00:45:08 +03:00
parent 2f287bebca
commit 46e300a2c3
3 changed files with 76 additions and 0 deletions
@@ -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")
@@ -0,0 +1,52 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-virtualenv</Name>
<Homepage>https://github.com/pypa/virtualenv/</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>MIT</License>
<IsA>library</IsA>
<IsA>app:console</IsA>
<Summary>Virtual Python Environment builder.</Summary>
<Description>python3-virtualenv is a a tool and library for creating isolated virtual python environments.</Description>
<Archive sha1sum="b88b76df849ad6cb28de343701468e618bfe8163" type="targz">https://github.com/pypa/virtualenv/archive/20.0.7.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools-scm</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-virtualenv</Name>
<Summary>Virtual Python Environment builder.</Summary>
<RuntimeDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-filelock</Dependency>
<Dependency>python3-appdirs</Dependency>
<Dependency>python3-distlib</Dependency>
<Dependency>python3-six</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-virtualenv</Path>
<Path fileType="executable">/usr/bin/virtualenv</Path>
<Path fileType="library">/usr/lib/python3*</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-03-03</Date>
<Version>20.0.7</Version>
<Comment>First pisi release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-virtualenv</Name>
<Summary xml:lang="tr">Sanal Python ortamı üreteci.</Summary>
<Description xml:lang="tr">python3-virtualenv, sanal bir python çalışma ortamı yaratan araç ve kitaplıkları sunar.</Description>
</Source>
</PISI>