summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authormef <mef>2017-01-24 14:31:55 +0000
committermef <mef>2017-01-24 14:31:55 +0000
commite9cd74102619f52e77b969b06010501be4fab1ea (patch)
tree5039ea59aecff2db6e5fdd9b81f599d59d33d63f /cad
parent56039edcf153fa41823f38796737aaec61cd6c98 (diff)
downloadpkgsrc-e9cd74102619f52e77b969b06010501be4fab1ea.tar.gz
Updated cad/py-gds to 1.1
------------------------- ### Version 1.1 (Jan 20, 2017) * Introduction of `GdsLibrary` to allow user to work with multiple library simultaneously. * Deprecated `GdsImport` in favor of `GdsLibrary`. * Renamed `gds_print` to `write_gds` and `GdsPrint` to `GdsWriter`. * Development changed to Python 3 (Python 2 supported via [python-future](http://python-future.org/)). * Added photonics example. * Added test suite. * Clipper library updated to last version. * Fixed `inside` function sometimes reversing the order of the output. * Fixed rounding error in `fast_boolean`. * Fixed argument `deep_copy` being inverted in `Cell.copy`. * Bug fixes introduced by numpy (thanks to Adam McCaughan for the contribution).
Diffstat (limited to 'cad')
-rw-r--r--cad/py-gds/Makefile4
-rw-r--r--cad/py-gds/PLIST3
-rw-r--r--cad/py-gds/distinfo10
3 files changed, 9 insertions, 8 deletions
diff --git a/cad/py-gds/Makefile b/cad/py-gds/Makefile
index 9fbd3576411..609bc1c3f9e 100644
--- a/cad/py-gds/Makefile
+++ b/cad/py-gds/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2016/09/22 04:47:37 mef Exp $
+# $NetBSD: Makefile,v 1.6 2017/01/24 14:31:55 mef Exp $
-VERSION= 1.0
+VERSION= 1.1
DISTNAME= gdspy-${VERSION}
PKGNAME= ${PYPKGPREFIX}-gds-${VERSION}
CATEGORIES= cad
diff --git a/cad/py-gds/PLIST b/cad/py-gds/PLIST
index 436bc258306..978dfe16300 100644
--- a/cad/py-gds/PLIST
+++ b/cad/py-gds/PLIST
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.4 2016/09/19 06:13:35 mef Exp $
+@comment $NetBSD: PLIST,v 1.5 2017/01/24 14:31:55 mef 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}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/gdspy/__init__.py
${PYSITELIB}/gdspy/__init__.pyc
diff --git a/cad/py-gds/distinfo b/cad/py-gds/distinfo
index c0efa8213a2..c88df541e6b 100644
--- a/cad/py-gds/distinfo
+++ b/cad/py-gds/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2016/09/13 11:27:50 mef Exp $
+$NetBSD: distinfo,v 1.4 2017/01/24 14:31:55 mef Exp $
-SHA1 (gdspy-1.0.tar.gz) = 55c52940bb70176f543bc8055bd8ff9bff830bca
-RMD160 (gdspy-1.0.tar.gz) = 93183204f52f1bfdcb2fa38711d2b3aa54761020
-SHA512 (gdspy-1.0.tar.gz) = bb19cb35d7d036b1d18c6b6543df6e625c0de0fa3f818c217e4ef9ec42b03af2394866965a2e396536bd40da4d34815ea1376d6b71f755aaa293aa90b8be5c07
-Size (gdspy-1.0.tar.gz) = 111261 bytes
+SHA1 (gdspy-1.1.tar.gz) = 401b98a6d170d11c2e23f9dec5715114d99ec2a1
+RMD160 (gdspy-1.1.tar.gz) = 342c77f5af7ad3d3ffafbc76786d7d414097ace4
+SHA512 (gdspy-1.1.tar.gz) = 163a35ce8ea3b2cfb9f7f8c30f59c4dfedf6a08995b0c57f2cd6df48bd85be20d5207bc64537ce890a7ef5d0292a648536f9057f7ea73f16ae0f4bfc1993dd03
+Size (gdspy-1.1.tar.gz) = 123496 bytes