Index: head/textproc/py-xlrd/Makefile =================================================================== --- head/textproc/py-xlrd/Makefile (revision 558033) +++ head/textproc/py-xlrd/Makefile (revision 558034) @@ -1,22 +1,21 @@ # Created by: Dikshie # $FreeBSD$ PORTNAME= xlrd -PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTVERSION= 2.0.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Reading data and formatting information from Excel files LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include Index: head/textproc/py-xlrd/distinfo =================================================================== --- head/textproc/py-xlrd/distinfo (revision 558033) +++ head/textproc/py-xlrd/distinfo (revision 558034) @@ -1,3 +1,3 @@ -TIMESTAMP = 1549045371 -SHA256 (xlrd-1.2.0.tar.gz) = 546eb36cee8db40c3eaa46c351e67ffee6eeb5fa2650b71bc4c758a29a1b29b2 -SIZE (xlrd-1.2.0.tar.gz) = 554079 +TIMESTAMP = 1607879412 +SHA256 (xlrd-2.0.0.tar.gz) = e1ae0dbdb0a4888e381255f9aefe3efcd7ea64a35666e7a03c3f3c9e4b44641b +SIZE (xlrd-2.0.0.tar.gz) = 99217 Index: head/textproc/py-xlrd/pkg-descr =================================================================== --- head/textproc/py-xlrd/pkg-descr (revision 558033) +++ head/textproc/py-xlrd/pkg-descr (revision 558034) @@ -1,8 +1,9 @@ Library for developers to extract data from Microsoft Excel (tm) spreadsheet files Extract data from Excel spreadsheets (.xls and .xlsx, versions 2.0 onwards) on any platform. Pure Python (2.6, 2.7, 3.2+). Strong support for Excel dates. Unicode-aware. -WWW: http://www.python-excel.org/ +WWW: https://www.python-excel.org/ +WWW: https://github.com/python-excel/xlrd