@@ -5,10 +5,9 @@
|
|||||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||||
|
|
||||||
from pisi.actionsapi import pythonmodules
|
from pisi.actionsapi import pythonmodules
|
||||||
from pisi.actionsapi import pisitools
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
pythonmodules.compile()
|
pythonmodules.compile()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
pythonmodules.install()
|
pythonmodules.install()
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>python-six</Name>
|
<Name>python-six</Name>
|
||||||
@@ -8,28 +8,37 @@
|
|||||||
<Name>Alihan Öztürk</Name>
|
<Name>Alihan Öztürk</Name>
|
||||||
<Email>alihan@pisilinux.org</Email>
|
<Email>alihan@pisilinux.org</Email>
|
||||||
</Packager>
|
</Packager>
|
||||||
|
<PartOf>programming.language.python</PartOf>
|
||||||
<License>MIT</License>
|
<License>MIT</License>
|
||||||
<IsA>app:console</IsA>
|
<IsA>app:console</IsA>
|
||||||
<Summary>Python 2 and 3 compatibility utilities.</Summary>
|
<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>
|
<Description>python-six provides simple utilities for wrapping over differences between Python 2 and Python 3.</Description>
|
||||||
<Archive sha1sum="e6c12160e3da5e164dac9846a1f171fca24e1a8c" type="targz">https://files.pythonhosted.org/packages/94/3e/edcf6fef41d89187df7e38e868b2dd2182677922b600e880baad7749c865/six-1.13.0.tar.gz</Archive>
|
<Archive sha1sum="05568b5c867b19e52f5ae1b4989ef21516c58911" type="targz">https://files.pythonhosted.org/packages/21/9f/b251f7f8a76dec1d6651be194dfba8fb8d7781d10ab3987190de8391d08e/six-1.14.0.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
|
<Dependency>python-setuptools</Dependency>
|
||||||
<Dependency>python-devel</Dependency>
|
<Dependency>python-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
</Source>
|
</Source>
|
||||||
<Package>
|
<Package>
|
||||||
<Name>python-six</Name>
|
<Name>python-six</Name>
|
||||||
|
<Summary>Python 2 and 3 compatibility utilities.</Summary>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>python</Dependency>
|
<Dependency>python</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="library">/usr/lib</Path>
|
<Path fileType="library">/usr/lib/python2*</Path>
|
||||||
<Path fileType="doc">/usr/share/doc</Path>
|
<Path fileType="doc">/usr/share/doc/python-six</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="9">
|
||||||
|
<Date>2020-01-21</Date>
|
||||||
|
<Version>1.14.0</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Blue DeviL</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="8">
|
<Update release="8">
|
||||||
<Date>2019-12-27</Date>
|
<Date>2019-12-27</Date>
|
||||||
<Version>1.13.0</Version>
|
<Version>1.13.0</Version>
|
||||||
@@ -87,4 +96,4 @@
|
|||||||
<Email>ertugrulerata@gmail.com</Email>
|
<Email>ertugrulerata@gmail.com</Email>
|
||||||
</Update>
|
</Update>
|
||||||
</History>
|
</History>
|
||||||
</PISI>
|
</PISI>
|
||||||
@@ -4,4 +4,4 @@
|
|||||||
<Summary xml:lang="tr">Python2 ve python3 uyumluluk programı.</Summary>
|
<Summary xml:lang="tr">Python2 ve python3 uyumluluk programı.</Summary>
|
||||||
<Description xml:lang="tr">python-six, python2 ile python3 arasındaki farklılıkların aşılmasına yardımcı olan basit araçlar sağlar.</Description>
|
<Description xml:lang="tr">python-six, python2 ile python3 arasındaki farklılıkların aşılmasına yardımcı olan basit araçlar sağlar.</Description>
|
||||||
</Source>
|
</Source>
|
||||||
</PISI>
|
</PISI>
|
||||||
Reference in New Issue
Block a user