pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cad/py-gds Import py27-gds-0.7.1 as cad/py-gds.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/813459db1814
branches:  trunk
changeset: 350068:813459db1814
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Jul 22 00:02:56 2016 +0000

description:
Import py27-gds-0.7.1 as cad/py-gds.

Gdspy is a Python module for creating GDSII stream files, usually CAD
layouts. It includes a layout viewer for the geometries created, and
it can also be used to import and merge GDSII files.

diffstat:

 cad/py-gds/DESCR    |   3 +++
 cad/py-gds/Makefile |  19 +++++++++++++++++++
 cad/py-gds/PLIST    |  21 +++++++++++++++++++++
 cad/py-gds/distinfo |   5 +++++
 4 files changed, 48 insertions(+), 0 deletions(-)

diffs (64 lines):

diff -r ab9238c32f73 -r 813459db1814 cad/py-gds/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/py-gds/DESCR  Fri Jul 22 00:02:56 2016 +0000
@@ -0,0 +1,3 @@
+Gdspy is a Python module for creating GDSII stream files, usually CAD
+layouts. It includes a layout viewer for the geometries created, and
+it can also be used to import and merge GDSII files.
diff -r ab9238c32f73 -r 813459db1814 cad/py-gds/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/py-gds/Makefile       Fri Jul 22 00:02:56 2016 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2016/07/22 00:02:56 mef Exp $
+
+DISTNAME=      gdspy-0.7.1
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES=    cad
+MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gdspy/}
+EXTRACT_SUFX=  .zip
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://pypi.python.org/packages/source/g/gdspy/
+COMMENT=       Python module for creating GDSII stream files
+LICENSE=       gnu-gpl-v3
+
+DEPENDS+=      ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
+
+PYDISTUTILSPKG= yes
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ab9238c32f73 -r 813459db1814 cad/py-gds/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/py-gds/PLIST  Fri Jul 22 00:02:56 2016 +0000
@@ -0,0 +1,21 @@
+@comment $NetBSD: PLIST,v 1.1 2016/07/22 00:02:56 mef Exp $
+${PYSITELIB}/gdspy/__init__.py
+${PYSITELIB}/gdspy/__init__.pyc
+${PYSITELIB}/gdspy/__init__.pyo
+${PYSITELIB}/gdspy/boolext.so
+${PYSITELIB}/gdspy/data/00.xbm
+${PYSITELIB}/gdspy/data/01.xbm
+${PYSITELIB}/gdspy/data/02.xbm
+${PYSITELIB}/gdspy/data/03.xbm
+${PYSITELIB}/gdspy/data/04.xbm
+${PYSITELIB}/gdspy/data/05.xbm
+${PYSITELIB}/gdspy/data/06.xbm
+${PYSITELIB}/gdspy/data/07.xbm
+${PYSITELIB}/gdspy/data/08.xbm
+${PYSITELIB}/gdspy/data/09.xbm
+${PYSITELIB}/gdspy/data/down.xbm
+${PYSITELIB}/gdspy/data/outline.xbm
+${PYSITELIB}/gdspy/data/up.xbm
+${PYSITELIB}/gdspy/viewer.py
+${PYSITELIB}/gdspy/viewer.pyc
+${PYSITELIB}/gdspy/viewer.pyo
diff -r ab9238c32f73 -r 813459db1814 cad/py-gds/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/py-gds/distinfo       Fri Jul 22 00:02:56 2016 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2016/07/22 00:02:56 mef Exp $
+
+SHA1 (gdspy-0.7.1.zip) = 0176edf7d500733309ac37acac2ecda7f57668d2
+RMD160 (gdspy-0.7.1.zip) = 663d0d0620167882619c9e916f34351bcba98fe2
+Size (gdspy-0.7.1.zip) = 48391 bytes



Home | Main Index | Thread Index | Old Index