This is the newest of the 1.3.x series. As this is a requirement for gertty,
and that package hasn't seen development in years, better stick to an older
version of sqlalchemy (1.4 *might* work? 2.x surely will not).
Not used by anything on-tree. This version is pretty outdated, but updating
it requires bring up 7 packages more as dependencies.
Drop it, and let users install it via pip if needed.
Not used by anything on-tree. Newer versions are installable via pip, same with
alternatives that have zero dependencies (eg https://pypi.org/project/segno/).
Nothing on tree uses anything provided by twisted, and the rest of recipes
are for dependencies only twisted required.
All packages are "any" and without any patches. If someone needs these modules,
they can install them via pip.
While this module could be "any" in theory, doing so means the "x86_gcc2" version
of "pkg-config" gets called (that causes problems when packages that use this module
to build stuff, get the wrong info on 32 bits, no sane python package would be asking
for, or expecting, GCC2 stuff).
Cleaned up a bit the recipe while at it, and droped 3.9, as the only user on-tree
of this module is Python 3.10 only already (borgbackup).
Commit 6ae2dcba0f contained an accidental
rename on this recipe. Reverting that.
Still, I can re-build this version, or newer ones for that matter.
Giving up on pandas for a while. Maybe other folks will have better
luck (or more skills at least :-D).
Just a quick cleanup. Moving it to "any", as this is just a pure-python module.
Tests do not run, as we're missing the "invoke" depedency for "pytest.relaxed",
and that means bringing in at least 6 more new recipes.
Similar with trying to update paramiko to newer versions.
Seems like too much work for a package that is not used by anything in-tree (thus,
just this clean up for now).
Can be installed via pip without issues, but updating the .hpkg from sources
would require too many new dependencies (poetry and co), for something that
has never been used/required in-tree, AFAICT.
Use build from the source dir instead of requiring `build` to be installed.
(can also use the commented out `$python -m flit_core.wheel` alternative, if needed).
Part of the fixes for #10717.