Commit Graph

973 Commits

Author SHA1 Message Date
Jerome Duval
dc5635575b installer: no patches 2023-05-13 11:57:55 +02:00
Jerome Duval
5281899768 installer: bump version 2023-05-13 11:55:12 +02:00
Schrijvers Luc
5b48ed1e1a jinja, bump version (#8611) 2023-05-08 13:21:17 +02:00
OscarL
3a0e480555 fonttools: recipe cleanup. (#8282)
No functional change intended. Just aligning the recipe with what
has been done on others lately.

Dropping the "REPLACES_*" as nothing in-tree was requiring either
"fonttools_python3", nor any of the commands it provides, and that
replaces seems to have been there for ages already.
2023-04-06 09:06:56 +02:00
OscarL
780b7f9440 pyproject_hooks: new recipe. (#8281)
This will be needed when updating the `build` package to version
0.10.0, as it changes dependencies from `pep517` to this one.
2023-04-06 09:06:34 +02:00
OscarL
eda4bbc2d4 pygame: retire old 1.9.4 version recipe. (#8257)
Was Python2, gcc2 only. And only used by "monsterz" (see #8256).
2023-04-03 15:59:04 +02:00
OscarL
479c6ed0f7 pygame: switch to Python 3.9. (#8255) 2023-04-03 15:56:52 +02:00
OscarL
68f9db6609 pyaes: drop support for Python 2.7/3.7, add it for 3.9/3.10. (#8249)
Added TESTS(). They all pass.
2023-04-03 12:16:21 +02:00
OscarL
e6c3f97e30 cryptography-vectors: drop Python 2.7/3.7 support, add it for 3.9/3.10 (#8242)
Did some recipe clean up as well, removed TEST() as there are no tests
on the tarball.
2023-04-02 20:13:28 +02:00
OscarL
7b0c0671ab jsonrpcserver: update to version 5.0.9 (#8233)
Requires the new `oslash` package from #8210.
2023-04-02 15:13:18 +02:00
OscarL
d0a8c96195 pyqt_builder: fix up recipe. (#8231)
- Some clean up.
- Fix dependencies.
- Provide versioned script (pyqt-bundle), and a non-suffixed link
  for the default Python version.

This fixes the following problems with the previous recipe version:

- Trying to do `> python3.9 -c "import pyqtbuild; help(pyqybuild)`
  was failing with:
  > ModuleNotFoundError: No module named 'sipbuild'

- `> pyqt-bundle --help` (after installing `pyqt_builder-1.7.0-2-any.hpkg`)
  was failing with:
  > importlib.metadata.PackageNotFoundError: No package metadata was found for PyQt-builder

Note:  I haven't performed further testing than that.
2023-04-02 15:13:03 +02:00
OscarL
6edb2d1967 pydispatcher: update version to 2.0.7. (#8230)
- Drops support for Python 2.7, adds it for 3.9/3.10.
- Switched build system from "python3 setup.py" to using the
  `build` and `installer` modules (was having versioning issues,
  otherwise).
2023-04-02 15:12:35 +02:00
OscarL
abb5e59d49 python-markdown-math: clean up, add Python 3.10 support. (#8223)
Make TEST() attempt to run the tests for all the package versions.
One test currently fails. Not sure if they where all OK at some point.
2023-04-02 15:12:13 +02:00
OscarL
8afb6c9415 oslash: new recipe. (#8210)
This is a requirement for newer versions of jsonrpcserver >= 5.0.0.
2023-04-02 15:11:39 +02:00
OscarL
7d9cf65a21 docutils: clean up, support Python 3.10. (#8134)
* docutils: 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).

Note:

Moved suffixes after the ".py", as names like "rst2html4310.py"
looked weird, and we can't use "rst2html4-3.10.py" due to the
"no dashes in PROVIDES or REQUIRES" rule.

* docutils: change script suffixes.

Original recipe was using, eg., "rst2html438.py", which looks weird.

Previous commit used "rst2html4.py3.8", which at least is consistent
with what it's done for Python and pip recipes.

This one changes it to "rst2html4-3.8.py", which looks better, and
matches what's done on ports for other platforms (MacPorts, for example).

* docutils: further clean up.

Provide versioned scripts, and also non-versioned symlinks for the
scripts from the version of the packate that matches the default
Python version (3.9 at the moment).

* docutis: update to version 0.19

* docutils: simplify symlinks creation.

As pointed out by Jérôme, we can use ln's ability to produce links
relative link's location.
2023-04-02 15:09:58 +02:00
OscarL
46e3b6f749 gdata: retire recipe. (#8228)
Reasons:
- Was for Python 2.7 only (and we're using 3.9 as default).
- Not required by anything in-tree.
- Last release in 2013, last commit in 2016, and Google has archived
  (made read-only) the repo in Dec 2022.

For kicks: it supports things like Google Notebook API, which Google
killed ages ago :-)
2023-04-02 09:27:31 +02:00
OscarL
9f6e93482e pycurl: update to version 7.45.2 (#8220)
- Drop support for Python 2.7/3.7.
- Add it for Python 3.9/3.10.
- Move to x86 in 32 bits.
- Disable creation of "any" pycurl_doc package (for now at least).
  Its content wasn't that much helpful.
2023-04-01 21:47:14 +02:00
OscarL
6919a69e09 funcsigs: retire recipe. (#8225)
This was a backport, of features introduces in Python 3.3, to even
older versions.
2023-04-01 21:42:06 +02:00
OscarL
5f34ce7c47 futures: retire recipe (was for exclusive use on Python 2.x). (#8224) 2023-04-01 20:44:30 +02:00
OscarL
72e4cb70a1 pylzma: switch to x86 on 32 bits, drop Python 3.7, add 3.9/3.10. (#8213) 2023-04-01 10:48:17 +02:00
OscarL
096933a05d pyopengl: update to version 3.1.6 (#8211)
Also:
- Drop support for Python 3.7
- Add it for 3.9 and 3.10.
- Style clean up.
2023-04-01 10:11:44 +02:00
OscarL
1c59629136 jsonrpcclient: drop Python 3.7 support, add it for 3.9/3.10. (#8209)
* jsonrpcclient: drop Python 3.7 support, add it for 3.9/3.10.

Also: Fixed REQUIRES. jsonrpclient still won't run as the version of
the `click` package in the repos (8.1.3) is too new for this version
of `jsonrpclient` (requires click < 7.x).

Updating to 4.0.3 will require either switching to install from
the wheel (.whl) file provided by the project over PyPi, or having
a working Poetry package in Haiku.

Packaging Poetry and its nearly 30 dependencies is still an on-going
quest, so in the meantime we might want to use that .whl after all.

* jsonrpcclient: update to version 4.0.3.

Had to use the .whl file provided on PyPi, as the tarball depends
on Poetry (and we don't have it on repos).

Tested "ping" example script via aiohttp, against jsonrpcserver.
Got a "pong" as response, so it seems to be working :-)
2023-04-01 10:11:14 +02:00
OscarL
4daeb7c253 tqdm: update to version 4.65.0 (#8161)
- Switch to "any" arch (as this is pure Python code).
- Added support for Python 3.10.
- Added bash completion file for the default "cmd:tqdm".
- Install the man page.
2023-03-31 12:32:30 +02:00
OscarL
d7926415ba jsonrpcserver: drop support for Python 3.7, add it for 3.10. (#8204)
Added the needed REQUIRES.

I was able to import the module, and run a test server now.
2023-03-31 09:45:45 +02:00
OscarL
9bb27cfeef pyrsistent: style clean up, add support for Python 3.10. (#8202)
Trying to install the 3.10 version of jsonschema was complaining
about no "pyrsistent_python310".
2023-03-31 09:45:31 +02:00
OscarL
76301ce65e pypandoc: cleanup, support for Python 3.10, update to 1.11 (#8205)
* pypandoc: style cleanup, add support for Python 3.10.

* pypandoc: update to version 1.11

Marked as disabled, as we don't actually have a binary/package for
pandoc in the repos (requires GHC).
2023-03-30 21:05:24 +02:00
OscarL
fe47620506 jsonschema: drop support for Python 3.7, add it for 3.9/3.10. (#8189)
Fixed dependencies. Now the jsonchema script actually runs.
2023-03-30 15:04:37 +02:00
OscarL
7edc2e6656 pychart: retire recipe. (#8183)
- Last release was in 2009.
- Building the documentation requires:
  - LaTex + latex2html
  - The actual Python 2 source tarball (as it uses stuff from its
    "Docs" directory).
- Nothing in-tree requires PyChart.
- Doesn't even actually works with Python 3.7. Errors out with:
  "NameError: name 'TupleType' is not defined".
2023-03-30 10:33:31 +02:00
OscarL
c39eb4a7ef psutil: move to Python 3.9, add TEST(). (#8172)
Package is non-functional: on both 3.7 and 3.9 it gives an error
when trying to "import psutil".

The patchset is WIP, so attempting to update to psutil 5.9.4 won't
do much.

Still, moving away from 3.7 makes sense.
2023-03-30 08:22:06 +02:00
OscarL
c0da47f3e8 html5_parser: update to 0.4.10, drop support for Python 2.7/3.7, add it for 3.10. (#8173) 2023-03-30 06:50:12 +02:00
OscarL
124594c87e imutils: retire recipe. (#8092)
Not used by anything in-tree, attepts to update it to 0.5.4 ended
with installable, but non-working modules.

Upstream repo possibly unmaintained.
2023-03-29 14:23:37 +02:00
OscarL
ea3ebbffdb coverage: update to version 7.2.2. (#8148)
- Drop support for Python 2.7 and 3.7.
- Add it for 3.9 and 3.10.
- Include man page and README.html files.
2023-03-29 09:28:22 +02:00
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