New port textproc/py-cjkwrap: Library for wrapping and filling CJK text in Python

CJKwrap is a library for wrapping and filling CJK (Chinese, Japanese, and
Korean) text. Fix Python issue24665.

WWW: https://pypi.python.org/pypi/CJKwrap/
This commit is contained in:
Danilo G. Baio 2018-01-08 22:40:41 +00:00
parent 4e988bc7ff
commit 0b5cc2cef7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458492
4 changed files with 28 additions and 0 deletions

View file

@ -1273,6 +1273,7 @@
SUBDIR += py-awesome-slugify
SUBDIR += py-bugzillatools
SUBDIR += py-chardet
SUBDIR += py-cjkwrap
SUBDIR += py-cloud_sptheme
SUBDIR += py-colorclass
SUBDIR += py-creole

View file

@ -0,0 +1,20 @@
# $FreeBSD$
PORTNAME= cjkwrap
DISTVERSION= 2.2
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= CJKwrap-${DISTVERSION}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Library for wrapping and filling CJK text in Python
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/licenses/COPYING.LESSER
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1515327078
SHA256 (CJKwrap-2.2.tar.gz) = a2c7d2e527a0e89865ac2e6e73f198b829b871c826f34eeb4efb09669e1ec0ac
SIZE (CJKwrap-2.2.tar.gz) = 21387

View file

@ -0,0 +1,4 @@
CJKwrap is a library for wrapping and filling CJK (Chinese, Japanese, and
Korean) text. Fix Python issue24665.
WWW: https://pypi.python.org/pypi/CJKwrap/