1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

textproc/py-xlrd: Update WWW and clean up pkg-descr

This commit is contained in:
Po-Chuan Hsieh 2023-04-06 01:19:49 +08:00
parent 1f1a1f6166
commit 4b1cabbab8
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 2 additions and 3 deletions

View File

@ -6,7 +6,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Reading data and formatting information from Excel files
WWW= https://www.python-excel.org/
WWW= https://www.python-excel.org/ \
https://github.com/python-excel/xlrd
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

View File

@ -4,5 +4,3 @@ 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.
See also: https://github.com/python-excel/xlrd