Thiago Kenji Okada
ab69fd9bc0
Merge pull request #268561 from otavio/lpc-checksum-init
...
python3Packages.lpc-checksum: init at 3.0.0
2023-11-23 08:19:13 +00:00
Otavio Salvador
7b1d46017d
python3Packages.lpc-checksum: init at 3.0.0
...
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-11-22 21:53:18 -03:00
Martin Weinelt
ed8994dfba
python311Packages.pyngo: init at 1.6.0
...
Pydantic model support for Django & Django-Rest-Framework ✨
https://github.com/yezz123/pyngo
2023-11-22 14:44:22 +01:00
natsukium
e289901d06
python311Packages.httpx-auth: init at 0.18.0
2023-11-21 12:05:42 +00:00
OTABI Tomoya
8238ee3537
Merge pull request #263986 from natsukium/mdtraj/init
...
python311Packages.mdtraj: init at 1.9.9
2023-11-21 17:28:30 +09:00
natsukium
71f5ffa84e
python311Packages.mdtraj: init at 1.9.9
2023-11-21 15:13:50 +09:00
Peder Bergebakken Sundt
d2ecccdc37
Merge pull request #268081 from a-n-n-a-l-e-e/dbt-python-fixes
...
python311Packages.dbt-semantic-interfaces: init at 0.2.2 , add dep to dbt-core; fix builds
2023-11-20 22:36:30 +01:00
annalee
24268979b9
python311Packages.dbt-semantic-interfaces: init at 0.2.2
...
dbt-semantic-interfaces is required by dbt-core
2023-11-20 20:08:59 +00:00
OTABI Tomoya
ae03901e1a
Merge pull request #267482 from natsukium/python-fedora
...
python311Packages.python-fedora: rename from python_fedora
2023-11-20 17:26:25 +09:00
OTABI Tomoya
d78bb8fc67
Merge pull request #254114 from davisrichard437/master
...
python310Packages.abjad: init at 3.19
2023-11-20 16:28:51 +09:00
Fabian Affolter
0186b475aa
Merge pull request #268478 from fabaff/apricot
...
python311Packages.apricot-select: init at 0.6.1
2023-11-20 08:03:06 +01:00
Martin Weinelt
50ddafc931
adafruit-nrfutil: migrate from python package set
...
We only keep libraries in the python package set, not applications.
2023-11-19 20:41:43 +01:00
Fabian Affolter
601abf3649
python311Packages.apricot-select: init at 0.6.1
...
Module for submodular optimization for the purpose of selecting subsets of massive data sets
https://github.com/jmschrei/apricot
2023-11-19 11:08:25 +01:00
annalee
f6cab26a11
python311Packages.scs: add BLAS & LAPACK env vars; fix build
...
after numpy updated to 1.26.1 distutils no longer provides the lib
locations so use env vars for non-darwin. On darwin Accelerate library
is prioritized over BLAS so add Accelerate to buildInputs.
2023-11-19 00:11:04 +00:00
Martin Weinelt
e7e5233f7f
Merge pull request #268177 from mweinelt/openai-whisper-20231117
...
openai-whisper: 20230918 -> 20231117
2023-11-18 23:54:42 +01:00
Nick Cao
8314afe172
Merge pull request #258858 from samueltardieu/imgtool
...
python3Packages.imgtool: init at 1.10.0
2023-11-18 17:37:11 -05:00
Peder Bergebakken Sundt
a9f2e71575
Merge pull request #208665 from ifurther/gluevis
...
Python3Packages.glueviz: init at 1.14.1
2023-11-18 19:08:44 +01:00
Weijia Wang
a45221f86a
Merge pull request #267280 from boltzmannrain/mitmproxy_macos
...
mitmproxy: fix macos build
2023-11-18 17:06:33 +01:00
Dmitry Ivankov
0dd2238ac7
mitmproxy: fix macos build
...
https://hydra.nixos.org/build/240114924/nixlog/1
```
error: linking with `/nix/store/sa6hywsm1mqfyd1xakyzv4ljjsb3hawh-clang-wrapper-11.1.0/bin/cc` failed: exit status: 1
|
...
= note: ld: library not found for -liconv
clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
```
after adding libiconv it starts to fail with
```
File "/nix/store/ncs3h7zqjl3cl2cwflka40rrirb6qg1m-python3.11-mitmproxy-rs-0.3.11/lib/python3.11/site-packages/mitmproxy_rs/__init__.py", line 1, in <module>
from .mitmproxy_rs import *
ModuleNotFoundError: No module named 'mitmproxy_macos'
```
so it needs extra module
https://github.com/mitmproxy/mitmproxy_rs/tree/main/mitmproxy-macos
So the fixes are
- add `libiconv` dependency to mitmproxy-rs
- add `mitmproxy-macos` python package and add it to dependencies of
`mitmproxy-rs` and `mitmproxy` itself (otherwise import fails,
looks like the import is sneaky because it is platform-conditional)
2023-11-18 17:04:59 +01:00
Martin Weinelt
0aeec365ca
openai-whisper: 20230918 -> 20231117
...
https://github.com/openai/whisper/blob/v20231117/CHANGELOG.md
Always propagate openai-triton, since whether or not it is free is
decided by `nixpkgs.config.cudaSupport`.
This allows us to drop the local `cudaSupport` flags in favor of the
nixpkgs-wide one.
2023-11-18 12:33:31 +01:00
Fabian Affolter
a8c67602e2
Merge pull request #268153 from fabaff/linknlink
...
python311Packages.linknlink: init at 0.1.1
2023-11-18 08:57:56 +01:00
Fabian Affolter
88e121dae8
python311Packages.linknlink: init at 0.1.1
...
Module and CLI for controlling Linklink devices locally
https://github.com/xuanxuan000/python-linknlink
2023-11-17 20:09:59 +01:00
Aldo Borrero
c7eeda7413
python311Packages.llm: init at version 0.12
2023-11-17 18:41:49 +01:00
ifurther
6dc88abad3
python3Packages.glueviz: init at 0.14.1
2023-11-17 22:25:18 +08:00
ifurther
decee17779
python3Packages.mpl-scatter-density: init at 0.7
2023-11-17 22:25:18 +08:00
ifurther
c7a324364e
python3Packages.fast-histogram: init at 0.12
2023-11-17 22:25:06 +08:00
OTABI Tomoya
66e69121e1
Merge pull request #267542 from YanniPapandreou/master
...
python311Packages.textual-dev: init at 1.2.1
2023-11-17 10:37:24 +09:00
Yanni Papandreou
f6df515b34
python311Packages.textual-dev: init at 1.2.1
2023-11-16 19:39:17 +00:00
github-actions[bot]
dba5c9ef4e
Merge master into staging-next
2023-11-16 18:01:17 +00:00
Valentin Gagarin
1bafe69ef0
Merge pull request #249464 from ngi-nix/kikit
...
kikit and kicad package set
2023-11-16 17:20:37 +01:00
ifurther
925b48774a
python3Packages.pvextractor: init at v0.3
2023-11-16 22:59:54 +08:00
ifurther
88b2484e76
python3Packages.echo: init at 0.8.0
2023-11-16 22:41:22 +08:00
Jeremy Fleischman
1f37289ea1
python310Packages.pymeta3,python311Packages.pymeta3: init at 0.5.1
...
Co-authored-by: Rohit <rohitsutradhar311@gmail.com>
Co-authored-by: Jeremy Fleischman <jeremyfleischman@gmail.com>
Co-authored-by: Shahar "Dawn" Or <mightyiampresence@gmail.com>
Co-authored-by: Alejandro Sanchez Medina <alejandrosanchzmedina@gmail.com>
Co-authored-by: Matúš Ferech <matus.ferech@gmail.com>
2023-11-16 21:24:04 +07:00
Jeremy Fleischman
82056f0fc3
python310Packages.pybars3,python311Packages.pybars3: init at 0.9.7
...
Co-authored-by: Rohit <rohitsutradhar311@gmail.com>
Co-authored-by: Jeremy Fleischman <jeremyfleischman@gmail.com>
Co-authored-by: Shahar "Dawn" Or <mightyiampresence@gmail.com>
Co-authored-by: Alejandro Sanchez Medina <alejandrosanchzmedina@gmail.com>
Co-authored-by: Matúš Ferech <matus.ferech@gmail.com>
2023-11-16 21:24:04 +07:00
Jeremy Fleischman
0baca7e30e
python310Packages.pcbnew-transition,python311Packages.pcbnew-transition: init at 0.3.4
...
Co-authored-by: Rohit <rohitsutradhar311@gmail.com>
Co-authored-by: Jeremy Fleischman <jeremyfleischman@gmail.com>
Co-authored-by: Shahar "Dawn" Or <mightyiampresence@gmail.com>
Co-authored-by: Alejandro Sanchez Medina <alejandrosanchzmedina@gmail.com>
Co-authored-by: Matúš Ferech <matus.ferech@gmail.com>
2023-11-16 21:24:03 +07:00
Jeremy Fleischman
58a5da1346
python310Packages.euclid3,python311Packages.euclid3: init at 0.01
...
Co-authored-by: Rohit <rohitsutradhar311@gmail.com>
Co-authored-by: Jeremy Fleischman <jeremyfleischman@gmail.com>
Co-authored-by: Shahar "Dawn" Or <mightyiampresence@gmail.com>
Co-authored-by: Alejandro Sanchez Medina <alejandrosanchzmedina@gmail.com>
Co-authored-by: Matúš Ferech <matus.ferech@gmail.com>
2023-11-16 21:24:03 +07:00
Martin Weinelt
7618e17108
python311Packages.pixel-ring: init at 0.1.0
...
RGB LED library for ReSpeaker 4 Mic Array, ReSpeaker V2 & ReSpeaker USB
6+1 Mic Array.
2023-11-16 15:15:02 +01:00
davisrichard437
0f7de35e2d
python310Packages.abjad: init at 3.19
2023-11-16 04:20:05 -05:00
davisrichard437
df75e9a419
python310Packages.uqbar: init at 0.7.0
2023-11-16 02:55:53 -05:00
Ryan Lahfa
ed2b1fe026
Merge pull request #261113 from lilyinstarlight/fix/mupdf-hell
2023-11-15 01:09:20 +01:00
github-actions[bot]
6cc772a6fa
Merge master into staging-next
2023-11-14 18:01:11 +00:00
natsukium
290ec4fd63
python311Packages.python-fedora: rename from python_fedora
2023-11-15 01:26:29 +09:00
Connor Baker
a5f2970269
Merge pull request #267334 from mweinelt/config-rocmSupport
...
config.rocmSupport: init option
2023-11-14 08:42:06 -05:00
Martin Weinelt
3c336a1647
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/libraries/gdcm/default.nix
2023-11-14 13:16:34 +01:00
Martin Weinelt
27fc728a6c
Merge pull request #266210 from fabaff/pysuez
...
python311Packages.pysuez: init at 0.2.0
2023-11-14 13:05:56 +01:00
Robin Gloster
0275858672
Merge pull request #249535 from OroraTech/feature/add-pycyphal
...
python3Packages.pycyphal & python3Packages.pyuavcan: init pycyphal at 1.15.2 & deprecate pyuavcan
2023-11-14 11:28:24 +01:00
Fabian Affolter
6c6f2931e4
python311Packages.pysuez: init at 0.2.0
2023-11-14 08:28:59 +01:00
Martin Weinelt
ea1cd4ef8e
treewide: use config.rocmSupport
...
Makes use of the per nixpkgs config flag to enable rocmSupport in
packages that support it.
2023-11-14 01:51:57 +01:00
Fabián Heredia Montiel
884449105e
Merge remote-tracking branch 'origin/master' into staging-next
2023-11-13 14:31:51 -06:00
Jonas Heinrich
3c19b6d4c2
python3Packages.django-crontab: init at 0.7.1
2023-11-13 15:53:00 +00:00