mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 21:03:15 +00:00
python3Packages.meson-python: 0.6.0 -> 0.8.1
This commit is contained in:
parent
941663db0b
commit
9b4a97f4f1
@ -11,13 +11,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "meson-python";
|
||||
version = "0.6.0";
|
||||
version = "0.8.1";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit version;
|
||||
pname = "meson_python";
|
||||
hash = "sha256-/bX7s6ttdTav/+qPt9CYREb4t5vHCz+8mA5DvV81bfM=";
|
||||
hash = "sha256-RC8fpM9dtQ7qYRcKYFnBD6/XCXf12980QcEGzSOwXkw=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -28,7 +28,6 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
colorama
|
||||
meson
|
||||
ninja
|
||||
pyproject-metadata
|
||||
@ -44,6 +43,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Meson Python build backend (PEP 517)";
|
||||
homepage = "https://github.com/FFY00/meson-python";
|
||||
license = [ lib.licenses.mit ];
|
||||
maintainers = [ lib.maintainers.fridh ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user