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:
parent
e4e2a3e416
commit
340da802ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326547
@ -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
|
||||
|
33
textproc/py-openpyxl/Makefile
Normal file
33
textproc/py-openpyxl/Makefile
Normal 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>
|
2
textproc/py-openpyxl/distinfo
Normal file
2
textproc/py-openpyxl/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (openpyxl-1.6.2.tar.gz) = 69b146be1939aac85ab13d32ea8442eaa596ffc1285a19b42bdbfa751b55b2c1
|
||||
SIZE (openpyxl-1.6.2.tar.gz) = 199139
|
3
textproc/py-openpyxl/pkg-descr
Normal file
3
textproc/py-openpyxl/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
OpenPyxl is a Python library to read/write Excel 2007 xlsx/xlsm files.
|
||||
|
||||
WWW: http://openpyxl.readthedocs.org/
|
Loading…
Reference in New Issue
Block a user