1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

Add py-openpyxl24 2.4.11 (copied from py-openpyxl)

- Add PORTSCOUT
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-04-15 21:15:16 +00:00
parent f1fe09700b
commit 3940a39570
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=499048
4 changed files with 34 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,27 @@
# Created by: Antoine Brodin <antoine@FreeBSD.org>
# $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 <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1516919158
SHA256 (openpyxl-2.4.11.tar.gz) = 626d38647c063d55803ef4971c4d43226538d4e95cb6260c094e363ee33e10c7
SIZE (openpyxl-2.4.11.tar.gz) = 158221

View File

@ -0,0 +1,3 @@
OpenPyxl is a Python library to read/write Excel 2007 xlsx/xlsm files.
WWW: http://openpyxl.readthedocs.org/