mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-01 10:34:16 +00:00
33d12e5f0b
This adds a test to ensure no new uses of `buildPythonApplication` can be added to `python-packages.nix`. Python packages can be grouped into two groups: 1) applications and 2) packages providing importable modules. In `python-packages.nix` we only want to have 2). 1) should be in the top-level package set. To achieve this, all setup hooks need to be marked as being a setup hook. For the setup hooks in the Python packages set this is done by creating a new builder, `makePythonHook`. Because there were issues with splicing, the file importing all the hooks is converted to an extension. All non-packages were moved out of `python-packages.nix` into `python-packages-base.nix`. The `keep` argument to `makeScopeWithSplicing was cleaned up as well; there is no need to keep this one manually in sync reducing the risk of breaking cross-compilation. |
||
---|---|---|
.. | ||
acl2 | ||
alda | ||
angelscript | ||
asmrepl | ||
bats | ||
bic | ||
boron | ||
bqn | ||
bwbasic | ||
ceptre | ||
cg3 | ||
chibi | ||
cling | ||
clips | ||
clisp | ||
clojure | ||
cyclone | ||
dart | ||
dhall | ||
duktape | ||
dzaima-apl | ||
eff | ||
elixir | ||
erlang | ||
evcxr | ||
falcon | ||
gauche | ||
gnu-apl | ||
gnudatalanguage | ||
groovy | ||
gtk-server | ||
guile | ||
hashlink | ||
hugs | ||
icon-lang | ||
io | ||
ivy | ||
j | ||
janet | ||
jelly | ||
jimtcl | ||
joker | ||
jruby | ||
jython | ||
kerf | ||
kona | ||
lfe | ||
lolcode | ||
love | ||
lua-5 | ||
luajit | ||
luau | ||
lunatic | ||
maude | ||
metamath | ||
micropython | ||
mujs | ||
nextflow | ||
ngn-k | ||
nickel | ||
npiet | ||
oak | ||
octave | ||
perl | ||
php | ||
picoc | ||
picolisp | ||
python | ||
python-cosmopolitan | ||
qnial | ||
quickjs | ||
racket | ||
rakudo | ||
rascal | ||
red | ||
regina | ||
renpy | ||
ruby | ||
s9fes | ||
scheme48 | ||
scsh | ||
self | ||
shen-sbcl | ||
shen-sources | ||
sollya | ||
spidermonkey | ||
starlark | ||
supercollider | ||
tcl | ||
tclreadline | ||
tinyscheme | ||
trealla | ||
unicon-lang | ||
wasm3 | ||
wasmer | ||
wasmtime | ||
yabasic | ||
yex-lang | ||
zuo |