Commit Graph

884 Commits

Author SHA1 Message Date
Dennis Wuitz
4542cc7e33 treewide: remove openai-triton (alias) references
The repository moved out of the openai org, so it doesn't make sense to
prefix the package with it.

(cherry picked from commit af13bb4513647eec3c3790c5272dbd4aa190d208)
2024-07-23 12:11:29 +00:00
Someone Serge
1b23dc7dc2 python312Packages.triton: rename from openai-triton
To match the github and PyPi names and the org name
2024-07-23 02:34:02 +00:00
éclairevoyant
76dd5c90a7
Merge pull request #327929 from Aleksanaa/aliases-clear
Move some removal notice to aliases
2024-07-23 02:03:48 +00:00
Bobby Rong
4e7cf17a36
python3.pkgs.python-xapp: Renamed from python3.pkgs.xapp
* The upstream meson.build project name is python-xapp.
* It is too common to require both the xapp and python-xapp in the same package and as a
  result too easy to result in wrong usages like the one mentioned in pull request 213561.
2024-07-22 01:02:15 +08:00
aleksana
20215bee74 top-level/python-packages.nix: move removal notice to python-aliases.nix 2024-07-17 22:13:41 +08:00
OTABI Tomoya
43d306e7db
Merge pull request #326398 from phaer/etebase-python
etebase-server: use buildPythonApplication, default to withLdap = false
2024-07-17 10:00:42 +09:00
phaer
c437fb23e1 etebase-server: use buildPythonApplication...
...not pythonPackage. This is an app, living in pkgs/servers, so
we just use callPackage in all-packages and drop the python module.

python3.pkgs.toPythonModule could be used if a python module was needed.
Before that change legacyPackages.x86_64-linux.python311.pkgs.etebase-server.python
would give a python 3.12 release, and was therefore broken.

etebase-server = toPythonModule (pkgs.etebase-server.override {
  python3 = python;
});

would now be correct
2024-07-16 20:20:29 +02:00
Robert Schütz
a358bdfae1
Merge pull request #327298 from dotlambda/python3Packages.solaredge
python312Packages.solaredge: drop
2024-07-16 01:50:50 -07:00
Robert Schütz
0a04313308 python312Packages.solaredge: drop 2024-07-15 00:51:08 -07:00
natsukium
d2adf58973
python3Packages.twitter-common-options: remove
twitter-common-options has been removed because it is abandoned and
unmaintained

https://github.com/twitter-archive/commons
2024-07-14 15:45:45 +09:00
natsukium
811f3347fe
python3Packages.twitter-common-log: remove
twitter-common-log has been removed because it is abandoned and
unmaintained

https://github.com/twitter-archive/commons
2024-07-14 15:45:40 +09:00
natsukium
75e249cecb
python3Packages.twitter-common-lang: remove
twitter-common-lang has been removed because it is abandoned and
unmaintained

https://github.com/twitter-archive/commons
2024-07-14 15:45:36 +09:00
natsukium
9fb5d8ca4a
python3Packages.twitter-common-dirutil: remove
twitter-common-dirutil has been removed because it is abandoned and
unmaintained

https://github.com/twitter-archive/commons
2024-07-14 15:45:32 +09:00
natsukium
7980a8230f
python3Packages.twitter-common-confluence: remove
twitter-common-confluence has been removed because it is abandoned and
unmaintained

https://github.com/twitter-archive/commons
2024-07-14 15:45:27 +09:00
natsukium
4155672b5d
python3Packages.twitter-common-collections: remove
twitter-common-collections has been removed because it is abandoned and
unmaintained

https://github.com/twitter-archive/commons
2024-07-14 15:45:15 +09:00
OTABI Tomoya
b86d37a72e
Merge pull request #324749 from natsukium/nbmerge
python311Packages.nbmerge: move to top-level attribute
2024-07-13 10:37:03 +09:00
OTABI Tomoya
7b1f65302e
Merge pull request #322625 from edwtjo/haystack-ai-jaxlib
python3Packages.haystack-ai: init at 2.2.3, remove farm-haystack
2024-07-12 09:20:48 +09:00
Martin Weinelt
22e2f200f8
python312Packages.pynose: drop
The pynose package violates the license of nose, which is distributed
under the LGPL license, by redistributing its code under the MIT license.
2024-07-09 17:27:18 +02:00
Martin Weinelt
15c1730967
python312Packages.case: drop
Usage of case in the celery ecosystem has ceased, so this package has
become a leaf package with a nose dependency.
2024-07-09 17:13:05 +02:00
Martin Weinelt
fedea1e0fa
python312Packages.forbiddenfruit: drop
Unmaintained leaf package with its last release over 4.5y ago.
2024-07-09 17:13:02 +02:00
Martin Weinelt
01f6deed20
python312Packages.aadict: drop
The package was last maintained 8y ago (2016) and was packaged as a
dependency for passwordmeter, which never manifested.

Its tests rely on nose, which is not compatible with Python 3.12, so
there is little reason to keep it around.
2024-07-09 17:13:00 +02:00
Edward Tjörnhammar
368f4c41f8 python3Packages.haystack-ai: init at 2.2.3
In effect: python3Packages.{farm-haystack => haystack-ai}

