dev-python/wcwidth: initial import

Preparation for dev-lang/coconut.
This commit is contained in:
Julian Ospald 2017-03-15 20:33:28 +01:00
parent 7ce93c005d
commit a1a9d24aef
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# Copyright 2017 Julian Ospald <hasufell@posteo.de>
# Distributed under the terms of the GNU General Public License v2
require github [ user="jquast" ]
require pypi setup-py [ import=setuptools ]
SUMMARY="Measures number of Terminal column cells of wide-character codes"
LICENCES="MIT"
SLOT="0"
PLATFORMS="~amd64 ~x86"
MYOPTIONS=""
BUGS_TO="hasufell@posteo.de"