msys2 / MINGW-packages

Package scripts for MinGW-w64 targets to build under MSYS2.
https://packages.msys2.org
BSD 3-Clause "New" or "Revised" License
2.31k stars 1.23k forks source link

python-nidaqmx: new package #22331

Open fsagbuya opened 1 month ago

fsagbuya commented 1 month ago

Description

Added python-nidaqmx package.

Tested in CLANG64 shell:

$ python
Python 3.11.9 (main, Apr 12 2024, 09:55:30)  [GCC Clang 18.1.3 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import nidaqmx
>>> print(nidaqmx.__version__)
1.0.1

Need to package dependencies:

Biswa96 commented 3 weeks ago

Could you please follow the PKGBUILD template for all python packages from here https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-PKGBUILD-templates/PKGBUILD.python.sh ? Also, you can add all the dependencies in this same PR. CI will build them according to the dependency list.

fsagbuya commented 2 weeks ago

@Biswa96 CI still failing even though the missing dependencies have already been packaged

fsagbuya commented 6 days ago

@Biswa96 any updates?

Biswa96 commented 6 days ago

PKGBUILDs of decouple and hightlight do not follow the PKGBUILD template. Also, nidaqmx do not have those dependencies.

fsagbuya commented 5 days ago

@Biswa96 updated.