Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2023 17:38:57 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4b1cabbab881 - main - textproc/py-xlrd: Update WWW and clean up pkg-descr
Message-ID:  <202304051738.335HcvkU089615@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4b1cabbab881fc66e3e81fdaad80329d65ff32e2

commit 4b1cabbab881fc66e3e81fdaad80329d65ff32e2
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-05 17:19:49 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-05 17:30:55 +0000

    textproc/py-xlrd: Update WWW and clean up pkg-descr
---
 textproc/py-xlrd/Makefile  | 3 ++-
 textproc/py-xlrd/pkg-descr | 2 --
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/textproc/py-xlrd/Makefile b/textproc/py-xlrd/Makefile
index 19721103497f..74eee109aefb 100644
--- a/textproc/py-xlrd/Makefile
+++ b/textproc/py-xlrd/Makefile
@@ -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
diff --git a/textproc/py-xlrd/pkg-descr b/textproc/py-xlrd/pkg-descr
index 864440d34091..46e80e92a1c3 100644
--- a/textproc/py-xlrd/pkg-descr
+++ b/textproc/py-xlrd/pkg-descr
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304051738.335HcvkU089615>