diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-05-19 23:07:35 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-05-19 23:07:35 +0800 |
commit | 89ded190a0650af2758550ffc833d0266efb91fe (patch) | |
tree | b54f9903e0d28d0281124124b5782af00d4c69ca /textproc/py-openpyxl | |
parent | 24e58e88df416a4fab64475a23eaee65452c2806 (diff) | |
download | freebsd-ports-gnome-89ded190a0650af2758550ffc833d0266efb91fe.tar.gz freebsd-ports-gnome-89ded190a0650af2758550ffc833d0266efb91fe.tar.zst freebsd-ports-gnome-89ded190a0650af2758550ffc833d0266efb91fe.zip |
Copy textproc/py-openpyxl to textproc/py-openpyxl1 and put version 1.8.6
in this port
py-pandas is not fully compatible with last version of py-openpyxl
PR: ports/189930
Submitted by: John W. O'Brien
Diffstat (limited to 'textproc/py-openpyxl')
-rw-r--r-- | textproc/py-openpyxl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/py-openpyxl/Makefile b/textproc/py-openpyxl/Makefile index 00835be7bf6e..087ce0caff06 100644 --- a/textproc/py-openpyxl/Makefile +++ b/textproc/py-openpyxl/Makefile @@ -14,6 +14,8 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jdcal>=0:${PORTSDIR}/devel/py-jdcal +CONFLICTS_INSTALL= py*-openpyxl1-[0-9]* + USE_PYTHON= yes USE_PYDISTUTILS=yes PYDISTUTILS_AUTOPLIST=yes |