From 89ded190a0650af2758550ffc833d0266efb91fe Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Mon, 19 May 2014 15:07:35 +0000 Subject: [PATCH] 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 --- textproc/Makefile | 1 + textproc/py-openpyxl/Makefile | 2 ++ textproc/py-openpyxl1/Makefile | 23 +++++++++++++++++++++++ textproc/py-openpyxl1/distinfo | 2 ++ textproc/py-openpyxl1/pkg-descr | 3 +++ 5 files changed, 31 insertions(+) create mode 100644 textproc/py-openpyxl1/Makefile create mode 100644 textproc/py-openpyxl1/distinfo create mode 100644 textproc/py-openpyxl1/pkg-descr diff --git a/textproc/Makefile b/textproc/Makefile index 5948156ba026..7ca0a9585ff4 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1159,6 +1159,7 @@ SUBDIR += py-markdown SUBDIR += py-markdown2 SUBDIR += py-openpyxl + SUBDIR += py-openpyxl1 SUBDIR += py-paragrep SUBDIR += py-pdfminer SUBDIR += py-pss 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 diff --git a/textproc/py-openpyxl1/Makefile b/textproc/py-openpyxl1/Makefile new file mode 100644 index 000000000000..82c8c1f19e43 --- /dev/null +++ b/textproc/py-openpyxl1/Makefile @@ -0,0 +1,23 @@ +# Created by: Antoine Brodin +# $FreeBSD$ + +PORTNAME= openpyxl +PORTVERSION= 1.8.6 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 1 + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Python library to read/write Excel 2007 xlsx/xlsm files + +LICENSE= MIT + +DEPRECATED= Use textproc/py-openpyxl instead +CONFLICTS_INSTALL= py*-openpyxl-[0-9]* + +USE_PYTHON= yes +USE_PYDISTUTILS=yes +PYDISTUTILS_AUTOPLIST=yes + +.include diff --git a/textproc/py-openpyxl1/distinfo b/textproc/py-openpyxl1/distinfo new file mode 100644 index 000000000000..6ae57b67d8be --- /dev/null +++ b/textproc/py-openpyxl1/distinfo @@ -0,0 +1,2 @@ +SHA256 (openpyxl-1.8.6.tar.gz) = aa11a4acd2765392808bca2041f6f9ba17565c72dccc3f5d876bf78effa06126 +SIZE (openpyxl-1.8.6.tar.gz) = 76555 diff --git a/textproc/py-openpyxl1/pkg-descr b/textproc/py-openpyxl1/pkg-descr new file mode 100644 index 000000000000..63726cdf922c --- /dev/null +++ b/textproc/py-openpyxl1/pkg-descr @@ -0,0 +1,3 @@ +OpenPyxl is a Python library to read/write Excel 2007 xlsx/xlsm files. + +WWW: http://openpyxl.readthedocs.org/