mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
cad/{,py-}gdstk: update 0.9.52 → 0.9.53
Reported by: portscout
This commit is contained in:
parent
2b4b49e9fb
commit
6be60f6fb8
6 changed files with 26 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= gdstk
|
PORTNAME= gdstk
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 0.9.52
|
DISTVERSION= 0.9.53
|
||||||
CATEGORIES= cad
|
CATEGORIES= cad
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1716736841
|
TIMESTAMP = 1720985146
|
||||||
SHA256 (heitzmann-gdstk-v0.9.52_GH0.tar.gz) = 1369ab198b946018e3fdae1267296fc47c047b4fc9ffd059a59955406c1b1394
|
SHA256 (heitzmann-gdstk-v0.9.53_GH0.tar.gz) = 8fdf85e9e90838720ff1d3555e5b880868cbc18a919261f317772b0327457be0
|
||||||
SIZE (heitzmann-gdstk-v0.9.52_GH0.tar.gz) = 361499
|
SIZE (heitzmann-gdstk-v0.9.53_GH0.tar.gz) = 365722
|
||||||
|
|
|
@ -15,6 +15,7 @@ include/gdstk/oasis.hpp
|
||||||
include/gdstk/pathcommon.hpp
|
include/gdstk/pathcommon.hpp
|
||||||
include/gdstk/polygon.hpp
|
include/gdstk/polygon.hpp
|
||||||
include/gdstk/property.hpp
|
include/gdstk/property.hpp
|
||||||
|
include/gdstk/raithdata.hpp
|
||||||
include/gdstk/rawcell.hpp
|
include/gdstk/rawcell.hpp
|
||||||
include/gdstk/reference.hpp
|
include/gdstk/reference.hpp
|
||||||
include/gdstk/repetition.hpp
|
include/gdstk/repetition.hpp
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= gdstk
|
PORTNAME= gdstk
|
||||||
DISTVERSION= 0.9.52
|
DISTVERSION= 0.9.53
|
||||||
CATEGORIES= cad
|
CATEGORIES= cad
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -21,8 +21,9 @@ LIB_DEPENDS= libqhull_r.so:math/qhull
|
||||||
RUN_DEPENDS= ${PYNUMPY}
|
RUN_DEPENDS= ${PYNUMPY}
|
||||||
|
|
||||||
USES= compiler:c++11-lang python
|
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_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
|
||||||
|
TEST_WRKSRC= ${WRKSRC}/tests
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1716737479
|
TIMESTAMP = 1720985236
|
||||||
SHA256 (gdstk-0.9.52.tar.gz) = 42267292d272f4a4c8229091dc83a496d0a15f969cf36693b5597d3fe8efb92f
|
SHA256 (gdstk-0.9.53.tar.gz) = 73c87e2e3d43911b09f2a10c90359426bd15dcdeb799606bbc1e93e49acacd90
|
||||||
SIZE (gdstk-0.9.52.tar.gz) = 311291
|
SIZE (gdstk-0.9.53.tar.gz) = 315746
|
||||||
|
|
|
@ -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
|
+++ pyproject.toml
|
||||||
@@ -38,5 +38,5 @@ requires = [
|
@@ -1,7 +1,7 @@ requires = [
|
||||||
"setuptools>=42",
|
[build-system]
|
||||||
"wheel",
|
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'",
|
"numpy; platform_system=='Darwin'",
|
||||||
- "oldest-supported-numpy; platform_system!='Darwin'",
|
- "oldest-supported-numpy; platform_system!='Darwin'",
|
||||||
+ "numpy; platform_system!='Darwin'",
|
+ "numpy; platform_system!='Darwin'",
|
||||||
|
"typing_extensions; python_version < '3.11'"
|
||||||
]
|
]
|
||||||
|
requires-python = ">=3.9"
|
||||||
|
|
Loading…
Add table
Reference in a new issue