Fabian Affolter
04eab02b16
python3Packages.pyahocorasick: init at 1.4.0
2021-01-23 19:07:20 -08:00
AndersonTorres
26017cf536
pyspread: add desktop item
...
Also, remove "spurious" pyspread package.
2021-01-23 20:14:06 -03:00
markuskowa
2f34b4b883
Merge pull request #108983 from markuskowa/dev-mpi
...
Use mpi attribute consistently to provide a default MPI implementation
2021-01-23 22:51:09 +01:00
Sandro
9889ae01be
Merge pull request #110592 from fabaff/pycfdns
2021-01-23 21:03:03 +01:00
Robert Schütz
1a495d604f
Merge pull request #110597 from fabaff/aioeafm
...
python3Packages.aioeafm: init at 1.0.0
2021-01-23 15:20:29 +01:00
Fabian Affolter
8d7b41b43d
python3Packages.aioeafm: init at 1.0.0
2021-01-23 14:41:52 +01:00
Fabian Affolter
ca100334df
python3Packages.pycfdns: init at 1.2.1
2021-01-23 14:10:15 +01:00
Markus Kowalewski
6dba41fbcb
mpi: use mpi attribute consistently as the default MPI implementations
...
Use the attribute mpi to provide a system wide default MPI
implementation. The default is openmpi (as before).
This now allows for overriding the MPI implentation by using
the overlay mechanism. Build all packages with mpich instead
of the default openmpi can now be achived like this:
self: super:
{
mpi = super.mpich;
}
All derivations that have been using "mpi ? null" to provide optional
building with MPI have been change in the following way to allow for
optional builds with MPI:
{ ...
, mpi
, useMpi ? false
}
2021-01-23 12:15:13 +01:00
Fabian Affolter
002b6599da
python3Packages.amcrest: init at 1.7.2
2021-01-23 09:52:45 +01:00
Sandro
2b56a69386
Merge pull request #110453 from fabaff/bsblan
2021-01-22 16:21:43 +01:00
Sandro
15e6801eb3
Merge pull request #110456 from fabaff/sendgrid
2021-01-22 16:08:33 +01:00
Fabian Affolter
dc2f2bebce
python3Packages.sendgrid: init at 6.5.0
2021-01-22 10:50:25 +01:00
Fabian Affolter
8e8e759c72
python3Packages.python-http-client: init at 3.3.1
2021-01-22 10:50:06 +01:00
Fabian Affolter
cc4c7328ee
python3Packages.starkbank-ecdsa: init at 1.1.0
2021-01-22 10:49:51 +01:00
Fabian Affolter
7581c22616
python3Packages.bsblan: init at 0.4.1
2021-01-22 09:41:59 +01:00
Fabian Affolter
038ab72940
python3Packages.cattrs: init at 1.1.2
2021-01-22 09:33:10 +01:00
Fabian Affolter
3a43bbbc7c
python3Packages.atenpdu: init at 0.3.1
2021-01-21 23:58:49 -08:00
Sandro
39b25bbbb5
Merge pull request #110368 from fabaff/python-wink
2021-01-21 19:49:34 +01:00
Fabian Affolter
4afb4968cd
python3Packages.python-wink: init at 1.10.5
2021-01-21 18:12:27 +01:00
Sandro
4825212f16
Merge pull request #110363 from fabaff/vsure
2021-01-21 18:05:06 +01:00
Fabian Affolter
5cca230726
python3Packages.vsure: init at 1.6.1
2021-01-21 17:39:35 +01:00
Mario Rodas
fe2005af70
Merge pull request #110134 from marsam/update-tubeup
...
python3Packages.tubeup: 0.0.20 -> 0.0.21, youtube-dlc: remove
2021-01-20 21:06:19 -05:00
Jacek Generowicz
f4213717f5
pythonPackages.pytest-instafail: init at 0.4.2 ( #110138 )
...
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2021-01-20 15:11:15 +01:00
Sandro
476cb1aaba
Merge pull request #108186 from PlushBeaver/catboost
2021-01-20 13:13:10 +01:00
Robert Schütz
a824dc6bdd
Merge pull request #109507 from dotlambda/python-graphviz-0.16
...
pythonPackages.graphviz: 0.14.1 -> 0.16
2021-01-20 11:43:47 +01:00
Mario Rodas
6d25d3e09d
python3Packages.youtube-dlc: drop
...
tubeup uses youtube-dl, and upstream seems to be unmaintained.
2021-01-20 04:20:00 +00:00
Sandro
6b0fe63bbc
Merge pull request #109994 from fabaff/url-normalize
2021-01-19 20:38:09 +01:00
Fabian Affolter
2837ce664f
python3Packages.url-normalize: init at 1.4.3
2021-01-19 19:07:14 +01:00
Fabian Affolter
98dcad33fa
python3Packages.devolo-home-control-api: init at 0.16.0
2021-01-19 09:47:49 -08:00
Sandro
48e2a27270
Merge pull request #109970 from fabaff/pymata-express
2021-01-19 16:47:38 +01:00
Fabian Affolter
c6f1f30548
python3Packages.aioflo: init at 0.4.2
2021-01-19 07:37:51 -08:00
Fabian Affolter
6f882ac2c4
python3Packages.pymata-express: init at 1.19
2021-01-19 15:37:14 +01:00
Sandro
6898046c31
Merge pull request #109667 from fabaff/censys
2021-01-19 12:32:45 +01:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Robert Schütz
cfa8f9a389
pythonPackages.pydotplus: drop
...
It is no longer maintained whereas pydot is.
2021-01-18 23:28:35 +01:00
Fabian Affolter
34d0facd77
python3Packages.waqiasync: init at 1.0.0
2021-01-18 20:23:48 +01:00
Fabian Affolter
7358662028
python3Packages.censys: init at 1.1.0
2021-01-17 23:32:36 +01:00
Sandro
22aff717db
Merge pull request #109625 from fabaff/rachiopy
2021-01-17 14:41:19 +01:00
Sandro
458832e973
Merge pull request #109620 from fabaff/swisshydrodata
2021-01-17 14:40:39 +01:00
Martin Weinelt
07a8746107
Merge pull request #109535 from fabaff/fnvhash
...
python3Packages.fnvhash: init at 0.1.0
2021-01-17 14:24:45 +01:00
Sandro
6454c89e9d
Merge pull request #109604 from alesguzik/repackage_snapper-gui
2021-01-17 14:14:30 +01:00
Sandro
517cb0d45d
Merge pull request #109586 from fabaff/awsiotpythonsdk
...
python3Packages.awsiotpythonsdk: init at 1.4.9
2021-01-17 14:13:29 +01:00
Fabian Affolter
77d9a076b5
python3Packages.fnvhash: init at 0.1.0
2021-01-17 14:11:29 +01:00
Sandro
ac15eb7752
Merge pull request #109556 from fabaff/pubnubsub-handler
2021-01-17 13:39:55 +01:00
Fabian Affolter
36b897f6eb
python3Packages.rachiopy: init at 1.0.3
2021-01-17 13:28:35 +01:00
Fabian Affolter
df06280b15
python3Packages.swisshydrodata: init at 0.0.3
2021-01-17 12:57:30 +01:00
Martin Weinelt
5b93a5147c
Merge pull request #109451 from fabaff/aioshelly
...
python3Packages.aioshelly: init at 0.5.3
2021-01-17 10:46:14 +01:00
Martin Weinelt
f68ff4877f
Merge pull request #109581 from fabaff/python-hpilo
...
python3Packages.python-hpilo: init at 4.4.3
2021-01-17 10:44:33 +01:00
Martin Weinelt
62903dfc86
Merge pull request #108505 from fabaff/aiohomekit
...
python3Packages.aiohomekit: init at 0.2.60
2021-01-17 09:46:00 +01:00
Ben Siraphob
5d566c43b4
pkgs/applications: pkgconfig -> pkg-config
2021-01-16 23:49:59 -08:00