Commit Graph

230 Commits

Author SHA1 Message Date
0x4A6F
af50806f7c
Merge pull request #202011 from dotlambda/johnnycanencrypt-0.11.0
python310Packages.johnnycanencrypt: 0.6.0 -> 0.11.0
2022-11-21 02:37:10 +01:00
Sandro
2a5de164d9
Merge pull request #201151 from tjni/pychef-cleanup 2022-11-21 02:21:16 +01:00
Robert Schütz
ae95940682 tumpa: remove from pythonPackages 2022-11-20 10:52:32 -08:00
Theodore Ni
a2972fca8c
python310Packages.filemagic: remove
This package is inactive: the last PyPI release was in 2013 and the last
GitHub activity was in 2014. It was introduced in 2019 for paperless,
but it's no longer used after paperless was replaced by paperless-ngx.

There is an actively maintained alternative called python-magic that is
already available in nixpkgs.
2022-11-19 04:54:31 -08:00
Fabian Affolter
3c0f6f555b
Merge pull request #201459 from tjni/od
python310Packages.repeated-test: init at 2.3.1
2022-11-19 12:46:11 +01:00
Theodore Ni
a47061b588
python310Packages.repeated-test: init at 2.3.1
This was removed earlier this year due to lack of maintenance, but it
has been updated and looks maintained again.
2022-11-15 23:48:54 -08:00
Theodore Ni
beed76d557
python310Packages.pychef: removing because it's archived and abandoned 2022-11-14 00:57:42 -08:00
Robert Schütz
86ccaac0de python310Packages.wand: rename from Wand 2022-11-13 19:35:00 -08:00
Martin Weinelt
0f774a39d4
Merge pull request #196957 from Madouura/dev/protonup
close https://github.com/NixOS/nixpkgs/pull/193062
close https://github.com/NixOS/nixpkgs/issues/186974
2022-11-07 23:24:41 +01:00
Madoura
e747d0a368
protonup-ng: init at 0.2.1
Co-authored-by: IceDBorn <github.envenomed@dralias.com>
2022-11-06 09:05:55 -06:00
Martin Weinelt
2d4340c2b7 python3Packages.bsblan: remove in favor of python-bsblan
Duplicate with the correct name introduced in #197857.
2022-11-05 13:29:18 +01:00
github-actions[bot]
c434165354
Merge master into staging-next 2022-10-21 00:05:50 +00:00
Sandro
89e49d87d3
Merge pull request #196488 from SuperSandro2000/changedetectionio 2022-10-20 20:25:36 +02:00
Sandro Jäckel
a11a2a6d18 python310Packages.flask-login: normalise package name 2022-10-17 22:57:53 +02:00
github-actions[bot]
969a1796ef
Merge master into staging-next 2022-10-17 12:01:24 +00:00
Fabian Affolter
679c4669d5
Merge pull request #187739 from fabaff/itanium-demangler-bump
python310Packages.itanium-demangler: 1.0 -> 1.1
2022-10-17 09:11:30 +02:00
github-actions[bot]
ab4849492d
Merge master into staging-next 2022-10-17 06:24:16 +00:00
Martin Weinelt
71fb59d840
Merge pull request #196071 from NixOS/home-assistant 2022-10-17 02:28:55 +02:00
Fabian Affolter
2c7703c581 python310Packages.itanium-demangler: rename 2022-10-17 00:36:08 +02:00
Martin Weinelt
51fcbf5bb7 Merge remote-tracking branch 'origin/master' into staging-next 2022-10-16 00:18:40 +02:00
Robert Hensing
cc40395178 Revert "top-level/python-aliases: prune old aliases, add missing dates"
This reverts commit ddb7c7bd95.

