Search Criteria
Package Details: md2pdf v0.0.5.r0.g622d780-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/md2pdf.git (read-only, click to copy) |
---|---|
Package Base: | md2pdf |
Description: | A Python Markdown to PDF Converter |
Upstream URL: | https://github.com/walwe/md2pdf |
Licenses: | MIT |
Submitter: | walwe |
Maintainer: | walwe |
Last Packager: | walwe |
Votes: | 12 |
Popularity: | 0.59 |
First Submitted: | 2017-02-22 13:30 (UTC) |
Last Updated: | 2021-01-26 20:05 (UTC) |
Dependencies (6)
- python-click
- python-markdown2 (python-markdown2-git)
- wkhtmltopdf (wkhtmltopdf-static, wkhtmltox-bin)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- python (nogil-python, python36, python32, python39, python38, python37, python311, python312) (make)
- python-setuptools (make)
Required by (1)
- zaread-git (optional)
Latest Comments
dreieck commented on 2023-03-24 18:50 (UTC) (edited on 2023-03-24 18:51 (UTC) by dreieck)
Ahoj,
So, according to the VCS packaging guidelines, you must rename your package to
md2pdf-git
(i.e. with the-git
) suffix.Please do so (upload new package and file a merge request for the old package), and provide appropriate
conflicts
andprovides
entries in thePKGBUILD
of the renamed package.Also, please strip off the leading
v
from$pkgver
, as required by the VCS packaging guidelines.Also, please add
pandoc
as dependency.Thanks for maintaining!,
regards.
GregTheMadMonk commented on 2021-10-19 13:33 (UTC)
pandoc should probably be added as a dependency for this. Otherwise you'll get "Command not found: pandoc"
walwe commented on 2019-11-14 15:32 (UTC)
Archlinux just upgraded to python 3.8. If you have installed md2pdf before the upgrade, please reinstall md2pdf to assure it is installed for python 3.8.
You can verify you python version using: python --version
I am not aware of a way to avoid having to reinstall after a python upgrade.
dreieck commented on 2019-11-14 12:24 (UTC)
When running
md2pdf
, I get a python error: