Jonathan Ringer
5df08e00cd
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/development/python-modules/opensimplex/default.nix
pkgs/development/python-modules/pygame-gui/default.nix
pkgs/top-level/aliases.nix
pkgs/top-level/python-aliases.nix
2022-02-08 21:19:24 -08:00
Fabian Affolter
2a5eece231
python3Packages.nats-py: 0.11.5 -> 2.0.0
2022-02-08 11:42:47 -08:00
Jonathan Ringer
46fd0afcb3
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/development/python-modules/pysdl2/default.nix
pkgs/top-level/aliases.nix
2022-02-06 18:36:59 -08:00
Fabian Affolter
915c27b71b
python3Packages.garminconnect: rename
2022-02-06 17:08:02 -08:00
Jonathan Ringer
9a16965c75
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
pkgs/development/python-modules/awesomeversion/default.nix
pkgs/development/python-modules/md2gemini/default.nix
pkgs/development/python-modules/mill-local/default.nix
pkgs/development/python-modules/pyatv/default.nix
pkgs/development/python-modules/pyezviz/default.nix
pkgs/development/python-modules/pyinsteon/default.nix
pkgs/development/python-modules/pylitterbot/default.nix
pkgs/development/python-modules/pynuki/default.nix
pkgs/development/python-modules/pypck/default.nix
pkgs/development/python-modules/types-requests/default.nix
pkgs/top-level/aliases.nix
2022-02-03 21:29:24 -08:00
Martin Weinelt
5b8e263c90
python3Packages.eebrightbox: drop
...
The package is unmaintained upstream and was introduced because it was a
dependency in home-assistant. That is no longer the case.
2022-02-03 02:17:17 +01:00
Dmitry Kalinkin
3087088c41
Merge branch 'staging-next' into staging
...
Conflicts:
pkgs/top-level/aliases.nix
pkgs/top-level/python-aliases.nix
2022-02-01 21:37:39 -05:00
piegames
724822a79d
python2Packages.{pygtk,pyGtkGlade}: remove libglade support
2022-01-29 18:08:51 +01:00
Martin Weinelt
155b8517d9
python3Packages.pycallgraph: drop
...
The project is relying on the `use_2to3` flag that was removed from
setuptools in version 58. It is also unmaintained since 2018.
2022-01-23 01:09:39 +01:00
Martin Weinelt
949c04687f
python3Packages.demjson: drop
...
Using the `use_2to3` flag in setuptools, which was removed in version
58. Also unmaintained since 2015.
2022-01-23 01:09:39 +01:00
Martin Weinelt
c1316381f1
python3Packages.hdlparse: drop
...
The package was using `use_2to3` which was removed from setuptools
in version 58. The project is also unmaintained since 2018.
2022-01-23 01:09:38 +01:00
Martin Weinelt
65d3b6d74d
python3Packages.carrot: drop
...
Depended on anyjson, which was removed. Also unmaintained upstream since
2012.
2022-01-23 01:09:38 +01:00
Martin Weinelt
26053aa922
python3Packages.anyjson: drop
...
Broke during the setuptools upgrade when use_2to3 was removed.
2022-01-23 01:09:38 +01:00
Robert Schütz
1ab0795642
python3Packages.cozy: remove ( #154903 )
...
It's not cozy on PyPI and is actually an application.
2022-01-16 20:42:04 +00:00
Timo Kaufmann
9042e83cff
python.pkgs.roboschool: mark as removed
...
I recently removed roboschool, but did not add an alias with a removal
notice. As suggested by [1].
[1] https://github.com/NixOS/nixpkgs/pull/154998#issuecomment-1013334113
2022-01-15 12:25:05 +01:00
Jonathan Ringer
c52d6cf465
python3Packages.repeated_test: remove
2022-01-14 09:55:04 -08:00
Robert Schütz
c0b9a9ee44
python3Packages.django_extensions: rename to django-extensions
2022-01-09 15:25:05 +00:00
Martin Weinelt
37ec5df946
python3Packages.django-environ: rename from django_environ
2022-01-06 03:09:47 +01:00
Martin Weinelt
4beaf5301d
python3Packages.xenomapper: move to top-level
2022-01-01 02:09:11 +01:00
Dmitry Kalinkin
492358cd34
Merge pull request #147418 from veprbl/pr/keras_2_7_0
...
python3Packages.keras: 2.4.3 -> 2.7.0
2021-12-10 10:27:38 -05:00
Jonathan Ringer
bba4b2ce00
python3Packages.zc_buildout_nix: remove
...
No longer builds, not referenced within nixpkgs,
and pinned to an old version.
2021-12-08 21:23:02 -08:00
Dmitry Kalinkin
2411e4c1e1
python3Packages.Keras: rename to keras
2021-11-29 03:59:51 -05:00
Fabian Affolter
d32d3dd8ea
Merge pull request #129411 from fabaff/bump-ropgadget
...
python3Packages.ropgadget: 6.5 -> 6.6
2021-11-29 08:54:00 +01:00
Sandro Jäckel
c998b1cc7d
pythonPackages: remove self from aliases
2021-11-26 12:08:35 +01:00
Dmitry Kalinkin
129a609443
python3Packages.tensorflow: remove aliases with _2 suffix
2021-11-25 20:24:38 -05:00
Thiago Kenji Okada
3ed32e1937
Merge pull request #146672 from Prillan/ZHF-remove-dogpile-core
...
pythonPackages.dogpile-core: remove
2021-11-20 16:11:06 -03:00
Rasmus Précenth
454a8706ca
pythonPackages.dogpile-core: remove
...
Broken on python2.7 and 3.7+.
Upstream notes (2016-05-30):
> The dogpile.core package has been rolled into dogpile.cache
> directly. dogpile.core as a separate package is effectively EOL.
https://bitbucket.org/zzzeek/dogpile.core/src/master/
2021-11-20 19:43:18 +01:00
Dmitry Kalinkin
e8659f7bf6
Merge pull request #144818 from veprbl/pr/schema-salad_fix
...
python3Packages.rdflib-jsonld: remove as deprecated
2021-11-18 19:44:04 -05:00
Fabian Affolter
112d6127a0
python3Packages.ropgadget: rename from ROPGadget
2021-11-19 00:08:27 +01:00
Dmitry Kalinkin
7e0d7e4075
python3Packages.rdflib-jsonld: remove as deprecated
2021-11-17 04:38:42 -05:00
Robert Schütz
7143a8d4ff
Merge pull request #145592 from dotlambda/igraph-0.9.5
...
igraph: 0.9.4 -> 0.9.5
2021-11-16 23:29:56 -08:00
Robert Schütz
63acfd5685
python3Packages.python-igraph: rename to igraph
...
https://igraph.org/2021/10/29/igraph-0.9.8-python.html
2021-11-11 22:06:59 -08:00
github-actions[bot]
707b006bf7
Merge master into staging-next
2021-11-09 00:01:30 +00:00
Thiago Kenji Okada
db6044d5de
Merge pull request #144955 from legendofmiracles/pur
...
python3Packages.pur: 5.4.1 -> 5.4.2; fix build
2021-11-08 21:00:43 -03:00
legendofmiracles
45ca602e52
pur: switch to buildPythonApplication
2021-11-08 10:40:58 -06:00
github-actions[bot]
14f1b9f2ac
Merge master into staging-next
2021-11-07 18:01:14 +00:00
Robert Schütz
7e0f6ddda2
python3Packages.hbmqtt: drop
...
It is broken and no longer maintained upstream.
See https://github.com/beerfactory/hbmqtt/issues/235
2021-11-07 00:08:10 -07:00
Martin Weinelt
8f5da907b0
Merge remote-tracking branch 'origin/staging-next' into staging
2021-11-02 23:31:28 +01:00
Martin Weinelt
0a41e93ce4
python3Packages.django-taggit: rename from django_taggit and refactor
2021-11-02 18:31:41 +01:00
Martin Weinelt
e75571d888
python3Packages.django-redis: rename from django_redis
...
Also partially enable tests.
2021-11-02 18:31:40 +01:00
Sandro Jäckel
b592957ea1
python39Packages.ruamel-yaml-clib: normalise name, adopt
2021-11-02 13:38:08 +01:00
Sandro Jäckel
b2767b69dd
python39Packages.ruamel-yaml: normalise name, adopt
2021-11-02 13:38:06 +01:00
Sandro Jäckel
6817f26c35
python39Packages.ruamel-base: normalise name, adopt
2021-11-01 22:26:12 +01:00
Sandro
6245300686
python3Packages: add pkgs. prefix
...
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2021-10-31 20:06:20 +01:00
Sandro Jäckel
c78c75ad73
python3Packages: normalise package names in aliases
2021-10-31 14:24:52 +01:00
Sandro Jäckel
e04b3dc307
python39Packages.lammps-cython: normalise name
2021-10-31 14:23:51 +01:00
Sandro Jäckel
71ed943a86
python39Packages.imapclient: normalise name
2021-10-28 11:11:53 +02:00
Sandro Jäckel
2b218f52c8
python39Packages: normalise aliases and add missing comments
2021-10-28 11:11:52 +02:00
Sandro Jäckel
846ceff3b3
python39Packages.sqlalchemy-migrate: normalise attr
2021-10-28 11:11:52 +02:00
Sandro Jäckel
db19e68125
python39Packages.dogpile-cache: normalise attr, cleanup
2021-10-28 11:11:52 +02:00
inty
3c3998ee91
pythonPackages.powerlineMemSegment: kebab-case
2021-10-24 14:21:41 -07:00
Sandro
2526c085bf
Merge pull request #139316 from superherointj/package-pythonPackages.jaeger-client-4.6.1-attempt2
2021-10-22 18:48:59 +02:00
superherointj
f92139a5da
python3Packages.zc_buildout: renamed to zc-buildout
2021-10-22 10:44:54 -03:00
Paul TREHIOU
2b6b25e606
python3Packages.pysmart: init at 1.1.0 ( #142203 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-10-22 15:36:24 +02:00
superherointj
206f3ab323
pythonPackages.jupyter_client: renamed to jupyter-client
2021-10-15 07:51:23 -03:00
Sandro Jäckel
1c7c0d64eb
python39Packages.pastedeploy: adopt into openstack team
2021-10-07 20:48:17 +02:00
Robert Schütz
db26b5ce17
python3Packages.class-registry: make alias of phx-class-registry
2021-10-05 18:07:29 -07:00
Fabian Affolter
fcceea469f
python3Packages.wazeroutecalculator: rename
2021-09-29 16:20:27 +02:00
Sandro Jäckel
260ae86012
python39Packages.subunit: add alias from python-subunit
2021-09-11 19:02:31 +02:00
Fabian Affolter
508bb7f42e
python3Packages.prometheus-client: rename and enable tests
2021-08-26 02:17:10 +02:00
Sandro Jäckel
fb4e03fe68
python39Packages.grpc-google-iam-v1: deactivate tests, normalise name, adopt
2021-08-16 14:04:29 +02:00
Sandro Jäckel
503f72bfa6
pythonPackages: sphinxcontrib_plantuml -> sphinxcontrib-plantuml
2021-08-03 12:04:12 +02:00
github-actions[bot]
a1d3be1d42
Merge master into staging-next
2021-07-28 12:01:16 +00:00
Sandro Jäckel
3dbfb638b3
pythonPackages: fix alias
2021-07-28 13:02:22 +02:00
github-actions[bot]
db6a26db02
Merge master into staging-next
2021-07-27 18:01:01 +00:00
Sandro Jäckel
2008472e41
python39Packages: remove two more aliases
2021-07-27 08:16:20 -07:00
Sandro Jäckel
183c7ebcae
pythonPackages: normalise prompt_toolkit
2021-07-23 16:36:39 +02:00
Sandro Jäckel
4a87fb096d
pythonPackages: deprecate djangorestframework-jwt alias
2021-07-21 13:32:55 +02:00
Sandro Jäckel
b4099137b1
pythonPackages: deprecate ConfigArgParse alias
2021-07-21 13:32:54 +02:00
Sandro Jäckel
9df3d2ca2c
pythonPackages: deprecate zc_buildout221 alias
2021-07-21 13:32:54 +02:00
Sandro Jäckel
5c425ca23d
python-aliases: sort
2021-07-21 13:32:54 +02:00
Sandro Jäckel
5c31546ae8
pythonPackages: deprecate scikitlearn alias
2021-07-21 13:32:53 +02:00
Sandro Jäckel
703c108472
pythonPackages: deprecate requests_toolbelt alias
2021-07-21 13:32:53 +02:00
Sandro Jäckel
a5158b8c01
pythonPackages: deprecate python_simple_hipchat alias
2021-07-21 13:32:52 +02:00
Sandro Jäckel
2e9c330216
pythonPackages: deprecate pytest_xdist alias
2021-07-21 13:32:52 +02:00
Sandro Jäckel
dd712027be
pythonPackages: deprecate pytestquickcheck alias
2021-07-21 13:32:51 +02:00
Sandro Jäckel
9bfdf57e13
pythonPackages: deprecate pytestrunner alias
2021-07-21 13:32:49 +02:00
Sandro Jäckel
4209fed914
pythonPackages: deprecate pytestcov alias
2021-07-21 13:32:17 +02:00
Fabian Affolter
dd0e231e01
Merge pull request #128989 from fabaff/bump-bt_proximity
...
python3Packages.bt-proximity: 0.2.0 -> 0.2.1
2021-07-05 23:42:19 +02:00
Sandro
1c267cb07d
Merge pull request #129027 from fabaff/bump-discogs-client
2021-07-05 18:06:59 +02:00
Robert Schütz
54a40e3ff5
Merge pull request #128848 from peterhoeg/f/tvnamer
...
tvnamer: move out of python3Packages and fix requests-cache dependency
2021-07-05 09:42:32 +02:00
Fabian Affolter
ac15a8ad8b
python3Packages.discogs-client: rename from discogs_client
2021-07-05 09:10:15 +02:00
Peter Hoeg
dafd928256
tvnamer: move out of python3Packages
...
tvnamer is an application and should as such never have existed under
python3Packages so move it out where it belongs.
At the same time override tvdb_api to use an older requests-cache as it
has a hard requirement on requests-cache < 0.6.
2021-07-05 14:09:24 +08:00
Jörg Thalheim
b95cd0fcd8
python-aliases: dtfit, lammps-cython
2021-07-04 19:35:58 +02:00
Sandro
8723bd8119
Merge pull request #129122 from dotlambda/dateutil-alias
2021-07-04 02:53:34 +02:00
Robert Schütz
88cb011dfe
pythonPackages.dateutil: move to python-aliases.nix
2021-07-03 13:51:06 +02:00
Fabian Affolter
9a1a5e8101
python3packages.diff-cover: rename from diff_cover
2021-07-03 00:00:21 +02:00
Fabian Affolter
a7e1fe1139
python-aliases: add alias for bt-proximity
2021-07-02 14:33:03 +02:00
Robert Schütz
dc9b36e54d
rotate-backups: move out of pythonPackages
2021-07-01 14:35:12 -07:00
Robert Schütz
b128806d99
pythonPackages.dns: move alias to python-aliases.nix
2021-06-23 11:48:22 +02:00
Maximilian Bosch
5aad4e73b6
privacyIDEA: 3.5.2 -> 3.6
...
ChangeLog: https://github.com/privacyidea/privacyidea/releases/tag/v3.6
Unfortunately we have to use `sqlalchemy` at 1.3 for `sqlsoup`. As
`sqlalchemy` is required by a lot of packages, I decided to move this
package out of `pythonPackages` itself and instantiate a new
`pythonPackages` inside the expression where `sqlalchemy` points to
`sqlalchemy_1_3`.
2021-06-22 15:36:36 +02:00
Pavol Rusnak
82e3acb047
Merge pull request #124897 from wamserma/remove-pyselectors34
...
pythonPackages.selectors34: drop
2021-06-16 13:08:29 +02:00
Markus S. Wamser
2d82a3e2ca
pythonPackages.selectors34: drop
...
package is abandonded and supports only Python < 3.4
2021-06-16 08:51:54 +02:00
Sandro Jäckel
7b4d273d3c
pythonPackages: websocket_client -> websocket-client
2021-06-15 22:03:10 +02:00
Sandro Jäckel
e9c5591202
pythonPackages: move all throws to python-aliases.nix
2021-06-12 21:36:32 +02:00
Fabian Affolter
5113edee23
python3Packages.hap-python: 3.4.1 -> 3.5.0
2021-06-11 11:44:36 +02:00
Sandro Jäckel
89d5f4b3d0
treewide: setuptools_scm -> setuptools-scm
2021-06-03 12:44:33 +02:00
arcnmx
ca97ae96f4
python3Packages.MechanicalSoup: fix alias
2021-06-02 14:55:29 -07:00
Fabian Affolter
794d931156
python3Packages.mechanicalsoup: 1.0.0 -> 1.1.0
2021-06-01 16:30:48 +02:00
Sandro
939c4c1cbd
python-packages: add aliases for google_api_python_client, googleapis_common_protos
...
Co-authored-by: sterni <sternenseemann@systemli.org>
2021-05-22 15:02:50 -07:00
Sandro Jäckel
0197f1dc41
pythonPackages: Add aliases 🎉
2021-05-22 15:02:50 -07:00