Date: Sat, 13 Mar 2021 21:54:58 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568289 - in head/misc: . py-XlsxWriter Message-ID: <202103132154.12DLswgU027268@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Mar 13 21:54:58 2021 New Revision: 568289 URL: https://svnweb.freebsd.org/changeset/ports/568289 Log: New port: misc/py-XlsxWriter: Python module for creating Excel XLSX files Added: head/misc/py-XlsxWriter/ head/misc/py-XlsxWriter/Makefile (contents, props changed) head/misc/py-XlsxWriter/distinfo (contents, props changed) head/misc/py-XlsxWriter/pkg-descr (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sat Mar 13 21:52:58 2021 (r568288) +++ head/misc/Makefile Sat Mar 13 21:54:58 2021 (r568289) @@ -370,6 +370,7 @@ SUBDIR += py-QSpectrumAnalyzer SUBDIR += py-SimpleSoapy SUBDIR += py-SoapySDR + SUBDIR += py-XlsxWriter SUBDIR += py-alive-progress SUBDIR += py-cinder SUBDIR += py-colorbrewer Added: head/misc/py-XlsxWriter/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-XlsxWriter/Makefile Sat Mar 13 21:54:58 2021 (r568289) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= XlsxWriter +PORTVERSION= 1.3.7 +CATEGORIES= misc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Python module for creating Excel XLSX files + +LICENSE= BSD2CLAUSE + +USES= python +USE_PYTHON= distutils concurrent autoplist + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/misc/py-XlsxWriter/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-XlsxWriter/distinfo Sat Mar 13 21:54:58 2021 (r568289) @@ -0,0 +1,3 @@ +TIMESTAMP = 1615672133 +SHA256 (XlsxWriter-1.3.7.tar.gz) = 9b1ade2d1ba5d9b40a6d1de1d55ded4394ab8002718092ae80a08532c2add2e6 +SIZE (XlsxWriter-1.3.7.tar.gz) = 255776 Added: head/misc/py-XlsxWriter/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-XlsxWriter/pkg-descr Sat Mar 13 21:54:58 2021 (r568289) @@ -0,0 +1,7 @@ +XlsxWriter is a Python module for writing files in the Excel 2007+ XLSX file +format. + +XlsxWriter can be used to write text, numbers, formulas and hyperlinks to +multiple worksheets and it supports features such as formatting and many more. + +WWW: https://github.com/jmcnamara/XlsxWriter
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103132154.12DLswgU027268>