Updated cad/py-gds to 0.9
------------------------- - v0.9 Almost version 1.0... This version introduces new translation and copy features added by John Bell. A new flag for joining polygons before offsetting them has also been included. - v0.8.1 Faster boolean and offset This release introduces the Clipper library for better performance on boolean and offset operations on polygons. Compiled Windows binaries are contributed by @johnlb. - v0.7.1 First GitHub release Minor structural changes since version 0.7. Compiled Windows binaries for Python 3.5 are contributed by @johnlb.
This commit is contained in:
parent
8c74dd5280
commit
83758c9484
3 changed files with 17 additions and 11 deletions
|
@ -1,16 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.1 2016/07/22 00:02:56 mef Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2016/07/22 00:21:23 mef Exp $
|
||||
|
||||
DISTNAME= gdspy-0.7.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
||||
VERSION= 0.9
|
||||
DISTNAME= gdspy-${VERSION}
|
||||
PKGNAME= ${PYPKGPREFIX}-gds-${VERSION}
|
||||
CATEGORIES= cad
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gdspy/}
|
||||
EXTRACT_SUFX= .zip
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=heitzmann/}
|
||||
GITHUB_PROJECT= gdspy
|
||||
GITHUB_TAG= v${VERSION}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://pypi.python.org/packages/source/g/gdspy/
|
||||
HOMEPAGE= https://github.com/heitzmann/gdspy
|
||||
COMMENT= Python module for creating GDSII stream files
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
USE_LANGUAGES+= c c++
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
|
||||
|
||||
PYDISTUTILSPKG= yes
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2016/07/22 00:02:56 mef Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2016/07/22 00:21:23 mef Exp $
|
||||
${PYSITELIB}/gdspy/__init__.py
|
||||
${PYSITELIB}/gdspy/__init__.pyc
|
||||
${PYSITELIB}/gdspy/__init__.pyo
|
||||
${PYSITELIB}/gdspy/boolext.so
|
||||
${PYSITELIB}/gdspy/clipper.so
|
||||
${PYSITELIB}/gdspy/data/00.xbm
|
||||
${PYSITELIB}/gdspy/data/01.xbm
|
||||
${PYSITELIB}/gdspy/data/02.xbm
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2016/07/22 00:02:56 mef Exp $
|
||||
$NetBSD: distinfo,v 1.2 2016/07/22 00:21:23 mef Exp $
|
||||
|
||||
SHA1 (gdspy-0.7.1.zip) = 0176edf7d500733309ac37acac2ecda7f57668d2
|
||||
RMD160 (gdspy-0.7.1.zip) = 663d0d0620167882619c9e916f34351bcba98fe2
|
||||
Size (gdspy-0.7.1.zip) = 48391 bytes
|
||||
SHA1 (gdspy-0.9.tar.gz) = 593efeba656e0a73a46dccc7f29180c1970c7f5e
|
||||
RMD160 (gdspy-0.9.tar.gz) = 49f7d2855d14a7367512368dd4857f7036bd3e00
|
||||
SHA512 (gdspy-0.9.tar.gz) = 9d92abb781ca1b7eceb55fcd95809ff103085f8686c97c1f38e0cbff90d29b7e0edfe45aca08e19212ce49eda3bd04d75eb7c87f1e1a9336f5b4bb84a6c7e74f
|
||||
Size (gdspy-0.9.tar.gz) = 109121 bytes
|
||||
|
|
Loading…
Reference in a new issue