diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-12-08 02:49:44 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-12-08 02:49:44 +0800 |
commit | 62b0119177ee6c8a270ea7ed17368a9bab1bedce (patch) | |
tree | 5d5fe8740dd4f61bc729d5915b8b7bf7c162a0f4 /textproc | |
parent | 25d31884df2dd473e74691443b6b4277b5aa20fb (diff) | |
download | freebsd-ports-gnome-62b0119177ee6c8a270ea7ed17368a9bab1bedce.tar.gz freebsd-ports-gnome-62b0119177ee6c8a270ea7ed17368a9bab1bedce.tar.zst freebsd-ports-gnome-62b0119177ee6c8a270ea7ed17368a9bab1bedce.zip |
Update to 2.3.2
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-openpyxl/Makefile | 5 | ||||
-rw-r--r-- | textproc/py-openpyxl/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/textproc/py-openpyxl/Makefile b/textproc/py-openpyxl/Makefile index 320137fa069f..76586e4901ce 100644 --- a/textproc/py-openpyxl/Makefile +++ b/textproc/py-openpyxl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openpyxl -PORTVERSION= 2.2.6 +PORTVERSION= 2.3.2 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,8 @@ COMMENT= Python library to read/write Excel 2007 xlsx/xlsm files LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENCE.rst -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jdcal>=0:${PORTSDIR}/devel/py-jdcal +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jdcal>=0:${PORTSDIR}/devel/py-jdcal \ + ${PYTHON_PKGNAMEPREFIX}et_xmlfile>=0:${PORTSDIR}/textproc/py-et_xmlfile CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}openpyxl1-[0-9]* diff --git a/textproc/py-openpyxl/distinfo b/textproc/py-openpyxl/distinfo index f185dd26bc78..dbca7d2afabf 100644 --- a/textproc/py-openpyxl/distinfo +++ b/textproc/py-openpyxl/distinfo @@ -1,2 +1,2 @@ -SHA256 (openpyxl-2.2.6.tar.gz) = 0e580133106976da044b5861231283fb4e1b2d439787e0f668f28eb2dfd7468e -SIZE (openpyxl-2.2.6.tar.gz) = 108959 +SHA256 (openpyxl-2.3.2.tar.gz) = 1c6344fd825c978972262b8a864ed33a875381c243982c087f3747ec50d8e8d2 +SIZE (openpyxl-2.3.2.tar.gz) = 141561 |