Skip to content

Commit

Permalink
Merge ../builds/hammer_build_peek-plugin-base_3.4.16/overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
TyberiusPrime committed Sep 18, 2024
2 parents bd6caf7 + 1f7766b commit 2e69c33
Show file tree
Hide file tree
Showing 21 changed files with 118 additions and 0 deletions.
30 changes: 30 additions & 0 deletions collected.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3226,6 +3226,9 @@
jsmin = {
"3.0.1" = import ./overrides/jsmin/3.0.1;
};
json-cfg-rw = {
"0.6.0" = import ./overrides/json-cfg-rw/0.6.0;
};
json-database = {
"0.7.0" = import ./overrides/json-database/0.7.0;
};
Expand Down Expand Up @@ -5075,6 +5078,9 @@
psqlparse = {
"1.0rc7" = import ./overrides/psqlparse/1.0rc7;
};
psutil = {
"5.9.0" = import ./overrides/psutil/5.9.0;
};
psychrolib = {
"2.5.0" = import ./overrides/psychrolib/2.5.0;
};
Expand Down Expand Up @@ -6207,6 +6213,9 @@
pytlv = {
"0.71" = import ./overrides/pytlv/0.71;
};
pytmpdir = {
"1.1.0" = import ./overrides/pytmpdir/1.1.0;
};
pytorchvideo = {
"0.1.5" = import ./overrides/pytorchvideo/0.1.5;
};
Expand Down Expand Up @@ -7025,6 +7034,9 @@
snownlp = {
"0.12.3" = import ./overrides/snownlp/0.12.3;
};
soappy-py3 = {
"0.52.30" = import ./overrides/soappy-py3/0.52.30;
};
socketio-client = {
"0.7.2" = import ./overrides/socketio-client/0.7.2;
};
Expand Down Expand Up @@ -7783,9 +7795,21 @@
twofish = {
"0.3.0" = import ./overrides/twofish/0.3.0;
};
txcelery-py3 = {
"1.6.4" = import ./overrides/txcelery-py3/1.6.4;
};
txhttputil = {
"1.3.0" = import ./overrides/txhttputil/1.3.0;
};
txredis = {
"2.4" = import ./overrides/txredis/2.4;
};
txsuds-py3 = {
"0.5.10" = import ./overrides/txsuds-py3/0.5.10;
};
txwebsocket = {
"1.1.1" = import ./overrides/txwebsocket/1.1.1;
};
typechecks = {
"0.1.0" = import ./overrides/typechecks/0.1.0;
};
Expand Down Expand Up @@ -8081,6 +8105,9 @@
volvooncall = {
"0.10.4" = import ./overrides/volvooncall/0.10.4;
};
vortexpy = {
"3.1.0" = import ./overrides/vortexpy/3.1.0;
};
vsts-cd-manager = {
"1.0.2" = import ./overrides/vsts-cd-manager/1.0.2;
};
Expand Down Expand Up @@ -8227,6 +8254,9 @@
wsgiutils = {
"0.7.2" = import ./overrides/wsgiutils/0.7.2;
};
wstools-py3 = {
"0.54.5" = import ./overrides/wstools-py3/0.54.5;
};
wtf-peewee = {
"3.0.5" = import ./overrides/wtf-peewee/3.0.5;
};
Expand Down
11 changes: 11 additions & 0 deletions overrides/json-cfg-rw/0.6.0/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{ final, ... }:
old:
if ((old.format or "sdist") == "wheel") then
{ }
else
{
nativeBuildInputs = old.nativeBuildInputs or [ ] ++ [
final.setuptools-scm
final.setuptools
];
}
1 change: 1 addition & 0 deletions overrides/json-cfg-rw/0.6.0/rules.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
BuildSystems = [ "setuptools", "setuptools-scm",]
6 changes: 6 additions & 0 deletions overrides/psutil/5.9.0/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{ final, ... }:
old:
if ((old.format or "sdist") == "wheel") then
{ }
else
{ nativeBuildInputs = old.nativeBuildInputs or [ ] ++ [ final.setuptools ]; }
1 change: 1 addition & 0 deletions overrides/psutil/5.9.0/rules.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
BuildSystems = [ "setuptools",]
6 changes: 6 additions & 0 deletions overrides/pytmpdir/1.1.0/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{ final, ... }:
old:
if ((old.format or "sdist") == "wheel") then
{ }
else
{ nativeBuildInputs = old.nativeBuildInputs or [ ] ++ [ final.setuptools ]; }
1 change: 1 addition & 0 deletions overrides/pytmpdir/1.1.0/rules.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
BuildSystems = [ "setuptools",]
6 changes: 6 additions & 0 deletions overrides/soappy-py3/0.52.30/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{ final, ... }:
old:
if ((old.format or "sdist") == "wheel") then
{ }
else
{ nativeBuildInputs = old.nativeBuildInputs or [ ] ++ [ final.setuptools ]; }
1 change: 1 addition & 0 deletions overrides/soappy-py3/0.52.30/rules.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
BuildSystems = [ "setuptools",]
11 changes: 11 additions & 0 deletions overrides/txcelery-py3/1.6.4/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{ final, ... }:
old:
if ((old.format or "sdist") == "wheel") then
{ }
else
{
env = {
dontCheckRuntimeDeps = true;
};
nativeBuildInputs = old.nativeBuildInputs or [ ] ++ [ final.setuptools ];
}
2 changes: 2 additions & 0 deletions overrides/txcelery-py3/1.6.4/rules.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
BorkedRuntimeDepsCheck = true
BuildSystems = [ "setuptools",]
6 changes: 6 additions & 0 deletions overrides/txhttputil/1.3.0/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{ final, ... }:
old:
if ((old.format or "sdist") == "wheel") then
{ }
else
{ nativeBuildInputs = old.nativeBuildInputs or [ ] ++ [ final.setuptools ]; }
1 change: 1 addition & 0 deletions overrides/txhttputil/1.3.0/rules.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
BuildSystems = [ "setuptools",]
6 changes: 6 additions & 0 deletions overrides/txsuds-py3/0.5.10/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{ final, ... }:
old:
if ((old.format or "sdist") == "wheel") then
{ }
else
{ nativeBuildInputs = old.nativeBuildInputs or [ ] ++ [ final.setuptools ]; }
2 changes: 2 additions & 0 deletions overrides/txsuds-py3/0.5.10/rules.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
BuildSystems = [ "setuptools",]
DowngradePython = "3.11"
12 changes: 12 additions & 0 deletions overrides/txwebsocket/1.1.1/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{ final, ... }:
old:
if ((old.format or "sdist") == "wheel") then
{ }
else
{
nativeBuildInputs = old.nativeBuildInputs or [ ] ++ [
final.setuptools
final.vcversioner
final.six
];
}
1 change: 1 addition & 0 deletions overrides/txwebsocket/1.1.1/rules.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
BuildSystems = [ "setuptools", "six", "vcversioner",]
6 changes: 6 additions & 0 deletions overrides/vortexpy/3.1.0/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{ final, ... }:
old:
if ((old.format or "sdist") == "wheel") then
{ }
else
{ nativeBuildInputs = old.nativeBuildInputs or [ ] ++ [ final.setuptools ]; }
1 change: 1 addition & 0 deletions overrides/vortexpy/3.1.0/rules.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
BuildSystems = [ "setuptools",]
6 changes: 6 additions & 0 deletions overrides/wstools-py3/0.54.5/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{ final, ... }:
old:
if ((old.format or "sdist") == "wheel") then
{ }
else
{ nativeBuildInputs = old.nativeBuildInputs or [ ] ++ [ final.setuptools ]; }
1 change: 1 addition & 0 deletions overrides/wstools-py3/0.54.5/rules.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
BuildSystems = [ "setuptools",]

0 comments on commit 2e69c33

Please sign in to comment.