py-gds: updated to 1.6.13

Version 1.6.13 (Apr 26, 2023)

Allow ill-formed GDSII label anchors to be correctly loaded.
This commit is contained in:
adam 2024-01-24 09:56:35 +00:00
parent 0d144819d7
commit 59c106ba4f
3 changed files with 17 additions and 18 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.22 2023/08/01 23:20:38 wiz Exp $
# $NetBSD: Makefile,v 1.23 2024/01/24 09:56:35 adam Exp $
DISTNAME= gdspy-1.6.12
DISTNAME= gdspy-1.6.13
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= cad python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gdspy/}
@ -11,13 +11,13 @@ HOMEPAGE= https://github.com/heitzmann/gdspy
COMMENT= Python module for creating GDSII stream files
LICENSE= boost-license
# tests not included in pypi distfile
#TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
USE_LANGUAGES= c c++
PYTHON_VERSIONS_INCOMPATIBLE= 27 38
USE_LANGUAGES+= c c++
.include "../../lang/python/egg.mk"
.include "../../lang/python/wheel.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,10 +1,9 @@
@comment $NetBSD: PLIST,v 1.8 2022/02/17 10:48:30 wiz 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
@comment $NetBSD: PLIST,v 1.9 2024/01/24 09:56:35 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/gdspy/__init__.py
${PYSITELIB}/gdspy/__init__.pyc
${PYSITELIB}/gdspy/__init__.pyo

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.16 2022/12/12 07:57:03 adam Exp $
$NetBSD: distinfo,v 1.17 2024/01/24 09:56:35 adam Exp $
BLAKE2s (gdspy-1.6.12.zip) = 5a9805f4e5dcf3889413d32b2c4f839859721e1d156c18d8466a9feeea2eff86
SHA512 (gdspy-1.6.12.zip) = c9422249f5ef8d98a60a4efa5a68079f74c7cac172c1f56d5b034d869f8c35ab82240dbc842ebccba435cef92531d40e437615273132b18e270cc9b3f8844f00
Size (gdspy-1.6.12.zip) = 157718 bytes
BLAKE2s (gdspy-1.6.13.zip) = 73f63fc9227d3f3b09b0843470092d65624b49785233d92cec4e6ab8ed53bf6e
SHA512 (gdspy-1.6.13.zip) = f6a3c49009f13dcad371574de76ceede100f2dc3d58d36ff51e70f90dcdd3ef43f82f79e17e485c1f048f0681d1d81bc94d2294ec079fa0aef36784c0e1f9685
Size (gdspy-1.6.13.zip) = 157902 bytes