3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

339 commits

Author SHA1 Message Date
Martin Weinelt 90d51cadb2
python310Packages.python-forecastio: remove
The package was used to access the dark sky API, which does not exist
anymore.
2023-04-06 13:43:55 +02:00
Weijia Wang 7a4961ed2b python3Packages.wxPython_4_{0,1}: drop 2023-03-20 09:44:14 +02:00
Martin Weinelt c9401ebf15
python310Packages.ntlm-auth: drop
The package relies on python providing support for md4 implementation.

But that support requires building python with a non-default openssl
package, which reenables these legacy ciphers.

The package is also unmaintained, and the upstream recommends using
pyspnego instead, which provides their own md4 implementation.
2023-03-14 21:16:21 +01:00
Martin Weinelt 4bfe4794fa
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/rich/default.nix
- pkgs/servers/mautrix-facebook/default.nix
- pkgs/servers/mautrix-googlechat/default.nix
- pkgs/servers/mautrix-signal/default.nix
- pkgs/top-level/python-aliases.nix
2023-03-12 19:23:32 +01:00
Sandro Jäckel 38d554a70c
python310Packages.commonmark: normalise pname 2023-03-12 00:25:40 +01:00
Martin Weinelt 10028d9a58 python310Packages.btchip-python: Rename from btchip 2023-03-03 23:59:32 +01:00
Martin Weinelt 1bd4b71a35 python310Packages.cchardet: Drop in favor of faust-cchardet
The former packages has seen its last release in 2020-10 and can be
considered abandoned. Meanwhile a new fork has appeared in
faust-cchardet, that we're going to use in its place.

Co-Authored-By: Robert Schütz <nix@dotlambda.de>
2023-03-03 23:59:29 +01:00
Martin Weinelt 8f66e62516 python310Packages.sphinx-autoapi: Rename from sphinxcontrib-autoapi 2023-03-03 23:57:07 +01:00
Mario Rodas a054a24e0b python310Packages.sphinxcontrib-jquery: rename from sphinx-jquery
The package name used by the project itself is `sphinxcontrib.jquery` [1]

[1] https://pypi.org/project/sphinxcontrib.jquery/
2023-03-03 23:56:30 +01:00
github-actions[bot] 758a48fae4
Merge staging-next into staging 2023-03-01 00:03:05 +00:00
Fabian Affolter 7de7b4ea8b
Merge pull request #218502 from alyssais/pysparse
python2.pkgs.pysparse: drop
2023-03-01 00:17:22 +01:00
Martin Weinelt 3686005e6e Merge remote-tracking branch 'origin/staging-next' into staging 2023-02-28 21:17:51 +00:00
Fabian Affolter 36e6541850 python310Packages.suseapi: remove
- is no longer maintained
- requires suds-jurko which is also no longer maintained
2023-02-28 17:54:28 +01:00
Fabian Affolter 5f5f8be324
Merge pull request #218615 from fabaff/transip-remove
python310Packages.transip: remove
2023-02-28 17:52:16 +01:00
Alyssa Ross aa5fe70f46
python2.pkgs.pysparse: drop
Only supports Python 2, but depends on numpy, which doesn't support
Python 2.  Unmaintained upstream.
2023-02-28 11:15:32 +00:00
Fabian Affolter 28a70c103b python310Packages.transip: remove
- TransIP SOAP V5 API was marked as deprecated
- no longer maintained
  https://github.com/benkonrath/transip-api/issues/65#issuecomment-1158884743
2023-02-27 14:35:05 +01:00
Fabian Affolter d63e95274a python310Packages.suds-jurko: remove
- still uses use_2to3
- unmaintained for a while
2023-02-27 14:20:05 +01:00
Sergei Trofimovich e7e072d05a Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/top-level/python-aliases.nix

Trivial conflict of multiple added aliases.
2023-02-26 21:53:22 +00:00
Fabian Affolter efb6c22611
Merge pull request #218215 from fabaff/google-apitools-bump
python311Packages.google-apitools: remove
2023-02-26 12:21:08 +01:00
Fabian Affolter c6fff91ad5
Merge pull request #218113 from fabaff/pyramid_hawkauth-remove
python310Packages.pyramid_hawkauth: remove
2023-02-26 12:20:47 +01:00
Robert Schütz 9d9ea5188b glasgow: move out of python3Packages
It is a command line tool, not a Python module.
2023-02-25 23:41:15 -08:00
Jan Tojnar 9bb986284f Merge branch 'staging-next' into staging
# Conflicts:
#	pkgs/development/python-modules/mdp/default.nix
#	pkgs/top-level/python-aliases.nix
2023-02-26 01:13:37 +01:00
Fabian Affolter b5e64e88bb python311Packages.google-apitools: remove
Module is deprecated and unsupported by upstream. The replacement is
Google Cloud Client Library (https://github.com/googleapis/google-cloud-python)
2023-02-25 12:40:41 +01:00
Fabian Affolter cc6d05d40a
Merge pull request #217488 from fabaff/flask-restplus-inputs
python310Packages.flask-restplus: remove
2023-02-25 09:34:23 +01:00
Fabian Affolter 947c5581d5
Merge pull request #217923 from fabaff/mdp-fix
python310Packages.MDP: fix tests
2023-02-25 00:31:30 +01:00
Fabian Affolter b7fee8ecd4 python310Packages.pyramid_hawkauth: remove
Module was last released in 2018 and is unmaintained
2023-02-25 00:26:25 +01:00
Fabian Affolter 0290eaa658 python310Packages.mdp: normalize naming 2023-02-24 02:00:47 +01:00
github-actions[bot] 36f198081c
Merge staging-next into staging 2023-02-23 06:01:36 +00:00
Robert Schütz a31c3d5e09
Merge pull request #217544 from fabaff/mox-remove
python310Packages.mox: remove
2023-02-22 16:27:47 -08:00
Fabian Affolter 0cbae1a9f1 python310Packages.mox: remove
- unmaintained for over a decade
- no python 3.11 support (AttributeError: module 'inspect' has no
  attribute 'getargspec')
- replaced by mock
2023-02-23 00:48:35 +01:00
Fabian Affolter add0f7fc1b python310Packages.flask-restplus: remove 2023-02-21 11:37:06 +01:00
github-actions[bot] 2d285b1590
Merge staging-next into staging 2023-02-21 06:01:33 +00:00
Martin Weinelt a4a9d07c54
python310Packages.nose_progressive: Drop
Was broken since before the 22.11 release and hasn't seen any upstream
maintenance since 2018.
2023-02-21 01:14:56 +01:00
Martin Weinelt 1a6bc9db74
python310Packages.yapsi: Normalize attribute & pname 2023-02-19 22:32:10 +01:00
Martin Weinelt 19697a0e67
python310Packages.xlsxwriter: Normalize attribute & dirname 2023-02-19 22:32:10 +01:00
Martin Weinelt 0347d27afa
python310Packages.wsme: Normalize attribute, pname, dirname 2023-02-19 22:32:10 +01:00
Martin Weinelt 71d6e21670
python310Packages.theano: Normalize attribute, pname, dirname
Also normalizes the overrides `theanoWithCuda` and `theanoWithoutCuda`.
2023-02-19 22:32:10 +01:00
Martin Weinelt 4b57008582
python310Packages.quandl: Normalize attribute name 2023-02-19 21:36:05 +01:00
Martin Weinelt 32b2d24df4
python310Packages.pyro5: Normalize attribute name 2023-02-19 21:36:05 +01:00
Martin Weinelt d0f1db1efd
python310Packages.pyro4: Normalize attribute name 2023-02-19 21:36:05 +01:00
Martin Weinelt dd0c18a424
python310Packages.pyvirtualdisplay: Normalize attribute, pname, dirname 2023-02-19 21:36:05 +01:00
Martin Weinelt 5b8f20d115
python310Packages.pystemmer: Normalize attribute & pname
Clean up derivation by removing redundant fetcher and commented out
preBuild hook.
2023-02-19 21:36:04 +01:00
Martin Weinelt 5214e64a28
python310Packages.pyrss2gen: Normalize attribute & pname 2023-02-19 21:36:04 +01:00
Martin Weinelt 9a18b57a3b
python310Packages.pymvglive: Normalize attribute & pname 2023-02-19 21:36:04 +01:00
Martin Weinelt 574ec98796
python310Packages.pygithub: Normalize attribute, pname, dirname 2023-02-19 21:36:03 +01:00
Martin Weinelt 0deebc3b24
python310Packages.pychromecast: Normalize attribute name 2023-02-19 21:36:03 +01:00
Martin Weinelt 8a20c5e473
python310Packages.pweave: Normalize attribute & pname 2023-02-19 21:36:03 +01:00
Martin Weinelt 743ad736bb
python310Packages.nuitka: Normalize attribute & pname 2023-02-19 21:36:02 +01:00
Martin Weinelt 9e7f9a402b
python310Packages.mako: Normalize attribute, pname, dirname 2023-02-19 21:36:02 +01:00
Martin Weinelt 0981423ea1
python310Packages.mdp: Normalize attribute and pname 2023-02-19 21:36:01 +01:00