Removing aliases without warning is not ok, because it breaks a
lot of third party code, without a grace period during which the
ecosystem can adapt.
2022-10-15 11:59:04 +02:00
Martin Weinelt
4f7b11fd3d
python3Packages.face-recognition-models: rename and overhaul
- normalize name (PEP503)
- set explicit format
- reformat
2022-10-15 03:06:54 +02:00
Martin Weinelt
71b0473e22
python3Packages.face-recognition: rename and overhaul
- normalize name (PEP503)
- enable tests, all builders are AVX capable these days
- add explicit format
- reformat
2022-10-15 03:06:43 +02:00
Martin Weinelt
407230b409
python3Packages.pushbullet-py: rename from pushbullet
PEP503 name normalization.
2022-10-15 02:20:33 +02:00
Martin Weinelt
df99716e49
python3Packages.codespell: Migrate out of python package set 2022-10-02 19:06:37 +02:00
Martin Weinelt
b934a91f70
gigalixir: Migrate out of python package set
This is a CLI client and not a library and as such it has no place in
the python package set.
2022-10-02 19:06:36 +02:00
Martin Weinelt
d889b1b298
notifymuch: Migrate out of python package set
It's an application with no visible library surface, so it has no place
in the python package set.
2022-10-02 19:06:35 +02:00
Martin Weinelt
98de11b317
mutmut: Migrate out of python package set
Does not provide a library interface that could be imported and as such
has no place within the python package set.
2022-10-02 19:06:34 +02:00
Martin Weinelt
a2b1eaa063
poetry2conda: Migrate out of python package set 2022-10-02 19:06:34 +02:00
Martin Weinelt
68c0ca4416 Merge remote-tracking branch 'origin/master' into staging-next 2022-09-25 21:36:31 +02:00
Martin Weinelt
ddb7c7bd95
top-level/python-aliases: prune old aliases, add missing dates
This removes throws odler than 2021-09-01, converts aliases older than
2021-09-01 to throws and fills in missing dates in two cases.
2022-09-24 14:03:18 +02:00
Martin Weinelt
b60e4d71d6 python3Packages.python-ldap: rename from ldap 2022-09-19 10:37:49 +02:00
Martin Weinelt
afe8ee8b47
python3Packages.torch{,-bin}: rename from pytorch{,-bin}
The proper name for a python package is the one in the setuptools
setup() call, which can also be seen on pypi.

Correct: https://pypi.org/project/torch/
Wrong: https://pypi.org/project/pytorch/

Includes a treewide rename of the attribute and creates aliases for the
old name.
2022-08-30 17:46:57 +02:00
Anthony Roussel
bdf2706f09 python310Packages.pyjson5: remove duplicate package 2022-08-28 16:00:31 +02:00
Robert Schütz
243053e521 python310Packages.mistune: 0.8.4 -> 2.0.4
Remove mistune_0_8 because it's insecure.
2022-08-15 06:53:01 +00:00
superherointj
904648c847 python3Packages.cinemagoer: init 2022.2.11
* package imdbpy has been renamed to cinemagor at upstream.
* imdbpy is deprecated.
2022-08-08 16:55:00 -03:00
Martin Weinelt
5f9b871b72
Merge pull request #185037 from mweinelt/home-assistant 2022-08-04 11:40:41 +02:00
Kira Bruneau
459e041236 python3Packages.python-language-server: remove
python-lanugage-server hasn't been updated for almost 2 years, and
doesn't support any python version later than v3.9. python-lsp-server
is a community fork that should be used instead.

Closes #151659
2022-08-03 19:40:04 -04:00
Martin Weinelt
4af35d92a0
python3Packages.sphinx-rtd-theme: rename from sphinx_rtd_theme 2022-08-03 18:39:37 +02:00
Martin Weinelt
2298ebf36e python3Packages.flask-sqlalchemy: rename from flask_sqlalchemy 2022-07-21 22:35:28 +02:00
Martin Weinelt
63f7926cbf python3Packages.pyroute2: 0.6.13 -> 0.7.1 2022-07-21 22:35:10 +02:00
Jonas Heinrich
533140b7bf python310Packages.django-sampledatahelper: Drop package 2022-07-18 07:28:18 -04:00
Alyssa Ross
1f18d44106
python3.pkgs.graphite_api: remove
Due to lack of maintenance.  It doesn't build, the last upstream
commit was in 2017, and last significant change in Nixpkgs was in
2018.
2022-07-10 09:46:20 +00:00
Alyssa Ross
9f2c91667d
python3.pkgs.influxgraph: remove
Due to lack of maintenance.  Last upstream commit was in 2018, and
graphite_api doesn't build, is also unmaintained upstream, and will
also be removed.
2022-07-10 09:46:18 +00:00
Alyssa Ross
ada1d87767
python3.pkgs.graphite_beacon: remove
Due to lack of maintenance.  It is not compatible with the default
Python version (due to the tornado 5) dependency, and doesn't look
like it will be any time soon.
2022-07-10 09:17:23 +00:00
Martin Weinelt
6802686d69
python3Packages.pyialarmxr-homeassistant: drop
Was part of the ialarm_xr component of home-assistant, which was removed
in the 2022.7.0 release.
2022-07-07 14:50:21 +02:00
Sandro
f042e1e349
Merge pull request #178637 from SuperSandro2000/email-validator 2022-06-24 13:30:53 +02:00
Sandro Jäckel
2d9ea74835
python310Packages.email-validator: normalize attr, update meta 2022-06-22 23:19:51 +02:00
Sandro Jäckel
adaaa3f49c
python310Packages.pyld: normalise attr 2022-06-22 23:19:16 +02:00
github-actions[bot]
5ee636b083
Merge master into staging-next 2022-06-18 18:01:12 +00:00