python3-six:v.bump to 1.10.0

This commit is contained in:
2017-02-01 13:19:21 +03:00
parent 08f5167871
commit bea158e0c2
11 changed files with 156 additions and 6 deletions
@@ -10,8 +10,7 @@ from pisi.actionsapi import shelltools
WorkDir="setuptools-%s" % get.srcVERSION()
def install():
pythonmodules.run("bootstrap.py", pyVer="3")
pythonmodules.install(pyVer = "3")
pisitools.rename("/usr/bin/easy_install", "py3easy-install")
#avoid python-setuptools conflict
pisitools.removeDir("/usr/share")
@@ -12,9 +12,12 @@
<IsA>library</IsA>
<Summary>Python setuptools</Summary>
<Description>python-setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages.</Description>
<Archive sha1sum="ce72e7effddd31cd657dbbdc9308fee236e4fa37" type="targz">https://pypi.python.org/packages/source/s/setuptools/setuptools-19.6.1.tar.gz</Archive>
<Archive sha1sum="ebe9d501d24990eca4da86be8947f27c3f1b13e1" type="targz">https://github.com/pypa/setuptools/archive/v32.1.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-six</Dependency>
<Dependency>python3-packaging</Dependency>
<Dependency>pip3</Dependency>
</BuildDependencies>
</Source>
@@ -23,10 +26,18 @@
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="7">
<Date>2017-02-01</Date>
<Version>32.1.3</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2016-06-09</Date>
<Version>19.6.1</Version>