Co-Authored-By: happysalada <raphael@megzari.com>
2024-07-08 09:32:48 +02:00
Martin Weinelt
5d9ae17b84
python312Packages.asyncio-mqtt: drop
The project was renamed to aiomqtt back in 2023/07. With the last
consumer of it gone, we can retire it.
2024-07-07 17:20:11 +02:00
Martin Weinelt
304a034d33
python312Packages.aiomysensors: drop
Unused leaf dependency preventing us from removing asyncio-mqtt, which
was renamed to aiomqtt a few release ago.
2024-07-07 17:20:11 +02:00
natsukium
befdba6730
python311Packages.nbmerge: move to top-level attribute 2024-07-05 15:50:43 +09:00
github-actions[bot]
d77a3adc09
Merge master into staging-next 2024-07-03 00:02:45 +00:00
Martin Weinelt
bf80eeabf6
python311Packages.faster-fifo: drop
Was used in frigate, but ultimately removed.
2024-07-02 10:25:01 +02:00
Martin Weinelt
3ea5320a58
python311Packages.django-mysql: drop
Was introduced for pretalx, but support for MySQL never materaialized in
the module, because we already had support for PostgreSQL.
2024-07-02 10:21:35 +02:00
github-actions[bot]
f018e44bd1
Merge master into staging-next 2024-06-29 12:01:32 +00:00
Fabian Affolter
34182f9f83 python312Packages.slackclient: rename 2024-06-27 21:31:51 +02:00
Martin Weinelt
98f1b41b8b python312Packages.pytest-openfiles: remove
Leaf package, that is unmaintained, deprecated and archived.
2024-06-24 12:18:23 +02:00
Aleksana
dcf0ffde39
Merge pull request #317200 from natsukium/htmllaundry/remove
python311Packages.htmllaundry: remove
2024-06-21 23:51:43 +08:00
Gaetan Lepage
58739f9d1a python311Packages.pyfftw: remove 2024-06-17 12:54:01 +02:00
github-actions[bot]
c72bae2be7
Merge master into staging-next 2024-06-07 18:01:28 +00:00
Martin Weinelt
bae8a7af1d
python312Packages.aioaladdinconnect: drop
The API used has been obsoleted.
2024-06-07 14:00:43 +02:00
Martin Weinelt
db78a2bd59
python312Packages.ambiclimate: drop
The service used has been terminated.
2024-06-07 14:00:43 +02:00
github-actions[bot]
1b7a9e695e
Merge master into staging-next 2024-06-05 06:01:06 +00:00
OTABI Tomoya
5b03a925b3
Merge pull request #314800 from natsukium/django-sr/remove
python311Packages.django-sr: remove
2024-06-05 10:56:42 +09:00
OTABI Tomoya
2d6c4a31f8
Merge pull request #313268 from natsukium/nosexcover/remove
python311Packages.nosexcover: remove
2024-06-05 10:53:30 +09:00
OTABI Tomoya
21c63bf653
Merge pull request #313148 from natsukium/theano/drop
python311Packages.{theano,theano-pymc}: drop
2024-06-05 10:52:26 +09:00
natsukium
0fe4589526
python311Packages.htmllaundry: remove
htmllaundry has been removed because it is abandoned
https://github.com/wichert/htmllaundry
2024-06-04 23:03:19 +09:00
Martin Weinelt
4ea81dd528
python3Packages.docker-py: drop in favor of docker 2024-05-29 23:02:53 +02:00
OTABI Tomoya
4ed25134cf
Merge pull request #314792 from natsukium/zipstream/remove
python311Packages.zipstream: remove
2024-05-29 17:03:56 +09:00
Nikolay Korotkiy
0efdd36c00
Merge pull request #314562 from imincik/drop-pygeos
python3Packages.pygeos: drop package
2024-05-26 13:48:42 +04:00
Ivan Mincik
676d496992 python3Packages.pygeos: drop package
PyGEOS was merged with Shapely (https://shapely.readthedocs.io)
in December 2021 and has been released as part of Shapely 2.0. The
development now takes place at the Shapely repository.

See: https://github.com/pygeos/pygeos/blob/master/README.rst
2024-05-26 11:38:07 +02:00
natsukium
11e3c90f61
python311Packages.django-sr: remove
django-sr has been removed since it has been unmaintained for 10 years
2024-05-26 17:52:01 +09:00
natsukium
ec304065cd
python311Packages.zipstream: remove
zipstream has been removed, because it has been unmaintained for 6 years
and there are no dependent packages
2024-05-26 17:01:16 +09:00
natsukium
aae5de8a9f
python311Packages.theano-pymc: drop
theano-pymc has been removed because it is no longer maintained
2024-05-26 14:40:21 +09:00
natsukium
3932ebe39d
python311Packages.theano: drop
theano has been removed because it is no longer maintained
2024-05-26 14:39:47 +09:00
OTABI Tomoya
a4fe3ea233
Merge pull request #313333 from natsukium/django-nose/remove
python311Packages.django-nose: remove
2024-05-26 14:38:06 +09:00