Date: Sun, 24 Jan 2016 07:17:13 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407087 - in head/textproc: . py-xlsxwriter Message-ID: <201601240717.u0O7HDRA037601@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Jan 24 07:17:12 2016 New Revision: 407087 URL: https://svnweb.freebsd.org/changeset/ports/407087 Log: 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 Added: head/textproc/py-xlsxwriter/ head/textproc/py-xlsxwriter/Makefile (contents, props changed) head/textproc/py-xlsxwriter/distinfo (contents, props changed) head/textproc/py-xlsxwriter/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Jan 24 07:10:06 2016 (r407086) +++ head/textproc/Makefile Sun Jan 24 07:17:12 2016 (r407087) @@ -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 Added: head/textproc/py-xlsxwriter/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-xlsxwriter/Makefile Sun Jan 24 07:17:12 2016 (r407087) @@ -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> Added: head/textproc/py-xlsxwriter/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-xlsxwriter/distinfo Sun Jan 24 07:17:12 2016 (r407087) @@ -0,0 +1,2 @@ +SHA256 (XlsxWriter-0.8.4.tar.gz) = 9f0c421fba5849ebcf6a2d24e8eb54799fa48166fe53dbe6deb42669ed5c6643 +SIZE (XlsxWriter-0.8.4.tar.gz) = 234634 Added: head/textproc/py-xlsxwriter/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-xlsxwriter/pkg-descr Sun Jan 24 07:17:12 2016 (r407087) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601240717.u0O7HDRA037601>