summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/dtw-python
AgeCommit message (Collapse)Author
2024-11-12python3Packages.dtw-python: set pytestFlagsArray in preCheck hookWolfgang Walther
This flag relies on bash eval of pytestFlagsArray, which we'd like to get rid of. By moving the evaluation of $src into the preCheck hook, we achieve the same.
2024-10-13python3Packages.dtw-python: 1.4.4 -> 1.5.3Martin Weinelt
https://github.com/DynamicTimeWarping/dtw-python/blob/refs/tags/v1.5.3/CHANGELOG.md
2024-05-24python311Packages.dtw-python: 1.4.2 -> 1.4.4R. Ryantm
2024-05-22python3Packages: format with nixfmtMartin Weinelt
2024-03-31python311Packages.dtw-python: 1.3.1 -> 1.4.2R. Ryantm
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2023-12-27python310Packages.dtw-python: 1.3.0 -> 1.3.1R. Ryantm
2023-10-18pythonPackages: fix input argument typosYueh-Shun Li
disable -> disabled
2023-09-17python3Packages.dtw-python: init at 1.3.0Maksym Balatsko