Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python-nidaqmx: new package #22331

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

python-nidaqmx: new package #22331

wants to merge 4 commits into from

Conversation

fsagbuya
Copy link
Contributor

@fsagbuya fsagbuya commented Oct 29, 2024

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:

  • hightime
  • python-decouple
  • tzlocal

@fsagbuya fsagbuya marked this pull request as draft October 29, 2024 08:04
@fsagbuya fsagbuya force-pushed the nidaqmx branch 7 times, most recently from 1183d7c to 6e40519 Compare October 29, 2024 12:28
@Biswa96
Copy link
Member

Biswa96 commented Nov 13, 2024

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 fsagbuya marked this pull request as ready for review November 14, 2024 10:01
@fsagbuya
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants