pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/cad/py-gds



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Jan 12 12:55:51 UTC 2018

Modified Files:
        pkgsrc/cad/py-gds: Makefile distinfo

Log Message:
Updated cad/py-gds to 1.2.1

### Version 1.2.1 (Dec 5, 2017)
* `GdsLibrary` can be created directly from a GDSII file
* Added return value to `GdsLibrary.read_gds`
* Fix return value of `GdsLibrary.add`

### Version 1.2 (Oct 21, 2017)
* Added new `gdsii_hash` function.
* Added `precision` parameter to `_chop`, `Polygon.fracture`,
  `Polygon.fillet`, `PolygonSet.fracture`, `PolygonSet.fillet`, and
  `slice`.
* Included labels in flatten operations (added `get_labels` to `Cell`,
  `CellReference`, and `CellArray`).
* Fixed bug in the bounding box cache of reference copies.
* Fixed bug in `_chop` that affected `Polygon.fracture`,
  `PolygonSet.fracture`, and `slice`.
* Other minor bug fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/cad/py-gds/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/cad/py-gds/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/cad/py-gds/Makefile
diff -u pkgsrc/cad/py-gds/Makefile:1.8 pkgsrc/cad/py-gds/Makefile:1.9
--- pkgsrc/cad/py-gds/Makefile:1.8      Sat Apr  8 12:44:48 2017
+++ pkgsrc/cad/py-gds/Makefile  Fri Jan 12 12:55:50 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2017/04/08 12:44:48 mef Exp $
+# $NetBSD: Makefile,v 1.9 2018/01/12 12:55:50 mef Exp $
 
-VERSION=       1.1.2
+VERSION=       1.2.1
 DISTNAME=      gdspy-${VERSION}
 PKGNAME=        ${PYPKGPREFIX}-gds-${VERSION}
 CATEGORIES=    cad

Index: pkgsrc/cad/py-gds/distinfo
diff -u pkgsrc/cad/py-gds/distinfo:1.6 pkgsrc/cad/py-gds/distinfo:1.7
--- pkgsrc/cad/py-gds/distinfo:1.6      Sat Apr  8 12:44:48 2017
+++ pkgsrc/cad/py-gds/distinfo  Fri Jan 12 12:55:50 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2017/04/08 12:44:48 mef Exp $
+$NetBSD: distinfo,v 1.7 2018/01/12 12:55:50 mef Exp $
 
-SHA1 (gdspy-1.1.2.tar.gz) = 2563a8729afd960408b332c49dd075f8457f03ab
-RMD160 (gdspy-1.1.2.tar.gz) = 6127d6d473de8f356f32157542addf7e9f2e9727
-SHA512 (gdspy-1.1.2.tar.gz) = ab3e9d363bd275726fe02c0eaaa1154f0a7b1182be807239b8220983c442000100d3514a9d9596e606dcf443fc95801327cac1d2518c8aff2aca000416c1ae64
-Size (gdspy-1.1.2.tar.gz) = 113919 bytes
+SHA1 (gdspy-1.2.1.tar.gz) = 0f408f600a0b00fc453fc621da29690041b8f063
+RMD160 (gdspy-1.2.1.tar.gz) = f2e5a2331ee2dcc3857162b8e33da1ad6c7d549e
+SHA512 (gdspy-1.2.1.tar.gz) = 3e252f8d723ce533eb5a8b9aa1897e7c03a1059335cffa9f82a2dbad716f501d455c062617f78f6fb12b9770f81ce000ca122a516e73cf054ed8df58b15f07c4
+Size (gdspy-1.2.1.tar.gz) = 112795 bytes



Home | Main Index | Thread Index | Old Index