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:           Sat Jul  7 12:04:00 UTC 2018

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

Log Message:
Updated cad/py-gds from 1.2.1 to 1.3.1

### Version 1.3.1 (Jun 29, 2018)
* `PolygonSet` becomes the base class for all polygons, in particular `Polygon` and `Rectangle`.
* Added `Cell.remove_polygons` and `Cell.remove_labels` functions to allow filtering a cell contents based, for example, on each element's layer.
* Added `PolygonSet.scale` utility method.
* Added `PolygonSet.get_bounding_box` utility method.
* Added argument `timestamp` to `Cell.to_gds`, `GdsLibrary.write_gds` and `GdsWriter`.
* Added `unit` and `precision` arguments to `GdsLibrary` initialization and removed from its `write_gds` method.
* Changed the meaning of argument `unit` in `GdsLibrary.read_gds`.
* Improved `slice` to avoid errors when slicing in multiple positions at once.
* Improved `PolygonSet.fracture` to reduce number of function calls.
* Removed incorrect absolute flags for magnification and rotation in `CellReference` and `CellArray`.
* Minor bug fixes.
* Documentation fixes.
* Removed deprecated classes and functions.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/cad/py-gds/Makefile
cvs rdiff -u -r1.7 -r1.8 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.9 pkgsrc/cad/py-gds/Makefile:1.10
--- pkgsrc/cad/py-gds/Makefile:1.9      Fri Jan 12 12:55:50 2018
+++ pkgsrc/cad/py-gds/Makefile  Sat Jul  7 12:04:00 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2018/01/12 12:55:50 mef Exp $
+# $NetBSD: Makefile,v 1.10 2018/07/07 12:04:00 mef Exp $
 
-VERSION=       1.2.1
+VERSION=       1.3.1
 DISTNAME=      gdspy-${VERSION}
 PKGNAME=        ${PYPKGPREFIX}-gds-${VERSION}
 CATEGORIES=    cad

Index: pkgsrc/cad/py-gds/distinfo
diff -u pkgsrc/cad/py-gds/distinfo:1.7 pkgsrc/cad/py-gds/distinfo:1.8
--- pkgsrc/cad/py-gds/distinfo:1.7      Fri Jan 12 12:55:50 2018
+++ pkgsrc/cad/py-gds/distinfo  Sat Jul  7 12:04:00 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2018/01/12 12:55:50 mef Exp $
+$NetBSD: distinfo,v 1.8 2018/07/07 12:04:00 mef Exp $
 
-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
+SHA1 (gdspy-1.3.1.tar.gz) = 7b298a71539d96658fb9b0e3eca1ca722042ddf3
+RMD160 (gdspy-1.3.1.tar.gz) = a9f5b8e0f9cfbcfdc3a68c9630798c6e1487a458
+SHA512 (gdspy-1.3.1.tar.gz) = f7b9cac546fe7100fb4f326da298ea912bb3017e2f9b5ca12ac17d6099db1b73bf75a413c9d680051f00b222e65cdb1f0010b510ca393810d2734ebadb53a620
+Size (gdspy-1.3.1.tar.gz) = 112694 bytes



Home | Main Index | Thread Index | Old Index