python3-virtualenv:first release
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def build():
|
||||
|
||||
shelltools.export("PYTHON", "/usr/bin/python3.4")
|
||||
pythonmodules.compile(pyVer="3.4")
|
||||
|
||||
def install():
|
||||
shelltools.export("PYTHON", "/usr/bin/python3.4")
|
||||
pythonmodules.install(pyVer="3.4")
|
||||
|
||||
pisitools.rename("/usr/bin/virtualenv", "virtualenv3")
|
||||
|
||||
pisitools.dodoc("LICENSE*", "AUTHORS*", "README*")
|
||||
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-virtualenv</Name>
|
||||
<Homepage>https://virtualenv.pypa.io/</Homepage>
|
||||
<Packager>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Virtual Python Environment builder</Summary>
|
||||
<Description>Virtual Python Environment builder</Description>
|
||||
<Archive type="targz" sha1sum="766b12e9214751e547da267ffba79a84aaf7b3b0">https://pypi.python.org/packages/source/v/virtualenv/virtualenv-13.1.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-virtualenv</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Summary>Virtual Python Environment builder</Summary>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/bin</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-12-04</Date>
|
||||
<Version>13.1.2</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user