New port: textproc/py-xlsxwriter

XlsxWriter is a Python module for writing files in the Excel 2007+ XLSX
file format.

WWW: https://github.com/jmcnamara/XlsxWriter
This commit is contained in:
Antoine Brodin
2016-01-24 07:17:12 +00:00
parent 8ae1371a73
commit 3f98357448
4 changed files with 27 additions and 0 deletions

View File

@@ -1302,6 +1302,7 @@
SUBDIR += py-wstools
SUBDIR += py-wtforms
SUBDIR += py-xlrd
SUBDIR += py-xlsxwriter
SUBDIR += py-xlutils
SUBDIR += py-xlwriter
SUBDIR += py-xlwt

View File

@@ -0,0 +1,20 @@
# Created by: Antoine Brodin <antoine@FreeBSD.org>
# $FreeBSD$
PORTNAME= XlsxWriter
PORTVERSION= 0.8.4
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= antoine@FreeBSD.org
COMMENT= Python module for creating Excel XLSX files
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
NO_ARCH= yes
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View File

@@ -0,0 +1,2 @@
SHA256 (XlsxWriter-0.8.4.tar.gz) = 9f0c421fba5849ebcf6a2d24e8eb54799fa48166fe53dbe6deb42669ed5c6643
SIZE (XlsxWriter-0.8.4.tar.gz) = 234634

View File

@@ -0,0 +1,4 @@
XlsxWriter is a Python module for writing files in the Excel 2007+ XLSX
file format.
WWW: https://github.com/jmcnamara/XlsxWriter