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

Merged
merged 4 commits into from
Dec 6, 2024
Merged

python-nidaqmx: new package #22331

merged 4 commits into from
Dec 6, 2024

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 force-pushed the nidaqmx branch 3 times, most recently from cbe8040 to 99f2f12 Compare November 14, 2024 10:01
@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

@fsagbuya
Copy link
Contributor Author

@Biswa96 any updates?

@Biswa96
Copy link
Member

Biswa96 commented Nov 28, 2024

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

@fsagbuya
Copy link
Contributor Author

@Biswa96 updated.

@Biswa96 Biswa96 added the new-package Pull request which adds new package(s) label Nov 29, 2024
@fsagbuya
Copy link
Contributor Author

fsagbuya commented Dec 6, 2024

@Biswa96 any updates?

@Biswa96 Biswa96 merged commit 8330e36 into msys2:master Dec 6, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-package Pull request which adds new package(s)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants