Fabian Affolter
cd314ad205
python310Packages.pysnooz: init at 0.8.3
2022-11-03 19:44:01 +01:00
Iztok Fister Jr
e0546f44a9
python310Packages.niaaml: init at 1.1.11 ( #196752 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-11-03 00:10:49 +01:00
github-actions[bot]
075f0857dd
Merge master into staging-next
2022-11-02 00:02:32 +00:00
markuskowa
741b917812
Merge pull request #198658 from eyJhb/nsz
...
nsz: init at 4.1.0
2022-11-01 22:59:06 +01:00
eyjhb
8f6a2a16b0
nsz: init at 4.1.0
2022-11-01 22:15:55 +01:00
github-actions[bot]
ef41cdba6c
Merge master into staging-next
2022-11-01 18:01:10 +00:00
Ben Siraphob
ed58834ee0
Merge pull request #198956 from BillHuang2001/update/gym
2022-11-01 09:47:40 -05:00
Bill Huang
06c9d4d95c
gym: 0.21.0 -> 0.26.2
...
add importlib-metadata as dependency when python < 3.10
2022-11-01 22:22:54 +08:00
linsui
cd0a368e08
yutto: move to all-packages and 2.0.0b15 -> 2.0.0b16
2022-11-01 14:42:07 +01:00
Martin Weinelt
4524691694
Merge pull request #196811 from fabaff/demetriek
2022-11-01 14:18:59 +01:00
Fabian Affolter
d6a2e039bb
python310Packages.demetriek: init at 0.4.0
2022-11-01 11:58:52 +01:00
github-actions[bot]
facfd56509
Merge master into staging-next
2022-11-01 00:02:56 +00:00
Fabian Affolter
4d09321054
Merge pull request #198850 from fabaff/confection
...
python310Packages.confection: init at 0.0.3
2022-11-01 00:15:12 +01:00
Fabian Affolter
9dfd4741c4
python310Packages.confection: init at 0.0.3
2022-10-31 23:52:00 +01:00
github-actions[bot]
194c35c5e4
Merge master into staging-next
2022-10-31 18:03:13 +00:00
Frederik Rietdijk
3d5035f8f5
python3Packages: use toPythonModule on packages that are modules
2022-10-31 16:38:38 +01:00
github-actions[bot]
76cceffaf9
Merge master into staging-next
2022-10-31 12:01:26 +00:00
Fabian Affolter
28bb916518
Merge pull request #198625 from fabaff/mitmproxy_wireguard
...
python310Packages.mitmproxy-wireguard: init at 0.1.15
2022-10-31 08:00:09 +01:00
github-actions[bot]
9d424dbc41
Merge master into staging-next
2022-10-31 00:02:32 +00:00
Markus Wamser
025ba5cc19
bundlewrap: init at 4.15.0 ( #197904 )
2022-10-30 22:35:22 +01:00
github-actions[bot]
4f746003cf
Merge master into staging-next
2022-10-30 18:01:14 +00:00
Sandro
412b9917ce
Merge pull request #198064 from wegank/wxgtk31-drop-gtk2
2022-10-30 16:09:59 +01:00
github-actions[bot]
082314708c
Merge master into staging-next
2022-10-30 12:01:18 +00:00
Fabian Affolter
b3ed8ba167
python310Packages.mitmproxy-wireguard: init at 0.1.15
2022-10-30 10:48:54 +01:00
Fabian Affolter
e80d0e5d0c
Merge pull request #198527 from fabaff/nasdaq-data-link
...
python310Packages.nasdaq-data-link: init at 1.0.4
2022-10-30 09:13:24 +01:00
Fabian Affolter
83c0841c3e
Merge pull request #198187 from dali99/hydrus-api
...
python3Packages.hydrus-api: init at 4.0.0
2022-10-30 09:00:44 +01:00
github-actions[bot]
7cf1999911
Merge master into staging-next
2022-10-30 00:02:33 +00:00
Fabian Affolter
ad826d15b6
python310Packages.nasdaq-data-link: init at 1.0.4
2022-10-29 22:43:17 +02:00
github-actions[bot]
18b25cbb99
Merge master into staging-next
2022-10-29 12:01:19 +00:00
Fabian Affolter
f30a2b7de9
python310Packages.pyswitchbee: init at 1.6.0
2022-10-29 11:45:01 +02:00
Daniel Olsen
77dec2d67b
python3Packages.hydrus-api: init at 4.0.0
2022-10-28 22:57:57 +02:00
Fabian Affolter
521809f345
python310Packages.dlms-cosem: init at 21.3.2
2022-10-28 18:22:20 +02:00
github-actions[bot]
c2ec40a74a
Merge staging-next into staging
2022-10-27 18:02:10 +00:00
Frederik Rietdijk
2dd39f17da
python3Packages.pypamtest: use toPythonModule for bindings
2022-10-27 15:56:46 +02:00
Weijia Wang
30d66019b4
wxGTK31: drop gtk2 support
2022-10-27 15:30:15 +02:00
Frederik Rietdijk
d3ca664b6a
Merge staging-next into staging
2022-10-27 10:06:54 +02:00
Frederik Rietdijk
33d12e5f0b
pythonPackages: ensure all derivations provide python modules
...
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.
2022-10-27 10:03:16 +02:00
github-actions[bot]
5f25b88cd1
Merge staging-next into staging
2022-10-27 00:03:09 +00:00
Sandro
2aad050c9f
Merge pull request #195670 from wegank/wxwidgets-refactor
2022-10-26 20:13:39 +02:00
github-actions[bot]
8b504e632b
Merge staging-next into staging
2022-10-26 18:01:50 +00:00
Fabian Affolter
d4db1bb825
Merge pull request #197852 from fabaff/chacha20poly1305
...
python310Packages.chacha20poly1305: init at 0.0.3
2022-10-26 14:27:42 +02:00
Fabian Affolter
0b5b4b3d80
python310Packages.python-bsblan: init at 0.5.6
2022-10-26 09:47:57 +02:00
Fabian Affolter
30bd6d0b94
python310Packages.chacha20poly1305: init at 0.0.3
2022-10-26 09:34:32 +02:00
github-actions[bot]
01d2877656
Merge staging-next into staging
2022-10-26 06:01:50 +00:00
adisbladis
c3c5723c6d
Merge pull request #197757 from cpcloud/flit-scm
...
python3Packages.flit-scm: init at 1.7.0
2022-10-26 17:35:18 +13:00
github-actions[bot]
4e978a8caa
Merge staging-next into staging
2022-10-26 00:03:42 +00:00
Martin Weinelt
256462226f
Merge pull request #190587 from mweinelt/meerk40t
2022-10-26 00:01:51 +02:00
Phillip Cloud
9f8a55aee5
python3Packages.flit-scm: init at 1.7.0
2022-10-25 12:18:10 -04:00
github-actions[bot]
d771a50d9e
Merge staging-next into staging
2022-10-24 00:05:14 +00:00
Mario Rodas
bdb2cf6de3
Merge pull request #193284 from m0rg-dev/pysolfc-2.16.0
...
pysolfc: 2.6.4 -> 2.16.0
Closes #190799
2022-10-23 18:34:23 -05:00