* Translate all seds in postPatch into patches (for setting the static
path and skipping the test that needs network access)
* The patch for the changed pandoc heading generation was simplified:
Since we know our pandoc version is always that new, we can skip the
version check.
* Skip the test for pandoc-citeproc: pandoc-citeproc has been deprecated
in favor of pandoc --citeproc by the upstream pandoc developer.
pypandoc's testsuite doesn't reflect this yet (although it should
support --citeproc theoretically) to avoid depending on
pandoc-citeproc for the checkPhase (as we expect it to break again or
continue to be broken) we skip the test requiring pandoc-citeproc.
The breakage of pypandoc due to pandoc-citeproc was pointed out here:
https://github.com/NixOS/nixpkgs/pull/116635#issuecomment-809258707
Thank you!
pypandoc is broken (it does not work properly with pandoc 2), so we
remove the dependency as it was only used for generating PyPI docs.
The patch will be included upstream in the next version, so it should
be removed next time this package is updated.
* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances