summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2022-09-18 06:02:53 +0000
committermef <mef@pkgsrc.org>2022-09-18 06:02:53 +0000
commitc90e5cf360a021b6d0ec8672810338f2449e4a09 (patch)
treed29da757a20a09280401d2cd25cacf16e1d66417 /cad
parent0808100f6bdf43de3cb2e0a3aefd6d460c997770 (diff)
downloadpkgsrc-c90e5cf360a021b6d0ec8672810338f2449e4a09.tar.gz
(cad/gdstk) Updated 0.8.3 to 0.9.0
## 0.9.0 2022-08-21 (Date from timestamp) ### Fixed - Bug when saving OASIS files with missing references. ### Added - `Reference.get_polygons`, `Reference.get_paths`, `Reference.get_labels` - `Library.rename_cell` - `Library::rename_cell` and `Library::replace_cell` in the C++ API ### Changed - `Cell.filter` arguments modified to match `read_gds`. - Changed default tolerance for `read_gds` and `read_oas` to be the library's rounding size. - `Reference::polygons` renamed to `Reference::get_polygons` in the C++ API. - `Reference::flexpaths` renamed to `Reference::get_flexpaths` in the C++ API. - `Reference::robustpaths` renamed to `Reference::get_robustpaths` in the C++ API. - `Reference::labels` renamed to `Reference::get_labels` in the C++ API. - Removed magnification argument from `Reference::init` and `Label::init` in the C++ API.
Diffstat (limited to 'cad')
-rw-r--r--cad/py-gdstk/Makefile4
-rw-r--r--cad/py-gdstk/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/cad/py-gdstk/Makefile b/cad/py-gdstk/Makefile
index 13cf69f8c9c..841436abce9 100644
--- a/cad/py-gdstk/Makefile
+++ b/cad/py-gdstk/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2022/06/17 13:26:34 mef Exp $
+# $NetBSD: Makefile,v 1.3 2022/09/18 06:02:53 mef Exp $
-VERSION= 0.8.3
+VERSION= 0.9.0
GITHUB_TAG= v${VERSION}
DISTNAME= gdstk-${VERSION}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
diff --git a/cad/py-gdstk/distinfo b/cad/py-gdstk/distinfo
index 74d2c0cca6c..36ffeb85e08 100644
--- a/cad/py-gdstk/distinfo
+++ b/cad/py-gdstk/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/06/17 11:38:30 mef Exp $
+$NetBSD: distinfo,v 1.2 2022/09/18 06:02:53 mef Exp $
-BLAKE2s (gdstk-0.8.3.tar.gz) = 6195166800f07ace59159b932f36348f49110e07fe0a46adcf3ff522dc476229
-SHA512 (gdstk-0.8.3.tar.gz) = 1106c8e7870662448929d2e6cc5b15babe5bf6f6be7a2631fc2d47b840964ba96d87ae86e5ca8a5566c87f189d164ac8e402bc82e8f08abee4bf8374bbf15e0d
-Size (gdstk-0.8.3.tar.gz) = 613066 bytes
+BLAKE2s (gdstk-0.9.0.tar.gz) = 9656bcc8460b262ac2812eb4eee512055d70d42740356b46caf4492794fd6d83
+SHA512 (gdstk-0.9.0.tar.gz) = 1cfc4ab58d24ff3c457c3a16bdad7828c30c34318a85c3f60684342066217eff20e52958cfc3cc728159dd07b45264f4b35757a1b0f3f0cccb9a543b5c8aa4f1
+Size (gdstk-0.9.0.tar.gz) = 616116 bytes