mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
python313Packages.yq: convert to pyproject, cleanup maintainers (#438452)
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
jq,
|
||||
pytestCheckHook,
|
||||
pyyaml,
|
||||
setuptools,
|
||||
setuptools-scm,
|
||||
replaceVars,
|
||||
tomlkit,
|
||||
@@ -15,7 +16,7 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "yq";
|
||||
version = "3.4.3";
|
||||
format = "setuptools";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
@@ -28,9 +29,12 @@ buildPythonPackage rec {
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ setuptools-scm ];
|
||||
build-system = [
|
||||
setuptools
|
||||
setuptools-scm
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
argcomplete
|
||||
pyyaml
|
||||
tomlkit
|
||||
@@ -48,7 +52,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/kislyuk/yq";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [
|
||||
womfoo
|
||||
SuperSandro2000
|
||||
];
|
||||
mainProgram = "yq";
|
||||
|
||||
Reference in New Issue
Block a user