aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-13 19:15:41 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-13 19:15:41 +0000
commitdf88569474f01c93d9527d2e43200d9fba1c1b18 (patch)
tree4027bd19c7e79a5adb717d89289096d1b059cc89
parent410061287781491f13d9e89a0595b0f80ff9517f (diff)
downloadports-df88569474f01c93d9527d2e43200d9fba1c1b18.tar.gz
ports-df88569474f01c93d9527d2e43200d9fba1c1b18.zip
textproc/py-pyexcel-xls: Update to 0.7.0
-rw-r--r--textproc/py-pyexcel-xls/Makefile2
-rw-r--r--textproc/py-pyexcel-xls/distinfo6
-rw-r--r--textproc/py-pyexcel-xls/files/patch-setup.py11
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 = {}