1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

New port: py-openpyxl

OpenPyxl is a Python library to read/write Excel 2007 xlsx/xlsm files.
WWW: http://openpyxl.readthedocs.org/
This commit is contained in:
Antoine Brodin 2013-09-06 21:02:12 +00:00
parent e4e2a3e416
commit 340da802ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326547
4 changed files with 39 additions and 0 deletions

View File

@ -1175,6 +1175,7 @@
SUBDIR += py-mako
SUBDIR += py-markdown
SUBDIR += py-markdown2
SUBDIR += py-openpyxl
SUBDIR += py-paragrep
SUBDIR += py-pss
SUBDIR += py-pyctpp2

View File

@ -0,0 +1,33 @@
# Created by: Antoine Brodin <antoine@FreeBSD.org>
# $FreeBSD$
PORTNAME= openpyxl
PORTVERSION= 1.6.2
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= antoine@FreeBSD.org
COMMENT= Python library to read/write Excel 2007 xlsx/xlsm files
LICENSE= MIT
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
PORTDOCS= AUTHORS README
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (openpyxl-1.6.2.tar.gz) = 69b146be1939aac85ab13d32ea8442eaa596ffc1285a19b42bdbfa751b55b2c1
SIZE (openpyxl-1.6.2.tar.gz) = 199139

View File

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