Commit Graph

5 Commits

Author SHA1 Message Date
OscarL
6af96fc308 wheel: update to version 0.41.2 (#9514)
Switch to install from .whl package.

IMO, we should do the same whenever possible for Python packages
that do not require compilation, or otherwise special needs.

It gives us some advantages:

- faster builds.
- simpler recipes.
- can get/compare SHA_256 right from PyPI download page.
  This one is also valid for tarballs's case, if we use
  pypi.io / pythonhosted.org URIs of course.
- can help avoid complex build dependencies (like `poetry`).

The last one a major one, as it can help reduce maintenance costs.
2023-09-24 12:07:34 +00:00
OscarL
70ac5cadda python3.8: bulk removal of now obsolete "_python38" packages. (#9328)
* python3.8: bulk removal of now obsolete "_python38" packages.

Done via scripting. No functional change intended or expected.

Some manual tweaks will follow.

* python3.8: further manual tweaks after bulk-3.8-removal.

Unlike the previous commit with automated changes,
I've tested builds for *these* recipes in beta4 64 bits.
2023-09-01 18:19:50 +00:00
Jérôme Duval
df145a169a Drop python 3.7 (and 2.7) for recipes under dev-python/
Recipes with only 3.7 are left alone. Help with #8025.
2023-03-23 21:18:44 +01:00
Schrijvers Luc
74697a5b56 wheel, enable python 3.10 (#7034) 2022-07-06 11:04:02 +02:00
Adrien Destugues
3780b7ecfb Add some Python packages.
Needed by webkit unit tests
2021-03-29 21:32:24 +02:00