Received: by mail.netbsd.org (Postfix, from userid 605) id DAC6884D6C; Thu, 31 Aug 2017 09:31:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6D41484D61 for ; Thu, 31 Aug 2017 09:31:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id wC-e7d_OHiXs for ; Thu, 31 Aug 2017 09:31:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B43B184D3E for ; Thu, 31 Aug 2017 09:31:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AF699FA97; Thu, 31 Aug 2017 09:31:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1504171868202890" MIME-Version: 1.0 Date: Thu, 31 Aug 2017 09:31:08 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/py-xlwt To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20170831093108.AF699FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1504171868202890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Aug 31 09:31:08 UTC 2017 Modified Files: pkgsrc/textproc/py-xlwt: Makefile PLIST distinfo Log Message: 1.3.0: Officially support Python 3.6, drop support for 2.6. Fix bytes/string type mismatch in upack2rt() on python 3. Packaging and code style tweaks. Use generator expressions to avoid unnecessary lists in memory. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-xlwt/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-xlwt/PLIST cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-xlwt/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1504171868202890 Content-Disposition: inline Content-Length: 6736 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-xlwt/Makefile diff -u pkgsrc/textproc/py-xlwt/Makefile:1.7 pkgsrc/textproc/py-xlwt/Makefile:1.8 --- pkgsrc/textproc/py-xlwt/Makefile:1.7 Sun Jan 1 14:44:01 2017 +++ pkgsrc/textproc/py-xlwt/Makefile Thu Aug 31 09:31:08 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2017/01/01 14:44:01 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2017/08/31 09:31:08 adam Exp $ -DISTNAME= xlwt-0.7.5 +DISTNAME= xlwt-1.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=x/xlwt/} @@ -10,13 +10,7 @@ HOMEPAGE= http://www.python-excel.org/ COMMENT= Writing data and formatting information from Excel files LICENSE= original-bsd -USE_LANGUAGES= #none +USE_LANGUAGES= # none -REPLACE_PYTHON+= xlwt/Formatting.py -REPLACE_PYTHON+= xlwt/examples/*.py - -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.7.5 - -.include "../../lang/python/application.mk" -.include "../../lang/python/distutils.mk" +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/py-xlwt/PLIST diff -u pkgsrc/textproc/py-xlwt/PLIST:1.1 pkgsrc/textproc/py-xlwt/PLIST:1.2 --- pkgsrc/textproc/py-xlwt/PLIST:1.1 Sat Jul 20 07:40:11 2013 +++ pkgsrc/textproc/py-xlwt/PLIST Thu Aug 31 09:31:08 2017 @@ -1,5 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1 2013/07/20 07:40:11 richard Exp $ -${PYSITELIB}/${EGG_FILE} +@comment $NetBSD: PLIST,v 1.2 2017/08/31 09:31:08 adam Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/not-zip-safe +${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/xlwt/BIFFRecords.py ${PYSITELIB}/xlwt/BIFFRecords.pyc ${PYSITELIB}/xlwt/BIFFRecords.pyo @@ -54,92 +58,7 @@ ${PYSITELIB}/xlwt/__init__.pyo ${PYSITELIB}/xlwt/antlr.py ${PYSITELIB}/xlwt/antlr.pyc ${PYSITELIB}/xlwt/antlr.pyo -${PYSITELIB}/xlwt/doc/xlwt.html -${PYSITELIB}/xlwt/examples/big-16Mb.py -${PYSITELIB}/xlwt/examples/big-16Mb.pyc -${PYSITELIB}/xlwt/examples/big-16Mb.pyo -${PYSITELIB}/xlwt/examples/big-35Mb.py -${PYSITELIB}/xlwt/examples/big-35Mb.pyc -${PYSITELIB}/xlwt/examples/big-35Mb.pyo -${PYSITELIB}/xlwt/examples/blanks.py -${PYSITELIB}/xlwt/examples/blanks.pyc -${PYSITELIB}/xlwt/examples/blanks.pyo -${PYSITELIB}/xlwt/examples/col_width.py -${PYSITELIB}/xlwt/examples/col_width.pyc -${PYSITELIB}/xlwt/examples/col_width.pyo -${PYSITELIB}/xlwt/examples/country.py -${PYSITELIB}/xlwt/examples/country.pyc -${PYSITELIB}/xlwt/examples/country.pyo -${PYSITELIB}/xlwt/examples/dates.py -${PYSITELIB}/xlwt/examples/dates.pyc -${PYSITELIB}/xlwt/examples/dates.pyo -${PYSITELIB}/xlwt/examples/format.py -${PYSITELIB}/xlwt/examples/format.pyc -${PYSITELIB}/xlwt/examples/format.pyo -${PYSITELIB}/xlwt/examples/formula_names.py -${PYSITELIB}/xlwt/examples/formula_names.pyc -${PYSITELIB}/xlwt/examples/formula_names.pyo -${PYSITELIB}/xlwt/examples/formulas.py -${PYSITELIB}/xlwt/examples/formulas.pyc -${PYSITELIB}/xlwt/examples/formulas.pyo -${PYSITELIB}/xlwt/examples/hyperlinks.py -${PYSITELIB}/xlwt/examples/hyperlinks.pyc -${PYSITELIB}/xlwt/examples/hyperlinks.pyo -${PYSITELIB}/xlwt/examples/image.py -${PYSITELIB}/xlwt/examples/image.pyc -${PYSITELIB}/xlwt/examples/image.pyo -${PYSITELIB}/xlwt/examples/merged.py -${PYSITELIB}/xlwt/examples/merged.pyc -${PYSITELIB}/xlwt/examples/merged.pyo -${PYSITELIB}/xlwt/examples/merged0.py -${PYSITELIB}/xlwt/examples/merged0.pyc -${PYSITELIB}/xlwt/examples/merged0.pyo -${PYSITELIB}/xlwt/examples/merged1.py -${PYSITELIB}/xlwt/examples/merged1.pyc -${PYSITELIB}/xlwt/examples/merged1.pyo -${PYSITELIB}/xlwt/examples/mini.py -${PYSITELIB}/xlwt/examples/mini.pyc -${PYSITELIB}/xlwt/examples/mini.pyo -${PYSITELIB}/xlwt/examples/num_formats.py -${PYSITELIB}/xlwt/examples/num_formats.pyc -${PYSITELIB}/xlwt/examples/num_formats.pyo -${PYSITELIB}/xlwt/examples/outline.py -${PYSITELIB}/xlwt/examples/outline.pyc -${PYSITELIB}/xlwt/examples/outline.pyo -${PYSITELIB}/xlwt/examples/panes.py -${PYSITELIB}/xlwt/examples/panes.pyc -${PYSITELIB}/xlwt/examples/panes.pyo -${PYSITELIB}/xlwt/examples/parse-fmla.py -${PYSITELIB}/xlwt/examples/parse-fmla.pyc -${PYSITELIB}/xlwt/examples/parse-fmla.pyo -${PYSITELIB}/xlwt/examples/protection.py -${PYSITELIB}/xlwt/examples/protection.pyc -${PYSITELIB}/xlwt/examples/protection.pyo -${PYSITELIB}/xlwt/examples/python.bmp -${PYSITELIB}/xlwt/examples/row_styles.py -${PYSITELIB}/xlwt/examples/row_styles.pyc -${PYSITELIB}/xlwt/examples/row_styles.pyo -${PYSITELIB}/xlwt/examples/row_styles_empty.py -${PYSITELIB}/xlwt/examples/row_styles_empty.pyc -${PYSITELIB}/xlwt/examples/row_styles_empty.pyo -${PYSITELIB}/xlwt/examples/simple.py -${PYSITELIB}/xlwt/examples/simple.pyc -${PYSITELIB}/xlwt/examples/simple.pyo -${PYSITELIB}/xlwt/examples/sst.py -${PYSITELIB}/xlwt/examples/sst.pyc -${PYSITELIB}/xlwt/examples/sst.pyo -${PYSITELIB}/xlwt/examples/unicode0.py -${PYSITELIB}/xlwt/examples/unicode0.pyc -${PYSITELIB}/xlwt/examples/unicode0.pyo -${PYSITELIB}/xlwt/examples/unicode1.py -${PYSITELIB}/xlwt/examples/unicode1.pyc -${PYSITELIB}/xlwt/examples/unicode1.pyo -${PYSITELIB}/xlwt/examples/unicode2.py -${PYSITELIB}/xlwt/examples/unicode2.pyc -${PYSITELIB}/xlwt/examples/unicode2.pyo -${PYSITELIB}/xlwt/examples/wsprops.py -${PYSITELIB}/xlwt/examples/wsprops.pyc -${PYSITELIB}/xlwt/examples/wsprops.pyo -${PYSITELIB}/xlwt/examples/xlwt_easyxf_simple_demo.py -${PYSITELIB}/xlwt/examples/xlwt_easyxf_simple_demo.pyc -${PYSITELIB}/xlwt/examples/xlwt_easyxf_simple_demo.pyo +${PYSITELIB}/xlwt/compat.py +${PYSITELIB}/xlwt/compat.pyc +${PYSITELIB}/xlwt/compat.pyo +${PYSITELIB}/xlwt/excel-formula.g Index: pkgsrc/textproc/py-xlwt/distinfo diff -u pkgsrc/textproc/py-xlwt/distinfo:1.2 pkgsrc/textproc/py-xlwt/distinfo:1.3 --- pkgsrc/textproc/py-xlwt/distinfo:1.2 Wed Nov 4 02:00:05 2015 +++ pkgsrc/textproc/py-xlwt/distinfo Thu Aug 31 09:31:08 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 02:00:05 agc Exp $ +$NetBSD: distinfo,v 1.3 2017/08/31 09:31:08 adam Exp $ -SHA1 (xlwt-0.7.5.tar.gz) = 679ef6da3fff04b78a078e9c23fadee2786e81ca -RMD160 (xlwt-0.7.5.tar.gz) = 80735e827ca5814d317d1c111775f872f9027422 -SHA512 (xlwt-0.7.5.tar.gz) = d385c36c80002998891dd93d4ebcdd962239463ee089965961d3b8955d4783bbcdec96920891a252ee6cb076eab6b13ffad83e7758c179dcbc684e82fa8dfe35 -Size (xlwt-0.7.5.tar.gz) = 115100 bytes +SHA1 (xlwt-1.3.0.tar.gz) = 4b81c96663536267f06d9d6f941bb4dac4b8bee4 +RMD160 (xlwt-1.3.0.tar.gz) = d8806e52767dc5179d21a76a21385b7e3a5d1dd5 +SHA512 (xlwt-1.3.0.tar.gz) = e09c515bda7edadb9624b842796a537316c1e2e06f3e74aca5440a5797dbc259036539fd64ea61648a30894f4091d3be829411d36e6170894980728c798c5963 +Size (xlwt-1.3.0.tar.gz) = 153929 bytes --_----------=_1504171868202890--