pyhton3-setuptools:fixed
This commit is contained in:
@@ -1,17 +0,0 @@
|
|||||||
#!/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 pisitools
|
|
||||||
|
|
||||||
def build():
|
|
||||||
pythonmodules.compile(pyVer="3")
|
|
||||||
|
|
||||||
def install():
|
|
||||||
pythonmodules.install(pyVer="3")
|
|
||||||
|
|
||||||
#pisitools.removeDir("/usr/lib/*/site-packages/six-1.9.0*egg-info*")
|
|
||||||
#pisitools.remove("/usr/lib/*/site-packages/*egg-info*")
|
|
||||||
@@ -1,42 +0,0 @@
|
|||||||
<?xml version="1.0" ?>
|
|
||||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
||||||
<PISI>
|
|
||||||
<Source>
|
|
||||||
<Name>python3-parsing</Name>
|
|
||||||
<Homepage>http://pypi.python.org/pypi/six/</Homepage>
|
|
||||||
<Packager>
|
|
||||||
<Name>Ayhan Yalçınsoy</Name>
|
|
||||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
|
||||||
</Packager>
|
|
||||||
<License>MIT</License>
|
|
||||||
<IsA>app:console</IsA>
|
|
||||||
<Summary>General parsing module for Python</Summary>
|
|
||||||
<Description>General parsing module for Python</Description>
|
|
||||||
<Archive sha1sum="3fc0a5109b6b178899927b773f77a32d504ee00f" type="targz">http://kent.dl.sourceforge.net/project/pyparsing/pyparsing/pyparsing-2.1.10/pyparsing-2.1.10.tar.gz</Archive>
|
|
||||||
<BuildDependencies>
|
|
||||||
<Dependency versionFrom="3.6.0">python3-devel</Dependency>
|
|
||||||
<Dependency>python3-setuptools</Dependency>
|
|
||||||
</BuildDependencies>
|
|
||||||
</Source>
|
|
||||||
|
|
||||||
<Package>
|
|
||||||
<Name>python3-parsing</Name>
|
|
||||||
<RuntimeDependencies>
|
|
||||||
<Dependency versionFrom="3.6.0">python3</Dependency>
|
|
||||||
</RuntimeDependencies>
|
|
||||||
<Files>
|
|
||||||
<Path fileType="library">/usr/lib</Path>
|
|
||||||
<Path fileType="doc">/usr/share/doc</Path>
|
|
||||||
</Files>
|
|
||||||
</Package>
|
|
||||||
|
|
||||||
<History>
|
|
||||||
<Update release="1">
|
|
||||||
<Date>2017-02-01</Date>
|
|
||||||
<Version>2.1.10</Version>
|
|
||||||
<Comment>First Release</Comment>
|
|
||||||
<Name>Ayhan Yalçınsoy</Name>
|
|
||||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
|
||||||
</Update>
|
|
||||||
</History>
|
|
||||||
</PISI>
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
<PISI>
|
|
||||||
<Source>
|
|
||||||
<Name>python3-six</Name>
|
|
||||||
<Summary xml:lang="tr">Python3 için genel ayrıştırma modülü.</Summary>
|
|
||||||
<Description xml:lang="tr">Python3 için genel ayrıştırma modülü.</Description>
|
|
||||||
</Source>
|
|
||||||
</PISI>
|
|
||||||
@@ -14,3 +14,6 @@ WorkDir="setuptools-%s" % get.srcVERSION()
|
|||||||
def install():
|
def install():
|
||||||
pythonmodules.run("bootstrap.py", pyVer="3")
|
pythonmodules.run("bootstrap.py", pyVer="3")
|
||||||
pythonmodules.install(pyVer = "3")
|
pythonmodules.install(pyVer = "3")
|
||||||
|
pisitools.rename("/usr/bin/easy_install", "py3easy-install")
|
||||||
|
#avoid python-setuptools conflict
|
||||||
|
pisitools.removeDir("/usr/share")
|
||||||
|
|||||||
Reference in New Issue
Block a user