summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/meson-python
AgeCommit message (Collapse)Author
2024-10-28pypaBuildHook: handle pypaBuildFlags `__structuredAttrs`-agnosticallyYueh-Shun Li
2024-10-28pipBuildHook: handle pipBuildFlags `__structuredAttrs`-agnosticallyYueh-Shun Li
2024-07-30python3Packages: remove unused argumentsSigmanificient
2024-07-14treewide: remove unused occurence of stdenv (and other) argumentsSigmanificient
format (will squash)
2024-05-22python3Packages: format with nixfmtMartin Weinelt
2024-04-28Merge branch 'master' into staging-nextJan Tojnar
2024-04-28Removing FRidh as active maintainer of packagesFrederik Rietdijk
In the past I was very active with Python packaging. For several years now I was hardly around as maintainer, so it does not make sense I am listed as a maintainer for these makes. Looking back, I should have removed myself as maintainer already much longer ago. Anyway, better late than never. It's been a fun ride, and I do intend to occasionally contribute to Nixpkgs, but not in the same way it once was.
2024-04-22python3Packages.meson-python: 0.15.0 -> 0.16.0Martin Weinelt
https://github.com/mesonbuild/meson-python/blob/0.16.0/CHANGELOG.rst
2024-01-21python310Packages.meson-python: add doronbehar as maintainerDoron Behar
2023-12-20python3Packages.meson-python: 0.14.0 -> 0.15.0Martin Weinelt
https://github.com/mesonbuild/meson-python/blob/0.15.0/CHANGELOG.rst
2023-10-13python3.pkgs.meson-python: run hook in postConfigureAlyssa Ross
It's not uncommon for packages to modify mesonFlags/mesonFlagsArray in e.g. preConfigure. Since the hook was previously run immediately, these changes wouldn't have been picked up. To fix this, run the hook after the configure phase, where we know the list of meson flags will have been finalized. Fixes: 70d182be3fd4 ("python3.pkgs.meson-python: populate python build flags with $mesonFlags")
2023-09-27python3Packages.meson-python: 0.13.1 -> 0.14.0Martin Weinelt
2023-08-03python3.pkgs.meson-python: depend on top-level ninjaTheodore Ni
This is a build tool that depends on a ninja binary directly, not through the ninja PyPI package.
2023-07-28python3.pkgs.meson-python: populate python build flags with $mesonFlagsDoron Behar
2023-07-28python3.pkgs.meson-python: 0.12.1 -> 0.13.1Doron Behar
Changelog: https://github.com/mesonbuild/meson-python/blob/0.13.1/CHANGELOG.rst
2023-03-03python3Packages.meson-python: 0.12.0 -> 0.12.1Martin Weinelt
2023-01-15python3Packages.meson-python: Propagate typing-extensionsMartin Weinelt
It is both a build and a runtime dependency for python<3.10.
2023-01-09python3Packages.meson-python: Provide typing-extensions for python<3.10Martin Weinelt
2023-01-05python3Packages.meson-python: 0.10.0 -> 0.12.0Martin Weinelt
2022-11-13python3.pkgs.meson-python: 0.8.1 -> 0.10.0Doron Behar
2022-09-19python3Packages.meson-python: 0.6.0 -> 0.8.1Frederik Rietdijk
2022-09-19python3.pkgs.meson-python: init at 0.6.0Frederik Rietdijk