diff --git a/programming/language/python3/python3-enchant/actions.py b/programming/language/python3/python3-enchant/actions.py new file mode 100644 index 0000000000..b84f6aae33 --- /dev/null +++ b/programming/language/python3/python3-enchant/actions.py @@ -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") \ No newline at end of file diff --git a/programming/language/python3/python3-enchant/files/enchant-2.patch b/programming/language/python3/python3-enchant/files/enchant-2.patch new file mode 100644 index 0000000000..eb714921e7 --- /dev/null +++ b/programming/language/python3/python3-enchant/files/enchant-2.patch @@ -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. diff --git a/programming/language/python3/python3-enchant/pspec.xml b/programming/language/python3/python3-enchant/pspec.xml new file mode 100644 index 0000000000..bdf42ee35b --- /dev/null +++ b/programming/language/python3/python3-enchant/pspec.xml @@ -0,0 +1,49 @@ + + + + + python3-enchant + https://github.com/pyenchant/pyenchant + + PisiLinux Community + admins@pisilinux.org + + programming.language.python3 + LGPLv3 + library + Python bindings for the Enchant spellchecking system + python-enchant is an efficient Python module for Enchant spellchecker. + https://pypi.python.org/packages/9e/54/04d88a59efa33fefb88133ceb638cdf754319030c28aadc5a379d82140ed/pyenchant-2.0.0.tar.gz + + python3-setuptools + enchant2-devel + python3-devel + + + enchant-2.patch + + + + + python3-enchant + Python bindings for the Enchant spellchecking system + + enchant2 + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-enchant + + + + + + 2020-01-18 + 2.0.0 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-enchant/translations.xml b/programming/language/python3/python3-enchant/translations.xml new file mode 100644 index 0000000000..82fd11a8c2 --- /dev/null +++ b/programming/language/python3/python3-enchant/translations.xml @@ -0,0 +1,8 @@ + + + + python3-enchant + Enchant yazım denetleyicisi için hızlı bir Python modulü + python3-enchant, Enchant yazım denetleyicisi için hızlı bir Python modulüdür. + + \ No newline at end of file