diff --git a/collected.nix b/collected.nix index 3da05739a..7c418621d 100644 --- a/collected.nix +++ b/collected.nix @@ -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; }; @@ -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; }; @@ -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; }; @@ -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; }; @@ -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; }; @@ -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; }; @@ -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; }; diff --git a/overrides/json-cfg-rw/0.6.0/default.nix b/overrides/json-cfg-rw/0.6.0/default.nix new file mode 100644 index 000000000..b5bc4376d --- /dev/null +++ b/overrides/json-cfg-rw/0.6.0/default.nix @@ -0,0 +1,11 @@ +{ final, ... }: +old: +if ((old.format or "sdist") == "wheel") then + { } +else + { + nativeBuildInputs = old.nativeBuildInputs or [ ] ++ [ + final.setuptools-scm + final.setuptools + ]; + } diff --git a/overrides/json-cfg-rw/0.6.0/rules.toml b/overrides/json-cfg-rw/0.6.0/rules.toml new file mode 100644 index 000000000..5be3424f6 --- /dev/null +++ b/overrides/json-cfg-rw/0.6.0/rules.toml @@ -0,0 +1 @@ +BuildSystems = [ "setuptools", "setuptools-scm",] diff --git a/overrides/psutil/5.9.0/default.nix b/overrides/psutil/5.9.0/default.nix new file mode 100644 index 000000000..23ac65957 --- /dev/null +++ b/overrides/psutil/5.9.0/default.nix @@ -0,0 +1,6 @@ +{ final, ... }: +old: +if ((old.format or "sdist") == "wheel") then + { } +else + { nativeBuildInputs = old.nativeBuildInputs or [ ] ++ [ final.setuptools ]; } diff --git a/overrides/psutil/5.9.0/rules.toml b/overrides/psutil/5.9.0/rules.toml new file mode 100644 index 000000000..1388c2a3d --- /dev/null +++ b/overrides/psutil/5.9.0/rules.toml @@ -0,0 +1 @@ +BuildSystems = [ "setuptools",] diff --git a/overrides/pytmpdir/1.1.0/default.nix b/overrides/pytmpdir/1.1.0/default.nix new file mode 100644 index 000000000..23ac65957 --- /dev/null +++ b/overrides/pytmpdir/1.1.0/default.nix @@ -0,0 +1,6 @@ +{ final, ... }: +old: +if ((old.format or "sdist") == "wheel") then + { } +else + { nativeBuildInputs = old.nativeBuildInputs or [ ] ++ [ final.setuptools ]; } diff --git a/overrides/pytmpdir/1.1.0/rules.toml b/overrides/pytmpdir/1.1.0/rules.toml new file mode 100644 index 000000000..1388c2a3d --- /dev/null +++ b/overrides/pytmpdir/1.1.0/rules.toml @@ -0,0 +1 @@ +BuildSystems = [ "setuptools",] diff --git a/overrides/soappy-py3/0.52.30/default.nix b/overrides/soappy-py3/0.52.30/default.nix new file mode 100644 index 000000000..23ac65957 --- /dev/null +++ b/overrides/soappy-py3/0.52.30/default.nix @@ -0,0 +1,6 @@ +{ final, ... }: +old: +if ((old.format or "sdist") == "wheel") then + { } +else + { nativeBuildInputs = old.nativeBuildInputs or [ ] ++ [ final.setuptools ]; } diff --git a/overrides/soappy-py3/0.52.30/rules.toml b/overrides/soappy-py3/0.52.30/rules.toml new file mode 100644 index 000000000..1388c2a3d --- /dev/null +++ b/overrides/soappy-py3/0.52.30/rules.toml @@ -0,0 +1 @@ +BuildSystems = [ "setuptools",] diff --git a/overrides/txcelery-py3/1.6.4/default.nix b/overrides/txcelery-py3/1.6.4/default.nix new file mode 100644 index 000000000..240cb8ad3 --- /dev/null +++ b/overrides/txcelery-py3/1.6.4/default.nix @@ -0,0 +1,11 @@ +{ final, ... }: +old: +if ((old.format or "sdist") == "wheel") then + { } +else + { + env = { + dontCheckRuntimeDeps = true; + }; + nativeBuildInputs = old.nativeBuildInputs or [ ] ++ [ final.setuptools ]; + } diff --git a/overrides/txcelery-py3/1.6.4/rules.toml b/overrides/txcelery-py3/1.6.4/rules.toml new file mode 100644 index 000000000..b280c4601 --- /dev/null +++ b/overrides/txcelery-py3/1.6.4/rules.toml @@ -0,0 +1,2 @@ +BorkedRuntimeDepsCheck = true +BuildSystems = [ "setuptools",] diff --git a/overrides/txhttputil/1.3.0/default.nix b/overrides/txhttputil/1.3.0/default.nix new file mode 100644 index 000000000..23ac65957 --- /dev/null +++ b/overrides/txhttputil/1.3.0/default.nix @@ -0,0 +1,6 @@ +{ final, ... }: +old: +if ((old.format or "sdist") == "wheel") then + { } +else + { nativeBuildInputs = old.nativeBuildInputs or [ ] ++ [ final.setuptools ]; } diff --git a/overrides/txhttputil/1.3.0/rules.toml b/overrides/txhttputil/1.3.0/rules.toml new file mode 100644 index 000000000..1388c2a3d --- /dev/null +++ b/overrides/txhttputil/1.3.0/rules.toml @@ -0,0 +1 @@ +BuildSystems = [ "setuptools",] diff --git a/overrides/txsuds-py3/0.5.10/default.nix b/overrides/txsuds-py3/0.5.10/default.nix new file mode 100644 index 000000000..23ac65957 --- /dev/null +++ b/overrides/txsuds-py3/0.5.10/default.nix @@ -0,0 +1,6 @@ +{ final, ... }: +old: +if ((old.format or "sdist") == "wheel") then + { } +else + { nativeBuildInputs = old.nativeBuildInputs or [ ] ++ [ final.setuptools ]; } diff --git a/overrides/txsuds-py3/0.5.10/rules.toml b/overrides/txsuds-py3/0.5.10/rules.toml new file mode 100644 index 000000000..133148f75 --- /dev/null +++ b/overrides/txsuds-py3/0.5.10/rules.toml @@ -0,0 +1,2 @@ +BuildSystems = [ "setuptools",] +DowngradePython = "3.11" diff --git a/overrides/txwebsocket/1.1.1/default.nix b/overrides/txwebsocket/1.1.1/default.nix new file mode 100644 index 000000000..8aec03b02 --- /dev/null +++ b/overrides/txwebsocket/1.1.1/default.nix @@ -0,0 +1,12 @@ +{ final, ... }: +old: +if ((old.format or "sdist") == "wheel") then + { } +else + { + nativeBuildInputs = old.nativeBuildInputs or [ ] ++ [ + final.setuptools + final.vcversioner + final.six + ]; + } diff --git a/overrides/txwebsocket/1.1.1/rules.toml b/overrides/txwebsocket/1.1.1/rules.toml new file mode 100644 index 000000000..2544caaa5 --- /dev/null +++ b/overrides/txwebsocket/1.1.1/rules.toml @@ -0,0 +1 @@ +BuildSystems = [ "setuptools", "six", "vcversioner",] diff --git a/overrides/vortexpy/3.1.0/default.nix b/overrides/vortexpy/3.1.0/default.nix new file mode 100644 index 000000000..23ac65957 --- /dev/null +++ b/overrides/vortexpy/3.1.0/default.nix @@ -0,0 +1,6 @@ +{ final, ... }: +old: +if ((old.format or "sdist") == "wheel") then + { } +else + { nativeBuildInputs = old.nativeBuildInputs or [ ] ++ [ final.setuptools ]; } diff --git a/overrides/vortexpy/3.1.0/rules.toml b/overrides/vortexpy/3.1.0/rules.toml new file mode 100644 index 000000000..1388c2a3d --- /dev/null +++ b/overrides/vortexpy/3.1.0/rules.toml @@ -0,0 +1 @@ +BuildSystems = [ "setuptools",] diff --git a/overrides/wstools-py3/0.54.5/default.nix b/overrides/wstools-py3/0.54.5/default.nix new file mode 100644 index 000000000..23ac65957 --- /dev/null +++ b/overrides/wstools-py3/0.54.5/default.nix @@ -0,0 +1,6 @@ +{ final, ... }: +old: +if ((old.format or "sdist") == "wheel") then + { } +else + { nativeBuildInputs = old.nativeBuildInputs or [ ] ++ [ final.setuptools ]; } diff --git a/overrides/wstools-py3/0.54.5/rules.toml b/overrides/wstools-py3/0.54.5/rules.toml new file mode 100644 index 000000000..1388c2a3d --- /dev/null +++ b/overrides/wstools-py3/0.54.5/rules.toml @@ -0,0 +1 @@ +BuildSystems = [ "setuptools",]