Commit Graph

17587 Commits

Author SHA1 Message Date
figsoda
67c1768d92
Merge pull request #249623 from figsoda/paint 2023-08-20 17:06:14 -04:00
Fabian Affolter
3cbe4a0d90
Merge pull request #250213 from fabaff/ggshield
ggshield: init at 1.18.0
2023-08-20 22:57:53 +02:00
figsoda
4acb1154a5 python310Packages.stransi: init at 0.3.0
https://github.com/getcuia/stransi
2023-08-20 15:50:20 -04:00
figsoda
4eed745343 python310Packages.ochre: init at 0.4.0
https://github.com/getcuia/ochre
2023-08-20 15:50:20 -04:00
Yt
10df61d443
python310Packages.paddlepaddle: init at 2.5.0 (#250115)
* python310Packages.paddlepaddle: init at 2.5.0

* Update pkgs/development/python-modules/paddlepaddle/default.nix

Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>

* Update pkgs/development/python-modules/paddlepaddle/default.nix

Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>

* Update pkgs/development/python-modules/paddlepaddle/default.nix

Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>

* Update pkgs/development/python-modules/paddlepaddle/default.nix

Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>

* Update pkgs/development/python-modules/paddlepaddle/default.nix

Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>

* Update pkgs/development/python-modules/paddlepaddle/default.nix

Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>

* Update pkgs/development/python-modules/paddlepaddle/default.nix

Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>

* Update pkgs/development/python-modules/paddlepaddle/default.nix

Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>

* Update pkgs/development/python-modules/paddlepaddle/default.nix

Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>

* Update pkgs/development/python-modules/paddlepaddle/default.nix

Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>

* fix typo

* formatting fix

---------

Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>
2023-08-20 11:26:39 +08:00
Fabian Affolter
5beb8ab767 python311Packages.pygitguardian: init at 1.9.0 2023-08-19 20:49:23 +02:00
Fabian Affolter
00d240ed37 python311Packages.pytest-voluptuous: init at 1.2.0 2023-08-19 20:47:47 +02:00
Luiz Irber
e17a9b76d7 python3Packages.sourmash: init at 4.8.3 2023-08-18 18:38:59 -07:00
OTABI Tomoya
eb77c265f8
Merge pull request #246044 from natsukium/zope-i18nmessageid/update
python310Packages.zope-i18nmessageid: 5.1.1 -> 6.0.1; rename
2023-08-19 10:12:32 +09:00
OTABI Tomoya
06a21ebc4b
Merge pull request #242522 from Stunkymonkey/python-imagededup
python310Packages.imagededup: init at 0.3.2
2023-08-19 01:11:46 +09:00
Fabian Affolter
7e32260d42
Merge pull request #249892 from fabaff/model-bakery
python311Packages.model-bakery: init at 1.14.0
2023-08-18 11:53:38 +02:00
Fabian Affolter
f4170f6ab7 python311Packages.model-bakery: init at 1.14.0 2023-08-18 07:25:31 +00:00
OTABI Tomoya
4313196794
Merge pull request #249552 from deshaw/upstream-python-datefinder
python3Packages.datefinder: init at 0.7.3
2023-08-18 13:17:11 +09:00
OTABI Tomoya
c663c08694
Merge pull request #235798 from Laurent2916/fugashi
python3Packages.fugashi: init at 1.2.1
2023-08-18 09:30:59 +09:00
Laureηt
e2d726c151
python3Packages.unidic: init at 1.1.0
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: OTABI Tomoya <contact@natsukium.com>
2023-08-17 19:21:02 +02:00
Laureηt
3f41c7d4df
python3Packages.ipadic: init at 1.0.0
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: OTABI Tomoya <contact@natsukium.com>
2023-08-17 19:21:02 +02:00
Laureηt
89fac5de50
python3Packages.fugashi: init at 1.2.1
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: OTABI Tomoya <contact@natsukium.com>
2023-08-17 19:20:55 +02:00
Elliot Cameron
26d2c8bbea python3Packages.datefinder: init at 0.7.3 2023-08-17 09:12:04 -04:00
OTABI Tomoya
c4fa270c64
Merge pull request #249164 from savyajha/add-qbittorrentapi
python310Packages.qbittorrent-api: init at 2023.7.52
2023-08-17 21:34:37 +09:00
Adam Joseph
f606e484b2
Merge pull request #248412 from lopsided98/libiio-python-static
libiio: disable Python for static builds
2023-08-17 05:04:38 +00:00
Pierre Bourdon
214c9de815
Merge pull request #220547 from anthonyroussel/gns_2_2_38
gns3-server,gns3-gui: 2.2.35.1 -> 2.2.42
2023-08-16 23:25:25 +02:00
Ben Wolsieffer
d16b0690f8 libiio: disable Python for static builds
libiio's Python bindings use ctypes to load the shared library, which
obviously can't work with a static build. This has recently started
causing eval errors because the package uses
stdenv.hostPlatform.extensions.sharedLibrary, which isn't available when
building a static library.

This patch adds a flag to disable the Python bindings, and automatically
disables them for static builds.

Note that even with this patch, static libiio doesn't build successfully
by default. You have to disable avahi and manually disable libxml2 with
custom CMake flags.
2023-08-16 14:31:16 -04:00
Anthony Roussel
67a16a0e60
python311Packages.truststore: init at 0.7.0 2023-08-16 18:07:08 +02:00
natsukium
a887febd06 python310Packages.ipytablewidgets: init at 0.3.1 2023-08-16 16:15:27 +08:00
natsukium
b16610365e python310Packages.anywidget: init at 0.6.3 2023-08-16 16:15:27 +08:00
Savyasachee Jha
2e980b4e43 python310Packages.qbittorrent-api: init at 2023.7.52 2023-08-16 13:15:57 +05:30
Nick Cao
79ce52869d
python310Packages.flask-marshmallow: rename from flask_marshmallow 2023-08-16 10:09:47 +08:00
Fabian Affolter
9bd3f4c030 python311Packages.backports-strenum: init at 1.2.4 2023-08-14 23:42:48 +02:00
natsukium
edb0f26c7d python310Packages.optimum: init at 1.11.1 2023-08-14 23:24:39 +08:00
Adam Stephens
d8b50ae319
sabnbzd: 3.7.2 -> 4.0.3 (#248411)
* sabctools: init at 7.0.2

* sabnbzd: 3.7.2 -> 4.0.3
2023-08-13 13:21:29 +02:00
Weijia Wang
31a86dc603
Merge pull request #248014 from tjni/amazon-kclpy
python310Packages.amazon-kclpy: rename from amazon_kclpy
2023-08-12 21:01:24 +02:00
Theodore Ni
60200a6183
python310Packages.amazon-kclpy: rename from amazon_kclpy 2023-08-12 11:08:06 -07:00
Guy Boldon
a8d80cd408
dataclass-wizard: init at 0.22.2 2023-08-11 19:03:51 +02:00
Theodore Ni
afb1afc55e
python3.pkgs.d2to1: remove as it's archived and breaks with setuptools 68 2023-08-10 23:16:13 -07:00
OTABI Tomoya
eb1bc85868
Merge pull request #244734 from blaggacao/init-git-url-parse
python310Packages.git-url-parse: init at 1.2.2
2023-08-11 11:59:34 +09:00
Nikolay Korotkiy
e0703656cc
Merge pull request #234582 from Janik-Haag/python-ndn
python-ndn: init at 0.3-3
2023-08-11 00:39:18 +04:00
David Arnold
e250354465
python310Packages.git-url-parse: init at 1.2.2 2023-08-10 18:30:58 +02:00
OTABI Tomoya
b8392f9eb1
Merge pull request #248019 from tjni/setuptools-git-versioning
python3.pkgs.setuptools-git-versioning: init at 1.13.5
2023-08-10 20:45:30 +09:00
Theodore Ni
f67491fb14
python3.pkgs.setuptools-git-versioning: init at 1.13.5 2023-08-09 21:21:35 -07:00
OTABI Tomoya
db2836fe4d
Merge pull request #190968 from pbsds/pyunpack
python3Packages.pyunpack: init at 0.3
2023-08-10 10:19:22 +09:00
OTABI Tomoya
07c56334fd
Merge pull request #248081 from tjni/async_generator
python3.pkgs.async-generator: rename from async_generator
2023-08-10 09:25:16 +09:00
OTABI Tomoya
746b0e9479
Merge pull request #231989 from fsagbuya/fsagbuya
python3Packages.gpib-ctypes: init at 0.3.0
2023-08-10 09:17:37 +09:00
Samuel Ainsworth
878e3aaebe
Merge pull request #245792 from samuela/samuela/flax
python3Packages.flax: fix build
2023-08-09 13:42:03 -07:00
Peder Bergebakken Sundt
2644f7e83c python3Packages.pyunpack: init at 0.3 2023-08-09 20:27:02 +02:00
Theodore Ni
735d9c7fc3
python3.pkgs.async-generator: rename from async_generator 2023-08-09 09:57:25 -07:00
OTABI Tomoya
41385575ce
Merge pull request #248082 from tjni/async_stagger
python3.pkgs.async-stagger: rename from async_stagger
2023-08-10 00:39:02 +09:00
OTABI Tomoya
16c0a07111
Merge pull request #248083 from tjni/async_timeout
python3.pkgs.async-timeout: rename folder to match attribute name
2023-08-10 00:30:34 +09:00
OTABI Tomoya
4c5b8ebf1a
Merge pull request #248084 from tjni/asyncio-mqtt
python310Packages.asyncio-mqtt: rename file and add wheel dependency
2023-08-10 00:25:46 +09:00
OTABI Tomoya
c23c48c5d5
Merge pull request #242952 from TomaSajt/prophet
python310Packages.prophet: init at 1.1.4
2023-08-09 18:53:17 +09:00
Florian
866601c98b python3Packages.gpib-ctypes: init at 0.3.0 2023-08-09 14:28:16 +08:00