cad/{,py-}gdstk: update 0.9.52 → 0.9.53

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2024-07-14 12:32:36 -07:00
parent 2b4b49e9fb
commit 6be60f6fb8
6 changed files with 26 additions and 13 deletions

View file

@ -1,6 +1,6 @@
PORTNAME= gdstk
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.52
DISTVERSION= 0.9.53
CATEGORIES= cad
MAINTAINER= yuri@FreeBSD.org

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1716736841
SHA256 (heitzmann-gdstk-v0.9.52_GH0.tar.gz) = 1369ab198b946018e3fdae1267296fc47c047b4fc9ffd059a59955406c1b1394
SIZE (heitzmann-gdstk-v0.9.52_GH0.tar.gz) = 361499
TIMESTAMP = 1720985146
SHA256 (heitzmann-gdstk-v0.9.53_GH0.tar.gz) = 8fdf85e9e90838720ff1d3555e5b880868cbc18a919261f317772b0327457be0
SIZE (heitzmann-gdstk-v0.9.53_GH0.tar.gz) = 365722

View file

@ -15,6 +15,7 @@ include/gdstk/oasis.hpp
include/gdstk/pathcommon.hpp
include/gdstk/polygon.hpp
include/gdstk/property.hpp
include/gdstk/raithdata.hpp
include/gdstk/rawcell.hpp
include/gdstk/reference.hpp
include/gdstk/repetition.hpp

View file

@ -1,5 +1,5 @@
PORTNAME= gdstk
DISTVERSION= 0.9.52
DISTVERSION= 0.9.53
CATEGORIES= cad
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -21,8 +21,9 @@ LIB_DEPENDS= libqhull_r.so:math/qhull
RUN_DEPENDS= ${PYNUMPY}
USES= compiler:c++11-lang python
USE_PYTHON= pep517 autoplist pytest # tests fail to run, see https://github.com/heitzmann/gdstk/issues/244
USE_PYTHON= pep517 autoplist pytest # tests crash, see https://github.com/heitzmann/gdstk/issues/263
TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
TEST_WRKSRC= ${WRKSRC}/tests
.include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1716737479
SHA256 (gdstk-0.9.52.tar.gz) = 42267292d272f4a4c8229091dc83a496d0a15f969cf36693b5597d3fe8efb92f
SIZE (gdstk-0.9.52.tar.gz) = 311291
TIMESTAMP = 1720985236
SHA256 (gdstk-0.9.53.tar.gz) = 73c87e2e3d43911b09f2a10c90359426bd15dcdeb799606bbc1e93e49acacd90
SIZE (gdstk-0.9.53.tar.gz) = 315746

View file

@ -1,9 +1,20 @@
--- pyproject.toml.orig 2023-08-28 16:28:32 UTC
--- pyproject.toml.orig 2024-07-04 23:14:49 UTC
+++ pyproject.toml
@@ -38,5 +38,5 @@ requires = [
"setuptools>=42",
"wheel",
@@ -1,7 +1,7 @@ requires = [
[build-system]
requires = [
"scikit_build_core",
- "numpy >= 2.0"
+ "numpy"
]
build-backend = "scikit_build_core.build"
@@ -29,7 +29,7 @@ dependencies = [
license = {file = "LICENSE"}
dependencies = [
"numpy; platform_system=='Darwin'",
- "oldest-supported-numpy; platform_system!='Darwin'",
+ "numpy; platform_system!='Darwin'",
"typing_extensions; python_version < '3.11'"
]
requires-python = ">=3.9"