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
+2
View File
@@ -0,0 +1,2 @@
mirrors://sourceforge/acpiclient/acpiclient/1.7/acpi-1.7.tar.gz
https://sourceforge/pyparsing/pyparsing-2.1.10/pyparsing-2.1.10.tar.gz
@@ -0,0 +1,17 @@
#!/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*")
@@ -0,0 +1,41 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-packaging</Name>
<Homepage>http://pypi.python.org/pypi/six/</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>Apache</License>
<IsA>app:console</IsA>
<Summary>Core utilities for Python packages</Summary>
<Description>Core utilities for Python packages</Description>
<Archive sha1sum="b14d57689a6d3c5e074201685553f3bc4254d9e8" type="targz">https://github.com/pypa/packaging/archive/16.8.tar.gz</Archive>
<BuildDependencies>
<Dependency versionFrom="3.6.0">python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-packaging</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>16.8</Version>
<Comment>First Release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,7 @@
<PISI>
<Source>
<Name>python3-six</Name>
<Summary xml:lang="tr">Python3 paketleri için çekirdek uygulama.</Summary>
<Description xml:lang="tr">Python3 paketleri için çekirdek uygulama.</Description>
</Source>
</PISI>
@@ -0,0 +1,17 @@
#!/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*")
@@ -0,0 +1,42 @@
<?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>
@@ -0,0 +1,7 @@
<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>
@@ -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>
@@ -13,5 +13,5 @@ def build():
def install():
pythonmodules.install(pyVer="3")
pisitools.removeDir("/usr/lib/*/site-packages/six-1.9.0*egg-info*")
#pisitools.removeDir("/usr/lib/*/site-packages/six-1.9.0*egg-info*")
pisitools.remove("/usr/lib/*/site-packages/*egg-info*")
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>Python 2 and 3 compatibility utilities.</Summary>
<Description>python-six provides simple utilities for wrapping over differences between Python 2 and Python 3.</Description>
<Archive sha1sum="d168e6d01f0900875c6ecebc97da72d0fda31129" type="targz">http://pypi.python.org/packages/source/s/six/six-1.9.0.tar.gz</Archive>
<Archive sha1sum="30d480d2e352e8e4c2aae042cf1bf33368ff0920" type="targz">https://pypi.python.org/packages/b3/b2/238e2590826bfdd113244a40d9d3eb26918bd798fc187e2360a8367068db/six-1.10.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
@@ -30,6 +30,13 @@
</Package>
<History>
<Update release="4">
<Date>2017-02-01</Date>
<Version>1.10.0</Version>
<Comment>Version Bump</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2016-06-09</Date>
<Version>1.9.0</Version>