pkgsrc-WIP-changes archive

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

(py-gds) New package py-gds-0.7.1



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Fri Nov 20 11:56:44 2015 +0900
Changeset:	684cb8fce171be00ec785e0d6c0e5cf424b3b7d7

Modified Files:
	Makefile
Added Files:
	py-gds/DESCR
	py-gds/Makefile
	py-gds/PLIST
	py-gds/distinfo

Log Message:
(py-gds) New package py-gds-0.7.1

Python module for creating GDSII stream files

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=684cb8fce171be00ec785e0d6c0e5cf424b3b7d7

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

diffstat:
 Makefile        |  1 +
 py-gds/DESCR    |  3 +++
 py-gds/Makefile | 17 +++++++++++++++++
 py-gds/PLIST    | 21 +++++++++++++++++++++
 py-gds/distinfo |  5 +++++
 5 files changed, 47 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 9122dda..34df414 100644
--- a/Makefile
+++ b/Makefile
@@ -2774,6 +2774,7 @@ SUBDIR+=	py-gato
 SUBDIR+=	py-gauss
 SUBDIR+=	py-gcalendarsync
 SUBDIR+=	py-gccxml
+SUBDIR+=	py-gds
 SUBDIR+=	py-genesis
 SUBDIR+=	py-geographiclib
 SUBDIR+=	py-geoip
diff --git a/py-gds/DESCR b/py-gds/DESCR
new file mode 100644
index 0000000..41e7fec
--- /dev/null
+++ b/py-gds/DESCR
@@ -0,0 +1,3 @@
+dspy 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 --git a/py-gds/Makefile b/py-gds/Makefile
new file mode 100644
index 0000000..0211889
--- /dev/null
+++ b/py-gds/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+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
+
+PYDISTUTILSPKG= yes
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-gds/PLIST b/py-gds/PLIST
new file mode 100644
index 0000000..37d73fe
--- /dev/null
+++ b/py-gds/PLIST
@@ -0,0 +1,21 @@
+@comment $NetBSD$
+${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 --git a/py-gds/distinfo b/py-gds/distinfo
new file mode 100644
index 0000000..7a63d38
--- /dev/null
+++ b/py-gds/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+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