svn commit: r543062 - head/devel/py-tabulator

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jul 24 07:12:50 UTC 2020


Author: sunpoet
Date: Fri Jul 24 07:12:43 2020
New Revision: 543062
URL: https://svnweb.freebsd.org/changeset/ports/543062

Log:
  Update to 1.52.3
  
  - Add CCHARDET option
  
  Changes:	https://github.com/frictionlessdata/tabulator-py/blob/master/README.md#changelog
  		https://github.com/frictionlessdata/tabulator-py/commits/master

Modified:
  head/devel/py-tabulator/Makefile
  head/devel/py-tabulator/distinfo

Modified: head/devel/py-tabulator/Makefile
==============================================================================
--- head/devel/py-tabulator/Makefile	Fri Jul 24 07:12:37 2020	(r543061)
+++ head/devel/py-tabulator/Makefile	Fri Jul 24 07:12:43 2020	(r543062)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tabulator
-PORTVERSION=	1.36.1
+PORTVERSION=	1.52.3
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,9 +14,9 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}boto3>=1.9:www/py-boto3@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}cchardet>=1.0:textproc/py-cchardet@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}chardet>=3.0:textproc/py-chardet@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}click>=6.0:devel/py-click@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}ijson>=2.5:devel/py-ijson@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}ijson>=3.0.3:devel/py-ijson@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}jsonlines>=1.1:devel/py-jsonlines@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}openpyxl>=2.6:textproc/py-openpyxl@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.8:www/py-requests@${PY_FLAVOR} \
@@ -29,5 +29,10 @@ USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+
+OPTIONS_DEFINE=	CCHARDET
+CCHARDET_DESC=	Character encoding detection via cchardet
+
+CCHARDET_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cchardet>=1.0:textproc/py-cchardet@${PY_FLAVOR}
 
 .include <bsd.port.mk>

Modified: head/devel/py-tabulator/distinfo
==============================================================================
--- head/devel/py-tabulator/distinfo	Fri Jul 24 07:12:37 2020	(r543061)
+++ head/devel/py-tabulator/distinfo	Fri Jul 24 07:12:43 2020	(r543062)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1585564876
-SHA256 (tabulator-1.36.1.tar.gz) = db8ed94be38a4d8fc4df57c5a33d768e4426889e3f03d2f5033fc059da7ef4e3
-SIZE (tabulator-1.36.1.tar.gz) = 70404
+TIMESTAMP = 1595416607
+SHA256 (tabulator-1.52.3.tar.gz) = 797e84c664dbd392f523f8a7f928ca436637d0546e442c039187772201070b51
+SIZE (tabulator-1.52.3.tar.gz) = 76966


More information about the svn-ports-all mailing list