Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 75BA11A9239 for ; Thu, 17 Feb 2022 10:48:33 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 760FE84E78; Thu, 17 Feb 2022 10:48:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AF5E084E70 for ; Thu, 17 Feb 2022 10:48:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id YH2bBPM2RwU5 for ; Thu, 17 Feb 2022 10:48:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 003B284CE3 for ; Thu, 17 Feb 2022 10:48:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EDDB3FB24; Thu, 17 Feb 2022 10:48:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1645094910227360" MIME-Version: 1.0 Date: Thu, 17 Feb 2022 10:48:30 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/cad/py-gds To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220217104830.EDDB3FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1645094910227360 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Feb 17 10:48:30 UTC 2022 Modified Files: pkgsrc/cad/py-gds: Makefile PLIST distinfo Log Message: py-gds: update to 1.6.11. Version 1.6.11 (Jan 14, 2022) Fix in Cell.write_svg when missing references. Speed improvements in Cell.remove_polygons (thanks Troy for the contribution). Version 1.6.10 (Nov 14, 2021) Fix in Cell.get_polygons Version 1.6.9 (Sep 23, 2021) Fix in Cell.get_polygons with specified layer and datatype. Raise error for duplicate cells when reading a GDSII file. Version 1.6.8 (Aug 2, 2021) Fix in boolean for complex geometries that freeze the operation. Version 1.6.7 (Jul 14, 2021) Fixes in boolean for bugs with self-intersecting holes and holes horizontal edges. Fix bug in warning message. Version 1.6.6 (Jun 09, 2021) Fix error in Path.smooth not finding _hobby function. Allow precision specification in SVG output. Version 1.6.5 (Jun 08, 2021) Support GDSII files with 0-padding at the end. Allow fixing and modifying GDSII file timestamps. Thanks Troy Tamas and Joaquin Matres for the fixes Version 1.6.4 (Apr 23, 2021) Fix missing module import (thanks Troy Tamas for the fix). Version 1.6.3 (Dec 28, 2020) Fix bounding box edge case (thanks Troy Tamas for the fix). Version 1.6.2 (Dec 18, 2020) More efficient bounding box calculation (thanks to Troy Tamas for the contribution). Fix Label creation bug. Version 1.6.1 (Oct 22, 2020) Fix SVG output when Label contains special characters. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/cad/py-gds/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/cad/py-gds/PLIST cvs rdiff -u -r1.14 -r1.15 pkgsrc/cad/py-gds/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1645094910227360 Content-Disposition: inline Content-Length: 2776 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/cad/py-gds/Makefile diff -u pkgsrc/cad/py-gds/Makefile:1.18 pkgsrc/cad/py-gds/Makefile:1.19 --- pkgsrc/cad/py-gds/Makefile:1.18 Tue Jan 4 20:52:35 2022 +++ pkgsrc/cad/py-gds/Makefile Thu Feb 17 10:48:30 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2022/01/04 20:52:35 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2022/02/17 10:48:30 wiz Exp $ -DISTNAME= gdspy-1.6 +DISTNAME= gdspy-1.6.11 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} -PKGREVISION= 2 CATEGORIES= cad python MASTER_SITES= ${MASTER_SITE_PYPI:=g/gdspy/} EXTRACT_SUFX= .zip @@ -12,10 +11,10 @@ HOMEPAGE= https://github.com/heitzmann/g COMMENT= Python module for creating GDSII stream files LICENSE= boost-license -.include "../../lang/python/pyversion.mk" -.if ${_PYTHON_VERSION} == 27 -DEPENDS+= ${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future -.endif +# tests not included in pypi distfile +#TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner + +PYTHON_VERSIONS_INCOMPATIBLE= 27 USE_LANGUAGES+= c c++ Index: pkgsrc/cad/py-gds/PLIST diff -u pkgsrc/cad/py-gds/PLIST:1.7 pkgsrc/cad/py-gds/PLIST:1.8 --- pkgsrc/cad/py-gds/PLIST:1.7 Mon Apr 27 18:50:26 2020 +++ pkgsrc/cad/py-gds/PLIST Thu Feb 17 10:48:30 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2020/04/27 18:50:26 adam Exp $ +@comment $NetBSD: PLIST,v 1.8 2022/02/17 10:48:30 wiz Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -28,6 +28,9 @@ ${PYSITELIB}/gdspy/data/up.xbm ${PYSITELIB}/gdspy/gdsiiformat.py ${PYSITELIB}/gdspy/gdsiiformat.pyc ${PYSITELIB}/gdspy/gdsiiformat.pyo +${PYSITELIB}/gdspy/hobby.py +${PYSITELIB}/gdspy/hobby.pyc +${PYSITELIB}/gdspy/hobby.pyo ${PYSITELIB}/gdspy/label.py ${PYSITELIB}/gdspy/label.pyc ${PYSITELIB}/gdspy/label.pyo Index: pkgsrc/cad/py-gds/distinfo diff -u pkgsrc/cad/py-gds/distinfo:1.14 pkgsrc/cad/py-gds/distinfo:1.15 --- pkgsrc/cad/py-gds/distinfo:1.14 Fri Jan 14 11:49:41 2022 +++ pkgsrc/cad/py-gds/distinfo Thu Feb 17 10:48:30 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2022/01/14 11:49:41 wiz Exp $ +$NetBSD: distinfo,v 1.15 2022/02/17 10:48:30 wiz Exp $ -BLAKE2s (gdspy-1.6.zip) = 3b764c09f6f0b0813e6e1e916f740dbe36e60fab979c64f54b363744ee59f02c -SHA512 (gdspy-1.6.zip) = 7e7a40efdd6ca9eb9685c0d3d07bc169d8c92d990b386b2c733032d0c6dc0c1bef06daf53b5aa864f752bc132671eab5f0557a4103fe1ec57f1db264030173fa -Size (gdspy-1.6.zip) = 12568268 bytes +BLAKE2s (gdspy-1.6.11.zip) = d9edaeea96be5124f20725bc046a98bf73aede37bc103e5a6cd7a8ff08ea68a7 +SHA512 (gdspy-1.6.11.zip) = 16bbc0afda433fb96f31d0efb3d2a0e417cf6c13cc35a91977d6f1545cb19dd5d6c17ae4724360b2433e084740218a2aa27eefafab42c32b7b76e1d6d1f5ce33 +Size (gdspy-1.6.11.zip) = 157413 bytes --_----------=_1645094910227360--