From 3940a39570ef6daf58c0d4d664049573b380a867 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Mon, 15 Apr 2019 21:15:16 +0000 Subject: [PATCH] Add py-openpyxl24 2.4.11 (copied from py-openpyxl) - Add PORTSCOUT --- textproc/Makefile | 1 + textproc/py-openpyxl24/Makefile | 27 +++++++++++++++++++++++++++ textproc/py-openpyxl24/distinfo | 3 +++ textproc/py-openpyxl24/pkg-descr | 3 +++ 4 files changed, 34 insertions(+) create mode 100644 textproc/py-openpyxl24/Makefile create mode 100644 textproc/py-openpyxl24/distinfo create mode 100644 textproc/py-openpyxl24/pkg-descr diff --git a/textproc/Makefile b/textproc/Makefile index f2d4ac34e87a..8cf3f02b3ca9 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1346,6 +1346,7 @@ SUBDIR += py-normality SUBDIR += py-numpydoc SUBDIR += py-openpyxl + SUBDIR += py-openpyxl24 SUBDIR += py-openstackdocstheme SUBDIR += py-orange3-text SUBDIR += py-os-api-ref diff --git a/textproc/py-openpyxl24/Makefile b/textproc/py-openpyxl24/Makefile new file mode 100644 index 000000000000..16a32e1f242a --- /dev/null +++ b/textproc/py-openpyxl24/Makefile @@ -0,0 +1,27 @@ +# Created by: Antoine Brodin +# $FreeBSD$ + +PORTNAME= openpyxl +PORTVERSION= 2.4.11 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 24 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Python library to read/write Excel 2007 xlsx/xlsm files + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENCE.rst + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}et_xmlfile>=0:textproc/py-et_xmlfile@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jdcal>=0:devel/py-jdcal@${FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +PORTSCOUT= limit:^2\.4\. + +.include diff --git a/textproc/py-openpyxl24/distinfo b/textproc/py-openpyxl24/distinfo new file mode 100644 index 000000000000..6e65d099ecef --- /dev/null +++ b/textproc/py-openpyxl24/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1516919158 +SHA256 (openpyxl-2.4.11.tar.gz) = 626d38647c063d55803ef4971c4d43226538d4e95cb6260c094e363ee33e10c7 +SIZE (openpyxl-2.4.11.tar.gz) = 158221 diff --git a/textproc/py-openpyxl24/pkg-descr b/textproc/py-openpyxl24/pkg-descr new file mode 100644 index 000000000000..63726cdf922c --- /dev/null +++ b/textproc/py-openpyxl24/pkg-descr @@ -0,0 +1,3 @@ +OpenPyxl is a Python library to read/write Excel 2007 xlsx/xlsm files. + +WWW: http://openpyxl.readthedocs.org/