Commit Graph

941 Commits

Author SHA1 Message Date
OscarL
f09f1efbd6 pyopenssl: force rebuild. (#8149) 2023-03-29 07:56:38 +02:00
OscarL
a4a55fdf42 enum34: retire recipe. (#8151)
This was Python 3.4's enum backported to even older versions. As we
don't support those anymore, and all supported ones include Enum
in the standard library, this won't be missed.
2023-03-29 07:49:15 +02:00
OscarL
021f3329b9 pygments: cleanup, update to version 2.14.0 (#8143)
Move the PROVIDES_* inside the loop, fix subscript subfixes for 3.10.
include man page on the packages.
2023-03-28 20:43:48 +02:00
OscarL
976e0c48bc pyenchant: recipe cleanup, update to 3.2.2, support Python 3.10. (#8142)
Move PROVIDES_* inside the loop.
2023-03-28 11:14:21 +02:00
OscarL
7b4515c67a mutagen: cleanup, add support for Python 3.10. (#8138)
- Use loops to generate the package/version specific PROVIDES.
- Use version suffixes for the provided cmds, except for the ones
  from the package for the default Python version (3.9 currently).
2023-03-27 20:18:08 +02:00
OscarL
8f8f39e574 markdown: clean up, support Python 3.10. (#8137)
- Use loops to generate the package/version specific PROVIDES.
- Use version suffixes for the provided cmds, except for the ones
  from the package for the default Python version (3.9 currently).
2023-03-27 20:17:29 +02:00
OscarL
9a2b3f9bb6 html2text: cleanup. (#8136)
* html2text: retire the Python 2.7 recipe.

* html2text: clean up, support Python 3.10.

- Use loops to generate the package/version specific PROVIDES.
- Use version suffixes for the provided cmds, except for the ones
  from the package for the default Python version (3.9 currently).
2023-03-27 20:16:48 +02:00
OscarL
59d0eea589 editor: fix build, add support for Python 3.10. (#8135)
haikuporter complained about: "Error: No PROVIDES_python found".
2023-03-27 20:15:50 +02:00
OscarL
e334dcdffa chardet: clean up. (#8132)
- Use loops to generate the package/version specific PROVIDES.
- Version all the scripts that will end on /bin (except for the one
  from the default Python version, 3.9 at the moment).
2023-03-27 13:07:50 +02:00
Joachim Mairböck
bb348f63db python_ly: fix commandSuffixes (#8127)
python 3.7 was dropped, python 3.9 is the new default (with an empty suffix)
2023-03-27 08:53:54 +02:00
OscarL
b4d21497ab backports_tempfile: retire recipe. (#8119)
This module was supposed to backport new functionality not present
on older version of Python.

The project repo states support for versions: 2.7 to 3.6, and last
update was in 2018.

Considering we're dropping support for 3.7, this one should not be
missed (not used by anything in-tree).
2023-03-26 21:41:58 +02:00
OscarL
12307e4ce0 backports_weakref: retire recipe. (#8120)
This module was supposed to backport new functionality not present
on older version of Python, and first introduced in Python 3.4.

The project repo states support for versions: 2.7 to 3.6, and last
update was in 2017.

Considering we're dropping support for 3.7, this one should not be
missed (not used by anything in-tree).
2023-03-26 21:41:30 +02:00
Jerome Duval
73bde5266b iso8601: bump version, python 3.9 and 3.10 2023-03-24 11:48:36 +01:00
Jerome Duval
b84fcf91c2 fonttools: bump version, switch to python 3.10 2023-03-24 11:30:10 +01:00
Jérôme Duval
e3e9783dd6 kiwisolver: trigger build 2023-03-24 08:57:38 +01:00
OscarL
c157115d15 qrcode: support 3.10, provide non _x86 package name. (#8094)
Minor clean up to the provides. Should easy modifying supported
python versions in the future.
2023-03-24 08:57:37 +01:00
OscarL
92975803ce dulwich: support 3.10, provide 'non _x86' package name on 32 bits (#8091)
Fixed requires for urllib3.

Use loops for the provides, should help when modifying the list
of supported Python versions.
2023-03-24 08:56:37 +01:00
OscarL
9cf94b2e47 cryptography: restore support for Python 3.8. (#8090)
Should help fix the build for the pyopenssl packages.
2023-03-24 08:56:19 +01:00
OscarL
ea1e1d8571 pycrypto: fix 32 bits build, support Python 3.10. (#8089)
Switch to x86. Needs a C99 compiler.
2023-03-24 08:56:04 +01:00
OscarL
1f4e7d07ae lxml: drop Python 3.7, add 3.10. (#8093)
Provide "non _x86" package name for 32 bits.
No PYTHON_LIBSUFFIXES for Python 3.8+.
2023-03-24 08:12:08 +01:00
OscarL
7564fc3c0e cppy: new recipe (#8087) 2023-03-24 08:05:48 +01:00
OscarL
5843f3d846 cssselect: drop Python 2.7 & 3.7, add 3.9/3.10. (#8095) 2023-03-24 08:03:15 +01:00
OscarL
9f4807ba76 kiwisolver: fix build, support Python 3.10. (#8088)
Provide "non _x86" package name too on 32 bits.
2023-03-24 07:58:31 +01:00
OscarL
2f8ec3a106 aspw: switch to x86, support Python 3.10, provide "non _x86" package name. (#8086)
Wasn't building on 32 bits.
2023-03-24 07:37:13 +01:00
OscarL
69de1a876c argh: update to 0.28.1. Drop support for Python 2.7, 3.7. Add it for 3.10. (#8085) 2023-03-23 21:24:21 +01: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
e5cad96650 alembic_py: drop support for Python 3.7. (#8082) 2023-03-23 17:13:19 +01:00
OscarL
10242e860c aiorpcx: drop support for Python 3.7, add it for 3.10. (#8080) 2023-03-23 17:13:07 +01:00
OscarL
cc0eb9713c apply_defaults: update to 0.1.6 (#8081)
Drop support for Python 3.7, add it for 3.9 and 3.10.
2023-03-23 17:12:46 +01:00
OscarL
ea20c25d74 aiohttp_socks: drop support for Python 3.7, add it for 3.10. (#8079) 2023-03-23 15:09:02 +01:00
OscarL
13fd674e5d aiodns: drop support for Python 3.7, add it for 3.10. (#8077) 2023-03-23 14:39:06 +01:00
OscarL
76958a7ab8 cryptography: fix build (#8066)
No need for PYTHON_LIBSUFFIXES for Python > 3.7.

Fixed cffi requirement on 32 bits.
2023-03-23 11:46:03 +01:00
OscarL
25136b886c bcrypt: drop support for Python 3.7 and 3.8. (#8030) 2023-03-23 11:05:42 +01:00
OscarL
6211410b95 cryptography: drop support for Python 3.7 and 3.8. (#8029) 2023-03-23 11:05:25 +01:00
OscarL
7af5c1dc05 twisted: clean up (#8065)
Restored erroneously removed (by me, sorry) PROVIDES for the "non _x86"
package name.

Fixed REQUIRES.
2023-03-23 11:04:07 +01:00
OscarL
a1eb1c25fe pynacl: drop support for Python 3.7 and 3.8. (#8027)
Also removed unneded dependency on six.
2023-03-23 11:03:50 +01:00
Jérôme Duval
7280da55e8 aiohttp: trigger build 2023-03-22 14:55:33 +01:00
OscarL
5db8ad002a charset_normalizer: drop support for Python 3.7, add it for 3.10. (#8052)
Switch arch to "any".
2023-03-22 14:54:45 +01:00
OscarL
b48d6a01bc async_timeout: drop support for Python 3.7, add it for 3.10. (#8053) 2023-03-22 14:54:08 +01:00
OscarL
781aabc2f8 asynctest: drop support for Python 3.7, add it for 3.10. (#8054)
Also, switch arch to "any".
2023-03-22 14:53:44 +01:00
Jérôme Duval
3805466c93 aiohttp: trigger build 2023-03-22 14:22:59 +01:00
OscarL
52a1bc299d aiosignal: drop support for Python 3.7, add it for 3.10. (#8051)
switch to any architecture
2023-03-22 14:18:42 +01:00
OscarL
1a0f70c27d aiohttp: switch to x86, drop support for Python 3.7, add it for 3.10. (#8049)
Build was broken for x86_gcc2.

Provide also the "non _x86" package name. This should fix the build
failure for slixmpp after #8036.
2023-03-22 13:51:42 +01:00
OscarL
0a0dce5247 multidict: switch to x86, drop support for Python 3.7, add it for 3.10. (#8046)
Build was broken on x86_gcc2.
2023-03-22 13:42:26 +01:00
Jérôme Duval
0ad58c0835 pycares: trigger x86 build 2023-03-22 13:41:22 +01:00
Jérôme Duval
8a070b50a7 cffi: no lib suffix for 3.8 and up 2023-03-22 13:29:33 +01:00
OscarL
002af9d79a frozenlist: switch to x86, drop Python 3.7, add Python 3.10. (#8045)
Build was broken on x86_gcc2.
2023-03-22 13:26:35 +01:00
Jérôme Duval
a8e059150c yarl: missing secondaryArchSuffix 2023-03-22 13:23:55 +01:00
OscarL
c04a168f4d yarl: switch to x86, drop support for Python 3.7, add it for 3.10. (#8047)
Build was broken for x86_gcc2.
2023-03-22 13:20:38 +01:00
OscarL
e5b9dbbcca paramiko: drop support for Python 3.7 and 3.8. (#8026) 2023-03-22 13:13:07 +01:00