Merge pull request #7611 from blue-devil/master

new python rebuilts and upgrades
This commit is contained in:
Kamil ATLI
2020-01-18 19:00:02 +03:00
committed by GitHub
24 changed files with 212756 additions and 212303 deletions
+10 -3
View File
@@ -4,19 +4,26 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import shelltools
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
shelltools.system("./bootstrap")
#suppress g++ warnings
pisitools.cxxflags.add("-Wno-useless-cast -Wno-old-style-cast -Wno-deprecated-declarations\
-Wno-effc++ -Wno-abi")
#suppress gcc warnings
pisitools.cflags.add("-fno-stack-protector -Wno-suggest-attribute=malloc")
autotools.configure("--disable-static \
--with-zemberek \
--with-aspell \
--with-myspell \
--with-myspell-dir=/usr/share/hunspell")
#fix unused direct dependency analysis
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
@@ -27,4 +34,4 @@ def install():
pisitools.rename("/usr/share/enchant/enchant.ordering", "enchant.ordering-2")
pisitools.dodoc("AUTHORS", "NEWS", "README", "HACKING")
pisitools.dodoc("AUTHORS", "NEWS", "README", "HACKING")
+19 -10
View File
@@ -1,30 +1,32 @@
<?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>
<Source>
<Name>enchant2</Name>
<Homepage>https://www.abisource.com/enchant/</Homepage>
<Homepage>https://abiword.github.io/enchant/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<PartOf>office.spellcheck</PartOf>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>Spellchecker wrapping library</Summary>
<Description>enchant is a library that wraps other spell checking backends.</Description>
<Archive sha1sum="7ac67b90b95004471fbc7992263bdc70613ad591" type="targz">https://github.com/AbiWord/enchant/archive/v2.2.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
<Dependency>gnupg</Dependency>
<Dependency>aspell-devel</Dependency>
<Archive sha1sum="feb1cf214db146c9fe1a49f10788e63d60eadd54" type="targz">https://github.com/AbiWord/enchant/archive/v2.2.7.tar.gz</Archive>
<BuildDependencies
><Dependency>dbus-glib-devel</Dependency>
<Dependency>hunspell-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>dbus-glib-devel</Dependency>
<Dependency>aspell-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>gnupg</Dependency>
<Dependency>git</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>enchant2</Name>
<Summary>Spellchecker wrapping library</Summary>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
<Dependency>hunspell</Dependency>
@@ -76,6 +78,13 @@
</Package>
<History>
<Update release="2">
<Date>2020-01-18</Date>
<Version>2.2.7</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2019-04-06</Date>
<Version>2.2.3</Version>
@@ -84,4 +93,4 @@
<Email>muscnsl@gmail.com</Email>
</Update>
</History>
</PISI>
</PISI>
+4 -1
View File
@@ -9,15 +9,18 @@
<Package>
<Name>enchant2-aspell</Name>
<Summary xml:lang="tr">Enchant2 için aspell arkaucu</Summary>
<Description xml:lang="tr">enchant2-aspell, enchant2 için aspell arkaucu sağlar.</Description>
</Package>
<Package>
<Name>enchant2-zemberek</Name>
<Summary xml:lang="tr">Enchant2 için zemberek arkaucu</Summary>
<Description xml:lang="tr">enchant2-zemberek, enchant2 için zemberek arkaucu sağlar.</Description>
</Package>
<Package>
<Name>enchant2-devel</Name>
<Summary xml:lang="tr">enchant2 için geliştirme dosyaları</Summary>
<Description xml:lang="tr">enchant2-devel, enchant2 için geliştirme dosyaları sağlar.</Description>
</Package>
</PISI>
</PISI>
+212435 -212261
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
22c6c21cdf161d4d2961bf0391fc29d90be57f75
1c25eca1eb821a88b196900a3242ccc534ec2c94
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
89ee19f20e872e34395460873c918c98a298f50e
b070cb26ad420b48d420f5089df52794a9538b32
@@ -5,13 +5,11 @@
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import get
WorkDir = "Unidecode-%s" % get.srcVERSION()
from pisi.actionsapi import pisitools
def build():
pythonmodules.compile()
def install():
pythonmodules.install()
pisitools.rename("/usr/bin/unidecode","unidecode-py2")
@@ -1,5 +1,5 @@
<?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>
<Source>
<Name>python-Unidecode</Name>
@@ -8,12 +8,13 @@
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.python</PartOf>
<License>Artistic</License>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>US-ASCII transliterations of Unicode text</Summary>
<Description>python-Unidecode provides ASCII transliterations of Unicode text. This is a Python port of Text::Unidecode Perl module.</Description>
<Archive sha1sum="16aa7932b34eda97af8aef318d3557302435cbff" type="targz">https://pypi.python.org/packages/9d/36/49d0ee152b6a1631f03a541532c6201942430060aa97fe011cf01a2cce64/Unidecode-1.0.22.tar.gz</Archive>
<Archive sha1sum="20eea40de171ef9853174ce799dc06e624fb4996" type="targz">https://files.pythonhosted.org/packages/b1/d6/7e2a98e98c43cf11406de6097e2656d31559f788e9210326ce6544bd7d40/Unidecode-1.1.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-devel</Dependency>
<Dependency>python-setuptools</Dependency>
@@ -22,17 +23,22 @@
<Package>
<Name>python-Unidecode</Name>
<RuntimeDependencies>
<Dependency>python</Dependency>
</RuntimeDependencies>
<Summary>US-ASCII transliterations of Unicode text</Summary>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin/unidecode-py2</Path>
<Path fileType="library">/usr/lib/python2*</Path>
<Path fileType="doc">/usr/share/doc/python-Unidecode</Path>
</Files>
</Package>
<History>
<Update release="6">
<Date>2020-01-18</Date>
<Version>1.1.1</Version>
<Comment>Version bump.</Comment>
<Name>GMK</Name>
<Email>metehankaraguzel@gmail.com</Email>
</Update>
<Update release="5">
<Date>2018-08-29</Date>
<Version>1.0.22</Version>
@@ -69,4 +75,4 @@
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -5,4 +5,4 @@
<Summary xml:lang="tr">Unicode karakterlerinin US-ASCII harf çevirileri</Summary>
<Description xml:lang="tr">python-Unidecode, Unicode karakterlerinin US-ASCII harf çevirilerini sağlar. Text::Unidecode Perl modülünün Python diliyle yazılmış halidir.</Description>
</Source>
</PISI>
</PISI>
@@ -10,4 +10,4 @@ def build():
pythonmodules.compile()
def install():
pythonmodules.install()
pythonmodules.install()
@@ -0,0 +1,11 @@
diff -ur pyenchant2-2.0.0/enchant/_enchant.py pyenchant2-2.0.0_fix/enchant/_enchant.py
--- pyenchant2-2.0.0/enchant/_enchant.py 2018-01-24 21:13:42.680056632 -0700
+++ pyenchant2-2.0.0_fix/enchant/_enchant.py 2018-01-24 21:14:20.620017925 -0700
@@ -72,6 +72,7 @@
yield "libenchant.so"
# See if ctypes can find the library for us, under various names.
yield find_library("enchant")
+ yield find_library("enchant-2")
yield find_library("libenchant")
yield find_library("libenchant-1")
# Special-case handling for enchant installed by macports.
@@ -1,37 +1,49 @@
<?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>
<Source>
<Name>python-enchant</Name>
<Homepage>http://www.rfk.id.au/software/pyenchant</Homepage>
<Homepage>https://github.com/pyenchant/pyenchant</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.python</PartOf>
<License>LGPLv3</License>
<IsA>library</IsA>
<Summary>Spellchecking library for Python</Summary>
<Summary>Python bindings for the Enchant spellchecking system</Summary>
<Description>python-enchant is an efficient Python module for Enchant spellchecker.</Description>
<Archive sha1sum="92ca797bbef9660271c3a9269ff7eb841272044d" type="targz">https://pypi.python.org/packages/9e/54/04d88a59efa33fefb88133ceb638cdf754319030c28aadc5a379d82140ed/pyenchant-2.0.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>enchant-devel</Dependency>
<Dependency>python-setuptools</Dependency>
<Dependency>enchant2-devel</Dependency>
<Dependency>python-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">enchant-2.patch</Patch>
</Patches>
</Source>
<Package>
<Name>python-enchant</Name>
<Summary>Python bindings for the Enchant spellchecking system</Summary>
<RuntimeDependencies>
<Dependency>enchant</Dependency>
<Dependency>python</Dependency>
<Dependency>enchant2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="library">/usr/lib/python2*</Path>
<Path fileType="doc">/usr/share/doc/python-enchant</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2020-01-18</Date>
<Version>2.0.0</Version>
<Comment>Rebuild for new toolchain</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2018-08-29</Date>
<Version>2.0.0</Version>
@@ -61,4 +73,4 @@
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -2,7 +2,7 @@
<PISI>
<Source>
<Name>python-enchant</Name>
<Summary xml:lang="tr">Python için yazım denetimi kütüphanesi</Summary>
<Summary xml:lang="tr">Enchant yazım denetleyicisi için hızlı bir Python modulü</Summary>
<Description xml:lang="tr">python-enchant, Enchant yazım denetleyicisi için hızlı bir Python modulüdür.</Description>
</Source>
</PISI>
</PISI>
@@ -0,0 +1,21 @@
#!/usr/bin/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 cmaketools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
pisitools.dosed("CMakeLists.txt","--prefix=\$\{CMAKE_INSTALL_PREFIX\}","--prefix=DESTDIR=%s" % get.installDIR())
cmaketools.configure()
def build():
cmaketools.make()
def install():
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("README*", "LICENSE")
@@ -0,0 +1,56 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-PyShellCode</Name>
<Homepage>https://github.com/thomaskeck/PyShellCode/</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<License>GPL3</License>
<PartOf>programming.language.python3</PartOf>
<IsA>library</IsA>
<Summary>Execute ShellCode / "Inline-Assembler" in Python</Summary>
<Description>Execute ShellCode in Python. In other words, allows to use "inline assembler" in Python.</Description>
<Archive sha1sum="70b8e0fed951aa14ac16f048ef79c00eaf352ef3" type="targz">https://github.com/thomaskeck/PyShellCode/archive/v1.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>cmake</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-PyShellCode</Name>
<Summary>Execute ShellCode / "Inline-Assembler" in Python</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-PyShellCode</Path>
</Files>
</Package>
<Package>
<Name>python3-PyShellCode-devel</Name>
<Summary>Development headers for the python3-PyShellCode module</Summary>
<RuntimeDependencies>
<Dependency release="current">python3-PyShellCode</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-01-09</Date>
<Version>1.0</Version>
<Comment>First Pisi Release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-PyShellCode</Name>
<Summary xml:lang="tr">Python3 ile shellcode koşmanızı sağlar</Summary>
<Description xml:lang="tr">python3-PyShellCode, python3 içerisinde assembly(NASM sözdizimi ile) ya da shellkod koşmanızı sağlar.</Description>
</Source>
</PISI>
+13
View File
@@ -0,0 +1,13 @@
#!/usr/bin/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
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
+46
View File
@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-Unidecode</Name>
<Homepage>http://pypi.python.org/pypi/Unidecode/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>Artistic</License>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>US-ASCII transliterations of Unicode text</Summary>
<Description>python-Unidecode provides ASCII transliterations of Unicode text. This is a Python port of Text::Unidecode Perl module.</Description>
<Archive sha1sum="20eea40de171ef9853174ce799dc06e624fb4996" type="targz">https://files.pythonhosted.org/packages/b1/d6/7e2a98e98c43cf11406de6097e2656d31559f788e9210326ce6544bd7d40/Unidecode-1.1.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-Unidecode</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Summary>US-ASCII transliterations of Unicode text</Summary>
<Files>
<Path fileType="executable">/usr/bin/unidecode</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-Unidecode</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-01-18</Date>
<Version>1.1.1</Version>
<Comment>First Pisi Release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-Unidecode</Name>
<Summary xml:lang="tr">Unicode karakterlerinin US-ASCII harf çevirileri</Summary>
<Description xml:lang="tr">python3-Unidecode, Unicode karakterlerinin US-ASCII harf çevirilerini sağlar. Text::Unidecode Perl modülünün Python diliyle yazılmış halidir.</Description>
</Source>
</PISI>
@@ -0,0 +1,13 @@
#!/usr/bin/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
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
@@ -0,0 +1,11 @@
diff -ur pyenchant2-2.0.0/enchant/_enchant.py pyenchant2-2.0.0_fix/enchant/_enchant.py
--- pyenchant2-2.0.0/enchant/_enchant.py 2018-01-24 21:13:42.680056632 -0700
+++ pyenchant2-2.0.0_fix/enchant/_enchant.py 2018-01-24 21:14:20.620017925 -0700
@@ -72,6 +72,7 @@
yield "libenchant.so"
# See if ctypes can find the library for us, under various names.
yield find_library("enchant")
+ yield find_library("enchant-2")
yield find_library("libenchant")
yield find_library("libenchant-1")
# Special-case handling for enchant installed by macports.
@@ -0,0 +1,49 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-enchant</Name>
<Homepage>https://github.com/pyenchant/pyenchant</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>LGPLv3</License>
<IsA>library</IsA>
<Summary>Python bindings for the Enchant spellchecking system</Summary>
<Description>python-enchant is an efficient Python module for Enchant spellchecker.</Description>
<Archive sha1sum="92ca797bbef9660271c3a9269ff7eb841272044d" type="targz">https://pypi.python.org/packages/9e/54/04d88a59efa33fefb88133ceb638cdf754319030c28aadc5a379d82140ed/pyenchant-2.0.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>enchant2-devel</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">enchant-2.patch</Patch>
</Patches>
</Source>
<Package>
<Name>python3-enchant</Name>
<Summary>Python bindings for the Enchant spellchecking system</Summary>
<RuntimeDependencies>
<Dependency>enchant2</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-enchant</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-01-18</Date>
<Version>2.0.0</Version>
<Comment>First Pisi Release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-enchant</Name>
<Summary xml:lang="tr">Enchant yazım denetleyicisi için hızlı bir Python modulü</Summary>
<Description xml:lang="tr">python3-enchant, Enchant yazım denetleyicisi için hızlı bir Python modulüdür.</Description>
</Source>
</PISI>