diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2016-05-16 19:48:57 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2016-05-16 19:48:57 +0000 |
commit | acc337df95faf5471ef40e13f2865598616e05f6 (patch) | |
tree | 159035a04191309d924b9ea1d7c51ebff72dfa54 /cad/py-gdspy | |
parent | ddc88e0638f01067a008319080177cdfdb52b624 (diff) | |
download | ports-acc337df95faf5471ef40e13f2865598616e05f6.tar.gz ports-acc337df95faf5471ef40e13f2865598616e05f6.zip |
Notes
Diffstat (limited to 'cad/py-gdspy')
-rw-r--r-- | cad/py-gdspy/Makefile | 29 | ||||
-rw-r--r-- | cad/py-gdspy/distinfo | 3 | ||||
-rw-r--r-- | cad/py-gdspy/pkg-descr | 5 |
3 files changed, 37 insertions, 0 deletions
diff --git a/cad/py-gdspy/Makefile b/cad/py-gdspy/Makefile new file mode 100644 index 000000000000..76ccc0204ca7 --- /dev/null +++ b/cad/py-gdspy/Makefile @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= gdspy +PORTVERSION= 0.8.1 +DISTVERSIONPREFIX= v +CATEGORIES= cad python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= hrs@FreeBSD.org +COMMENT= Python module for creating GDSII stream files + +LICENSE= GPLv3 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy + +USES= python +USE_PYTHON= distutils autoplist +USE_GITHUB= yes +GH_ACCOUNT= heitzmann + +OPTIONS_DEFINE= EXAMPLES +EXAMPLES_PLIST_FILES= ${EXAMPLESDIR}/tutorial.py + +post-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/examples/tutorial.py \ + ${STAGEDIR}${EXAMPLESDIR} + +.include <bsd.port.mk> diff --git a/cad/py-gdspy/distinfo b/cad/py-gdspy/distinfo new file mode 100644 index 000000000000..a966d689fbb7 --- /dev/null +++ b/cad/py-gdspy/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1463423238 +SHA256 (heitzmann-gdspy-v0.8.1_GH0.tar.gz) = d399b3c2740e2e0a9221b94aeaddc4f58aea69546e85e8753df15ea8eac5389d +SIZE (heitzmann-gdspy-v0.8.1_GH0.tar.gz) = 107816 diff --git a/cad/py-gdspy/pkg-descr b/cad/py-gdspy/pkg-descr new file mode 100644 index 000000000000..4b1679e0e603 --- /dev/null +++ b/cad/py-gdspy/pkg-descr @@ -0,0 +1,5 @@ +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. + +WWW: https://github.com/heitzmann/gdspy |