diff --git a/programming/language/python3/python3-cwcwidth/actions.py b/programming/language/python3/python3-cwcwidth/actions.py new file mode 100644 index 0000000000..acb1176239 --- /dev/null +++ b/programming/language/python3/python3-cwcwidth/actions.py @@ -0,0 +1,13 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import python3modules + +def build(): + python3modules.compile() + +def install(): + python3modules.install() diff --git a/programming/language/python3/python3-cwcwidth/pspec.xml b/programming/language/python3/python3-cwcwidth/pspec.xml new file mode 100644 index 0000000000..55c40b8ee5 --- /dev/null +++ b/programming/language/python3/python3-cwcwidth/pspec.xml @@ -0,0 +1,47 @@ + + + + + python3-cwcwidth + https://github.com/sebastinas/cwcwidth + + PisiLinux Community + admin@pisilinux.org + + MIT + programming.language.python3 + Python bindings for wc(s)width. + cwcwidth provides Python bindings for wcwidth and wcswidth functions defined in POSIX.1-2001 and POSIX.1-2008 based on Cython. + + https://files.pythonhosted.org/packages/source/c/cwcwidth/cwcwidth-0.1.9.tar.gz + + + cython3 + python3-devel + python3-wheel + python3-build + python3-installer + python3-setuptools + + + + + + + + python3-cwcwidth + + /usr/lib + /usr/share + + + + + + 2024-12-22 + 0.1.9 + PisiLinux Community + admin@pisilinux.org + + +