1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

misc/{,py-}ezc3d: update 1.5.19 → 1.6.3

Reported by:	portscout
This commit is contained in:
Yuri Victorovich
2025-11-29 13:08:51 -08:00
parent 8da6dbd1d6
commit 836790d50a
6 changed files with 52 additions and 14 deletions
+4 -3
View File
@@ -1,6 +1,6 @@
PORTNAME= ezc3d
DISTVERSIONPREFIX= Release_
DISTVERSION= 1.5.19
DISTVERSION= 1.6.3
CATEGORIES= misc
MAINTAINER= yuri@FreeBSD.org
@@ -14,7 +14,7 @@ USES= cmake:testing compiler:c++11-lang python:test
USE_GITHUB= yes
GH_ACCOUNT= pyomeca
GH_TUPLE= google:googletest:3880b13:googletest/external/gtest # https://github.com/pyomeca/ezc3d/issues/256
GH_TUPLE= google:googletest:c9461a9:googletest/external/gtest # https://github.com/pyomeca/ezc3d/issues/256
CMAKE_TESTING_ON= BUILD_TESTS
@@ -23,6 +23,7 @@ CMAKE_TESTING_TARGET= gtest
post-test:
@cd ${TEST_WRKSRC}/test && ./ezc3d_test
# tests as of 1.5.19: [ PASSED ] 54 tests.
# tests as of 1.6.3: [ PASSED ] 56 tests.
.include <bsd.port.mk>
+5 -5
View File
@@ -1,5 +1,5 @@
TIMESTAMP = 1750226735
SHA256 (pyomeca-ezc3d-Release_1.5.19_GH0.tar.gz) = e2d9ce20c13e0f2167378763b4c76447fce943f2f2ccbb2a9e985835283a622c
SIZE (pyomeca-ezc3d-Release_1.5.19_GH0.tar.gz) = 954560
SHA256 (google-googletest-3880b13_GH0.tar.gz) = ea3d403a3de3ab084841ec97efa440fb45d5f2fbe4eb09a22ccb9643a6af11ba
SIZE (google-googletest-3880b13_GH0.tar.gz) = 962793
TIMESTAMP = 1764447169
SHA256 (pyomeca-ezc3d-Release_1.6.3_GH0.tar.gz) = 49f297b1046214771b5a4b2037621642c7bb8a454ca3976a7f5cacb222670af3
SIZE (pyomeca-ezc3d-Release_1.6.3_GH0.tar.gz) = 943755
SHA256 (google-googletest-c9461a9_GH0.tar.gz) = 565ec9eec2bdc9f3e4c35d02c0baafa87806b5a47136ff94d646d02027c660cc
SIZE (google-googletest-c9461a9_GH0.tar.gz) = 834933
+2
View File
@@ -7,6 +7,7 @@ include/ezc3d/DataStartInfo.h
include/ezc3d/Frame.h
include/ezc3d/Group.h
include/ezc3d/Header.h
include/ezc3d/Options.h
include/ezc3d/Parameter.h
include/ezc3d/Parameters.h
include/ezc3d/Point.h
@@ -16,6 +17,7 @@ include/ezc3d/Rotation.h
include/ezc3d/Rotations.h
include/ezc3d/RotationsInfo.h
include/ezc3d/RotationsSubframe.h
include/ezc3d/WriteOptions.h
include/ezc3d/ezc3d.h
include/ezc3d/ezc3dConfig.h
include/ezc3d/ezc3dNamespace.h
+4 -3
View File
@@ -1,6 +1,6 @@
PORTNAME= ezc3d
DISTVERSIONPREFIX= Release_
DISTVERSION= 1.5.19
DISTVERSION= 1.6.3
CATEGORIES= misc python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +11,8 @@ WWW= https://github.com/pyomeca/ezc3d
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYNUMPY} \
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}scikit-build>0:devel/py-scikit-build@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \
cmake:devel/cmake-core \
@@ -19,7 +20,7 @@ BUILD_DEPENDS= ${PYNUMPY} \
RUN_DEPENDS= ${PYNUMPY}
USES= python
USE_PYTHON= distutils autoplist pytest # autoplist is broken due to https://github.com/pyomeca/ezc3d/issues/258 ; 3 tests fail, see https://github.com/pyomeca/ezc3d/issues/291
USE_PYTHON= pep517 autoplist pytest # autoplist is broken due to https://github.com/pyomeca/ezc3d/issues/258 ; 3 tests fail, see https://github.com/pyomeca/ezc3d/issues/291
USE_GITHUB= yes
GH_ACCOUNT= pyomeca
+3 -3
View File
@@ -1,5 +1,5 @@
TIMESTAMP = 1750226884
SHA256 (pyomeca-ezc3d-Release_1.5.19_GH0.tar.gz) = e2d9ce20c13e0f2167378763b4c76447fce943f2f2ccbb2a9e985835283a622c
SIZE (pyomeca-ezc3d-Release_1.5.19_GH0.tar.gz) = 954560
TIMESTAMP = 1764447621
SHA256 (pyomeca-ezc3d-Release_1.6.3_GH0.tar.gz) = 49f297b1046214771b5a4b2037621642c7bb8a454ca3976a7f5cacb222670af3
SIZE (pyomeca-ezc3d-Release_1.6.3_GH0.tar.gz) = 943755
SHA256 (google-googletest-3880b13_GH0.tar.gz) = ea3d403a3de3ab084841ec97efa440fb45d5f2fbe4eb09a22ccb9643a6af11ba
SIZE (google-googletest-3880b13_GH0.tar.gz) = 962793
+34
View File
@@ -0,0 +1,34 @@
--- pyproject.toml.orig 2025-11-29 13:01:05.743721000 -0800
+++ pyproject.toml 2025-11-29 13:01:10.079226000 -0800
@@ -1,30 +1,11 @@
[build-system]
requires = [
- "setuptools>=61.0",
+ "setuptools",
"wheel",
"scikit-build",
- "cmake",
- "ninja",
- "swig",
"numpy",
]
build-backend = "setuptools.build_meta"
-[project]
-name = "ezc3d"
-dynamic = ["version"]
-dependencies = [
- "numpy",
-]
-description = "Easy to use C3D reader/writer for C++, Python, and Matlab"
-readme = "README.md" # This links to your README file
-authors = [
- {name = "Michaud, Benjamin"},
- {name = "Begon, Mickaël"}
-]
-license-files = ["LICENSE"]
-urls = { "Homepage" = "https://github.com/pyomeca/ezc3d" }
-requires-python = ">=3.10"
-
[tool.cibuildwheel]
build-frontend = "build"