* mupdf: retire 1.6.x version recipes.
Superceded by 1.8.x.
* mupdf: retire broken 1.10.x version recipe.
Marked as broken since its introduction in 2017.
Only three packages use mupdf in-tree, and all of them use the
1.20.x version already.
* mupdf: retire 1.8 version recipe.
Nothing uses it in-tree (all use 1.20.x already).
Game was Python 2.x only (2.4 in fact!).
Tried to update its dependencies and even gave it a go with 2to3.py,
plus minor manual hacking... no go.
Good bye, Monsterz, we hardly knew you!
- 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.
- 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).
* 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.
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 :-)
* libsdl2: remove cmake file for libsdl2_test.a
The cmake file for libSDL2_test.a was still there, causing build failures for dependant proijects (because of broken cmake file?)
* Update libsdl2-2.26.4.recipe
- 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.