svn commit: r458493 - head/textproc/py-texttable

Danilo G. Baio dbaio at FreeBSD.org
Mon Jan 8 22:45:26 UTC 2018


Author: dbaio
Date: Mon Jan  8 22:45:25 2018
New Revision: 458493
URL: https://svnweb.freebsd.org/changeset/ports/458493

Log:
  textproc/py-texttable: Update to 1.2.1
  
  Add new (non default) option CJKWRAP, a text wrapping with better Chinese,
  Japanese and Korean text support.
  
  Changes:	https://github.com/foutaise/texttable/releases/tag/v1.2.1

Modified:
  head/textproc/py-texttable/Makefile
  head/textproc/py-texttable/distinfo

Modified: head/textproc/py-texttable/Makefile
==============================================================================
--- head/textproc/py-texttable/Makefile	Mon Jan  8 22:40:41 2018	(r458492)
+++ head/textproc/py-texttable/Makefile	Mon Jan  8 22:45:25 2018	(r458493)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	texttable
-PORTVERSION=	1.1.1
+PORTVERSION=	1.2.1
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,11 +14,18 @@ LICENSE=	LGPL3+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}cjkwrap>=0:textproc/py-cjkwrap@${FLAVOR}
 
+CJKWRAP_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cjkwrap>=0:textproc/py-cjkwrap@${FLAVOR}
+
 USES=	python
 USE_PYTHON=	autoplist concurrent distutils
 NO_ARCH=	yes
+
+OPTIONS_DEFINE=	CJKWRAP
+
+CJKWRAP_DESC=	Text Wrapping with better CJK text support
 
 do-test:
 	@cd ${WRKSRC} && pytest -v --cov-report=term-missing --cov=texttable tests.py

Modified: head/textproc/py-texttable/distinfo
==============================================================================
--- head/textproc/py-texttable/distinfo	Mon Jan  8 22:40:41 2018	(r458492)
+++ head/textproc/py-texttable/distinfo	Mon Jan  8 22:45:25 2018	(r458493)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1509279837
-SHA256 (texttable-1.1.1.tar.gz) = 44674d1d470a9fc264c4d1eba44b74463ca0066d7b954453dd5a4f8057779c9c
-SIZE (texttable-1.1.1.tar.gz) = 11623
+TIMESTAMP = 1515324884
+SHA256 (texttable-1.2.1.tar.gz) = c89dc0148ae29645917aab7e970a30d1af565b3ca276cef8ab1a60469f0d8100
+SIZE (texttable-1.2.1.tar.gz) = 12075


More information about the svn-ports-all mailing list