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:
@@ -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
|
||||
|
||||
20
textproc/py-xlsxwriter/Makefile
Normal file
20
textproc/py-xlsxwriter/Makefile
Normal 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>
|
||||
2
textproc/py-xlsxwriter/distinfo
Normal file
2
textproc/py-xlsxwriter/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (XlsxWriter-0.8.4.tar.gz) = 9f0c421fba5849ebcf6a2d24e8eb54799fa48166fe53dbe6deb42669ed5c6643
|
||||
SIZE (XlsxWriter-0.8.4.tar.gz) = 234634
|
||||
4
textproc/py-xlsxwriter/pkg-descr
Normal file
4
textproc/py-xlsxwriter/pkg-descr
Normal 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
|
||||
Reference in New Issue
Block a user