From b59c5ccacdef7674622a31e3efcb15df48057275 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Thu, 20 Feb 2020 19:45:00 +0300 Subject: [PATCH] python3-wcwidth:first pisi rel. --- .../python3/python3-wcwidth/actions.py | 15 +++++++ .../python3/python3-wcwidth/pspec.xml | 44 +++++++++++++++++++ .../python3/python3-wcwidth/translations.xml | 8 ++++ 3 files changed, 67 insertions(+) create mode 100644 programming/language/python3/python3-wcwidth/actions.py create mode 100644 programming/language/python3/python3-wcwidth/pspec.xml create mode 100755 programming/language/python3/python3-wcwidth/translations.xml diff --git a/programming/language/python3/python3-wcwidth/actions.py b/programming/language/python3/python3-wcwidth/actions.py new file mode 100644 index 0000000000..c864ec61ac --- /dev/null +++ b/programming/language/python3/python3-wcwidth/actions.py @@ -0,0 +1,15 @@ +#!/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 +from pisi.actionsapi import pisitools + +def build(): + pythonmodules.compile(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") + pisitools.dodoc("LICENSE*") \ No newline at end of file diff --git a/programming/language/python3/python3-wcwidth/pspec.xml b/programming/language/python3/python3-wcwidth/pspec.xml new file mode 100644 index 0000000000..ef43920a7b --- /dev/null +++ b/programming/language/python3/python3-wcwidth/pspec.xml @@ -0,0 +1,44 @@ + + + + + python3-wcwidth + https://github.com/jquast/wcwidth + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + MIT + library + Measures number of Terminal column cells of wide-character codes. + Python library that measures the width of unicode strings rendered to a terminal + https://github.com/jquast/wcwidth/archive/0.1.8.tar.gz + + python3-setuptools + python3-devel + + + + + python3-wcwidth + Measures number of Terminal column cells of wide-character codes. + + python3 + + + /usr/share/doc/python3-wcwidth + /usr/lib/python3* + + + + + + 2020-02-18 + 0.1.8 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-wcwidth/translations.xml b/programming/language/python3/python3-wcwidth/translations.xml new file mode 100755 index 0000000000..116ddf0f60 --- /dev/null +++ b/programming/language/python3/python3-wcwidth/translations.xml @@ -0,0 +1,8 @@ + + + + python3-wcwidth + Terminal ekranına basılan unikod karakter katarlarının genişliğini ölçen python kitaplığı. + python3-wcwidth, terminal ekranına basılan unikod karakter katarlarının genişliğini ölçen python kitaplığı sunar. + + \ No newline at end of file