Merge pull request #13177 from Rmys/master

python3-natsort new package
This commit is contained in:
Rmys
2024-01-11 15:33:17 +03:00
committed by GitHub
13 changed files with 399426 additions and 398855 deletions
+399198 -398853
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
5d09b595bc336cd653e28b564fd05f3cad1403a3
24452cf4824623bc75e541bbf9d8ecf54c805c24
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
91c2145208c9e79f40e099f313ef8b49246da393
697c6af2c7b4677f5d9dd4d2517c73bd5ed6e5cc
@@ -0,0 +1,16 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/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.dodoc("LICENSE", "README*")
@@ -0,0 +1,50 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-fastnumbers</Name>
<Homepage>https://github.com/SethMMorton/fastnumbers</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>app</IsA>
<Summary>Super-fast and clean conversions to numbers</Summary>
<Icon>python3-fastnumbers</Icon>
<Description>Sayılara süper hızlı ve temiz dönüşümler
</Description>
<Archive sha1sum="ba150863f65f0e32b12a600fda78e462d53462d5" type="targz">https://github.com/SethMMorton/fastnumbers/archive/refs/tags/5.1.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>python3-fastnumbers.patch</Patch>
<Patch level="1">python3-fastnumbers.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>python3-fastnumbers</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2024-01-11</Date>
<Version>5.1.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,9 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-fastnumbers</Name>
<Summary xml:lang="tr">Super-fast and clean conversions to numbers</Summary>
<Description xml:lang="tr">Sayılara süper hızlı ve temiz dönüşümler
</Description>
</Source>
</PISI>
@@ -0,0 +1,16 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/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.dodoc("LICENSE", "README*")
@@ -0,0 +1,53 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-natsort</Name>
<Homepage>https://github.com/SethMMorton/natsort</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>app</IsA>
<Summary>Simple yet flexible natural sorting in Python</Summary>
<Icon>python3-natsort</Icon>
<Description>Python'da basit ama esnek doğal sıralama
</Description>
<Archive sha1sum="051642706e2d9122e1c7238f713f3117aa51a111" type="targz">https://github.com/SethMMorton/natsort/archive/refs/tags/8.4.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>python3-natsort.patch</Patch>
<Patch level="1">python3-natsort.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>python3-natsort</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-pyicu</Dependency>
<Dependency>python3-fastnumbers</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2024-01-11</Date>
<Version>8.4.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,9 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-natsort</Name>
<Summary xml:lang="tr">Simple yet flexible natural sorting in Python</Summary>
<Description xml:lang="tr">Python'da basit ama esnek doğal sıralama
</Description>
</Source>
</PISI>
@@ -0,0 +1,16 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/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.dodoc("LICENSE", "README*")
@@ -0,0 +1,49 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-pyicu</Name>
<Homepage>https://pypi.org/project/PyICU/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>app</IsA>
<Summary>Python binding for ICU</Summary>
<Icon>python3-pyicu</Icon>
<Description>Python binding for ICU</Description>
<Archive sha1sum="a85919360dcc9a673a392a0ce04e4c97a6ef5bb6" type="targz">https://files.pythonhosted.org/packages/c8/25/38a2104fd48373cfd4eac5104f104ef486f61527e48d627de74794354a2c/PyICU-2.12.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>python3-pyicu.patch</Patch>
<Patch level="1">python3-pyicu.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>python3-pyicu</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2024-01-11</Date>
<Version>2.12</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-pyicu</Name>
<Summary xml:lang="tr">Python binding for ICU</Summary>
<Description xml:lang="tr">Python binding for ICU</Description>
</Source>
</PISI>