pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cad/py-gdstk cad/py-gdstk: import py39-gdstk-0.8.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/feef2591d3e9
branches:  trunk
changeset: 380856:feef2591d3e9
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Jun 17 11:38:30 2022 +0000

description:
cad/py-gdstk: import py39-gdstk-0.8.3

Gdstk (GDSII Tool Kit) is a C++ library for creation and manipulation of
GDSII and OASIS files. It is also available as a Python module meant to be
a successor to Gdspy.

Key features for the creation of complex CAD layouts are included:

-  Boolean operations on polygons (AND, OR, NOT, XOR) based on clipping
   algorithm
-  Polygon offset (inward and outward rescaling of polygons)
-  Efficient point-in-polygon solutions for large array sets

Typical applications of Gdstk are in the fields of electronic chip design,
planar lightwave circuit design, and mechanical engineering.

diffstat:

 cad/py-gdstk/DESCR    |  13 +++++++++++++
 cad/py-gdstk/Makefile |  24 ++++++++++++++++++++++++
 cad/py-gdstk/PLIST    |   8 ++++++++
 cad/py-gdstk/distinfo |   5 +++++
 4 files changed, 50 insertions(+), 0 deletions(-)

diffs (66 lines):

diff -r e51a811442a2 -r feef2591d3e9 cad/py-gdstk/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/py-gdstk/DESCR        Fri Jun 17 11:38:30 2022 +0000
@@ -0,0 +1,13 @@
+Gdstk (GDSII Tool Kit) is a C++ library for creation and manipulation of
+GDSII and OASIS files. It is also available as a Python module meant to be
+a successor to Gdspy.
+
+Key features for the creation of complex CAD layouts are included:
+
+-  Boolean operations on polygons (AND, OR, NOT, XOR) based on clipping
+   algorithm
+-  Polygon offset (inward and outward rescaling of polygons)
+-  Efficient point-in-polygon solutions for large array sets
+
+Typical applications of Gdstk are in the fields of electronic chip design,
+planar lightwave circuit design, and mechanical engineering.
diff -r e51a811442a2 -r feef2591d3e9 cad/py-gdstk/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/py-gdstk/Makefile     Fri Jun 17 11:38:30 2022 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2022/06/17 11:38:30 mef Exp $
+
+VERSION=       0.8.3
+GITHUB_TAG=    v${VERSION}
+DISTNAME=      gdstk-${VERSION}
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    cad
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=heitzmann/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/heitzmann/gdstk/
+COMMENT=       C++ library for GDSII and OASIS files
+LICENSE=       boost-license
+
+WRKSRC=                ${WRKDIR}/${DISTNAME}
+USE_LANGUAGES+=        c c++
+USE_TOOLS+=    cmake
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37
+
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e51a811442a2 -r feef2591d3e9 cad/py-gdstk/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/py-gdstk/PLIST        Fri Jun 17 11:38:30 2022 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2022/06/17 11:38:30 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}/gdstk.so
diff -r e51a811442a2 -r feef2591d3e9 cad/py-gdstk/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/py-gdstk/distinfo     Fri Jun 17 11:38:30 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/06/17 11:38:30 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



Home | Main Index | Thread Index | Old Index