diff options
author | antoine <antoine@FreeBSD.org> | 2016-03-10 03:34:03 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-03-10 03:34:03 +0800 |
commit | 7c7c4d8d1958f7955950ae34fe8415a2fcd3f6c3 (patch) | |
tree | 8e944e10c4466ce6b016d0aae186180c97fbe38f /textproc | |
parent | c121ae77cd981ba804f04e44569ccd1d5a489983 (diff) | |
download | freebsd-ports-gnome-7c7c4d8d1958f7955950ae34fe8415a2fcd3f6c3.tar.gz freebsd-ports-gnome-7c7c4d8d1958f7955950ae34fe8415a2fcd3f6c3.tar.zst freebsd-ports-gnome-7c7c4d8d1958f7955950ae34fe8415a2fcd3f6c3.zip |
- Remove OPENPYXL1 option from py-pandas
- Set an EXPIRATION_DATE for py-openpyxl1 (deprecated since May 2014)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-openpyxl1/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/py-openpyxl1/Makefile b/textproc/py-openpyxl1/Makefile index 60b0602d23db..ebf08b277350 100644 --- a/textproc/py-openpyxl1/Makefile +++ b/textproc/py-openpyxl1/Makefile @@ -14,6 +14,7 @@ COMMENT= Python library to read/write Excel 2007 xlsx/xlsm files LICENSE= MIT DEPRECATED= Use textproc/py-openpyxl instead +EXPIRATION_DATE= 2016-04-10 CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}openpyxl-[0-9]* USES= python |