git: df88569474f0 - main - textproc/py-pyexcel-xls: Update to 0.7.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Oct 2021 19:22:08 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=df88569474f01c93d9527d2e43200d9fba1c1b18 commit df88569474f01c93d9527d2e43200d9fba1c1b18 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-13 19:15:41 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-13 19:15:41 +0000 textproc/py-pyexcel-xls: Update to 0.7.0 Changes: https://github.com/pyexcel/pyexcel-xls/releases --- textproc/py-pyexcel-xls/Makefile | 2 +- textproc/py-pyexcel-xls/distinfo | 6 +++--- textproc/py-pyexcel-xls/files/patch-setup.py | 11 ----------- 3 files changed, 4 insertions(+), 15 deletions(-) diff --git a/textproc/py-pyexcel-xls/Makefile b/textproc/py-pyexcel-xls/Makefile index 9914554ceec8..104b612b643a 100644 --- a/textproc/py-pyexcel-xls/Makefile +++ b/textproc/py-pyexcel-xls/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= pyexcel-xls -PORTVERSION= 0.6.2 +PORTVERSION= 0.7.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-pyexcel-xls/distinfo b/textproc/py-pyexcel-xls/distinfo index 7ab86fb1c663..2a28a8fbff16 100644 --- a/textproc/py-pyexcel-xls/distinfo +++ b/textproc/py-pyexcel-xls/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625585436 -SHA256 (pyexcel-xls-0.6.2.tar.gz) = 2fbf66e8df88051eaaa9745be433903d18db819ddd3a987c992ead1d68b7feb5 -SIZE (pyexcel-xls-0.6.2.tar.gz) = 54339 +TIMESTAMP = 1634111806 +SHA256 (pyexcel-xls-0.7.0.tar.gz) = 5ec606ef8667aafbb0c3fbd8242a7c23bf175ee7c10b08f70799b84fb2db84cb +SIZE (pyexcel-xls-0.7.0.tar.gz) = 53833 diff --git a/textproc/py-pyexcel-xls/files/patch-setup.py b/textproc/py-pyexcel-xls/files/patch-setup.py deleted file mode 100644 index 734ef40dc381..000000000000 --- a/textproc/py-pyexcel-xls/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2020-12-12 22:34:25 UTC -+++ setup.py -@@ -69,7 +69,7 @@ PYTHON_REQUIRES = ">=3.6" - - INSTALL_REQUIRES = [ - "pyexcel-io>=0.6.2", -- "xlrd<2", -+ "xlrd", - "xlwt", - ] - SETUP_COMMANDS = {}