forked from rosa/hakurei
internal/rosa: improve helper bindings
This uses more intuitive names for some arguments and inverts their default value. Slices and nil-capable strings replace skip arguments. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -162,7 +162,7 @@ package python-setuptools {
|
||||
// error: invalid command 'dist_info'
|
||||
buildIsolation = true;
|
||||
// pytest circular dependency
|
||||
skipCheck = true;
|
||||
check = nil;
|
||||
};
|
||||
|
||||
runtime = [ python ];
|
||||
@@ -212,7 +212,7 @@ package python-vcs-versioning {
|
||||
// upstream is monorepo of two packages (setuptools-scm)
|
||||
append = [ "vcs-versioning" ];
|
||||
// pytest circular dependency
|
||||
skipCheck = true;
|
||||
check = nil;
|
||||
};
|
||||
|
||||
inputs = [
|
||||
@@ -246,7 +246,7 @@ package python-setuptools-scm {
|
||||
// upstream is monorepo of two packages
|
||||
append = [ "setuptools-scm" ];
|
||||
// pytest circular dependency
|
||||
skipCheck = true;
|
||||
check = nil;
|
||||
};
|
||||
|
||||
inputs = [
|
||||
@@ -276,7 +276,7 @@ package python-flit-core {
|
||||
// upstream has other unused packages with many dependencies
|
||||
append = [ "flit_core" ];
|
||||
// pytest circular dependency
|
||||
skipCheck = true;
|
||||
check = nil;
|
||||
};
|
||||
|
||||
runtime = [ python ];
|
||||
@@ -296,7 +296,7 @@ package python-packaging {
|
||||
|
||||
exec = pip {
|
||||
// pytest circular dependency
|
||||
skipCheck = true;
|
||||
check = nil;
|
||||
};
|
||||
|
||||
inputs = [ python-flit-core ];
|
||||
@@ -317,7 +317,7 @@ package python-pathspec {
|
||||
|
||||
exec = pip {
|
||||
// pytest circular dependency
|
||||
skipCheck = true;
|
||||
check = nil;
|
||||
};
|
||||
|
||||
inputs = [ python-flit-core ];
|
||||
@@ -338,7 +338,7 @@ package python-trove-classifiers {
|
||||
|
||||
exec = pip {
|
||||
// pytest circular dependency
|
||||
skipCheck = true;
|
||||
check = nil;
|
||||
};
|
||||
|
||||
inputs = [ python-setuptools ];
|
||||
@@ -363,7 +363,7 @@ package python-pluggy {
|
||||
|
||||
exec = pip {
|
||||
// pytest circular dependency
|
||||
skipCheck = true;
|
||||
check = nil;
|
||||
};
|
||||
|
||||
inputs = [ python-setuptools-scm ];
|
||||
@@ -386,7 +386,7 @@ package python-hatchling {
|
||||
// upstream has other unused packages with many dependencies
|
||||
append = [ "backend" ];
|
||||
// pytest circular dependency
|
||||
skipCheck = true;
|
||||
check = nil;
|
||||
};
|
||||
|
||||
inputs = [
|
||||
@@ -418,7 +418,7 @@ package python-pygments {
|
||||
|
||||
exec = pip {
|
||||
// pytest circular dependency
|
||||
skipCheck = true;
|
||||
check = nil;
|
||||
};
|
||||
|
||||
inputs = [ python-hatchling ];
|
||||
@@ -443,7 +443,7 @@ package python-iniconfig {
|
||||
|
||||
exec = pip {
|
||||
// pytest circular dependency
|
||||
skipCheck = true;
|
||||
check = nil;
|
||||
};
|
||||
|
||||
inputs = [ python-setuptools-scm ];
|
||||
@@ -468,7 +468,7 @@ package python-pytest {
|
||||
|
||||
exec = pip {
|
||||
// many dependencies
|
||||
skipCheck = true;
|
||||
check = nil;
|
||||
};
|
||||
|
||||
inputs = [
|
||||
|
||||
Reference in New Issue
Block a user