Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1a2c8c2b36270d980d53b776f269bcfb341764da)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1a2c8c2b36270d980d53b776f269bcfb341764da)
  • Date: Sat, 24 Dec 2016 19:23:50 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 4 ++++
python-pypi/wcwidth/DEPENDS | 1 +
python-pypi/wcwidth/DETAILS | 23 +++++++++++++++++++++++
python-pypi/wcwidth/HISTORY | 2 ++
4 files changed, 30 insertions(+)

New commits:
commit 1a2c8c2b36270d980d53b776f269bcfb341764da
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

wcwidth: new spell, measures number of Terminal column cells of
wide-character codes

diff --git a/ChangeLog b/ChangeLog
index e26159d..38f4133 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-12-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/wcwidth: new spell, measures number of Terminal column
+ cells of wide-character codes
+
2016-12-23 Vlad Glagolev <stealth AT sourcemage.org>
* python-pypi/backports_abc: new spell, backport of recent additions
to
the 'collections.abc' module
diff --git a/python-pypi/wcwidth/DEPENDS b/python-pypi/wcwidth/DEPENDS
new file mode 100755
index 0000000..6de4242
--- /dev/null
+++ b/python-pypi/wcwidth/DEPENDS
@@ -0,0 +1 @@
+. "${SECTION_DIRECTORY}/PY_DEPENDS"
diff --git a/python-pypi/wcwidth/DETAILS b/python-pypi/wcwidth/DETAILS
new file mode 100755
index 0000000..ce9d62a
--- /dev/null
+++ b/python-pypi/wcwidth/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=wcwidth
+ VERSION=0.1.7
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://pypi.io/packages/source/w/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:5bc9625fbd10721a50a3ac7d7f91012cca8e4f83533f265cf56890498bc52a53b155c82e67d6bc5523a5593c8d7992a1dec2a0f590318170eddf987c56f9c368
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ LICENSE[0]=MIT
+ WEB_SITE=https://github.com/jquast/wcwidth
+ ENTERED=20161224
+ SHORT="measures number of Terminal column cells of wide-character
codes"
+cat << EOF
+This Library is mainly for those implementing a Terminal Emulator, or
programs
+that carefully produce output to be interpreted by one.
+
+Problem Statement: When printed to the screen, the length of the string is
+usually equal to the number of cells it occupies. However, there are
categories
+of characters that occupy 2 cells (full-wide), and others that occupy 0.
+
+Solution: POSIX.1-2001 and POSIX.1-2008 conforming systems provide wcwidth(3)
+and wcswidth(3) C functions of which this python module’s functions precisely
+copy. These functions return the number of cells a unicode string is
expected to
+occupy.
+EOF
diff --git a/python-pypi/wcwidth/HISTORY b/python-pypi/wcwidth/HISTORY
new file mode 100644
index 0000000..5c06f1b
--- /dev/null
+++ b/python-pypi/wcwidth/HISTORY
@@ -0,0 +1,2 @@
+2016-12-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 0.1.7



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1a2c8c2b36270d980d53b776f269bcfb341764da), Vlad Glagolev, 12/24/2016

Archive powered by MHonArc 2.6.24.

Top of Page