Commit Graph

13 Commits

Author SHA1 Message Date
Oscar Lesta
253ff0b303 importlib_metadata: drop Python 3.9 support.
Only users on-tree (pytest, qutebrowser) are already 3.10 only.
2025-09-19 22:53:14 -03:00
OscarL
0be177f1c2 importlib_metadata: hopefully fix the build for good this time. (#9338)
The presence of HaikuPorter's work git repo interferes with the
operation of some python packages used at build time, causing
builds with "hp -G" to succeed, but fail without that flag, unless
these work-arounds are applied:

- exporting a `SETUPTOOLS_SCM_PRETEND_VERSION` variable
- `rm -rf dist`
2023-09-02 16:35:12 +00:00
Schrijvers Luc
c948cb067b importlib_metadata, add missing checksum, build fixes (#9334) 2023-09-02 13:47:06 +00:00
OscarL
3110a975a7 importlib_metadata: update to version 6.8.0 (#9331) 2023-09-02 06:05:30 +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
OscarL
c7a8cdbc61 importlib_metadata: fix versioning. (#8003) 2023-03-20 09:33:15 +01:00
Schrijvers Luc
723e6d0d02 importlib_metadata, revbump for rebuild (#7033) 2022-07-06 10:17:50 +02:00
Schrijvers Luc
dab5ecc2d6 importlib_metadata, enable python3.10 (#7031) 2022-07-06 09:38:44 +02:00
Schrijvers Luc
c607dc50c4 importlib-metadata, bump version (#7019) 2022-07-04 19:57:21 +02:00
Jerome Duval
7569f772b0 importlib_metadata: enable 3.8, 3.9, remove 3.6 2021-01-26 22:11:05 +01:00
Schrijvers Luc
5d041519e2 some version bumps on python modules (#5371) 2020-10-30 10:39:32 +01:00
extrowerk
bb056a7a8e importlib_metadata: new recipe (#4858) 2020-04-17 09:09:31 +02:00