Not required on-tree since dc675a224a.
`setuptools` uses a vendored version of this now, so we should not
require this stand-alone package any longer.
Users should try to `pip install` this, if they need it.
Originally added as dep of gertty, but never actually used by it, AFAICT.
We don't have `cmd:pandoc` (requires haskell), so no point in having this
anyway.
This was broken before 8dec539418, and never
referenced on-tree since then (`git log --since=2020-03 -S pyopengl`
gives nothing except that commit).
Users should try to `pip install` this, if they need it.
While this provides several `cmd:`s to work with rdf files, none seems
used on-tree. Do we really need this packaged?
Users should try to `pip install` this, if they need it.
Seems it was never used on-tree since it was introduced in
4cdf5a4ab8
(`git log --since=2022-07 -S typogrify` gives nothing besides that commit).
Users should try to `pip install` this, if they need it.
Nothing uses it on-tree, and nothing ever did since it was introduced
(`git log --since=2019 -S aiorpcx` gives nothing).
Let people pip install this if they need it.
Nothing uses this on-tree, and apparetly nothing never ever did
(`git log -S aiohttp_socks` gives nothing).
Also... current version is missing a hard dependency for a package/module
that we do not provide: python-socks[asyncio]>=1.2.2
(newsest version upstream requiers: python-socks[asyncio]>=2.4.3,<3.0.0
Just drop this thing, and let whoever needs it install it via pip.
This includes a patch to install the ParserDetails.ini configuration file into
site_perl (i.e. the non-packaged hierarchy) instead of vendor_perl because it
should be editable by other perl module packages that provide an XML SAX parser
(whether installed as HPKG or manually).
The config file is created and modified using post-install and pre-uninstall
scripts.