Search Criteria
Package Details: python-sphinx-markdown-tables 0.0.17-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-sphinx-markdown-tables.git (read-only, click to copy) |
---|---|
Package Base: | python-sphinx-markdown-tables |
Description: | Sphinx extension for rendering tables written in markdown |
Upstream URL: | https://github.com/ryanfox/sphinx-markdown-tables |
Keywords: | markdown python sphinx tables |
Licenses: | GPL3 |
Submitter: | kseistrup |
Maintainer: | kseistrup |
Last Packager: | kseistrup |
Votes: | 1 |
Popularity: | 0.000020 |
First Submitted: | 2021-10-05 08:42 (UTC) |
Last Updated: | 2023-03-12 08:39 (UTC) |
Dependencies (4)
- python-markdown
- python-build (make)
- python-installer (python-installer-git) (make)
- python-wheel (make)
Required by (3)
- nrf-connect-sdk-installer (optional)
- python-akshare (make)
- python-runtype (make)
Latest Comments
kseistrup commented on 2021-11-26 07:32 (UTC)
Thanks for the explanation.
lmartinez-mirror commented on 2021-11-26 07:11 (UTC)
Sure.
PYTHONHASHSEED=0
ensures reproducible builds. It's not necessary for AUR packages but I understand some people may want this.kseistrup commented on 2021-11-25 06:53 (UTC)
@lmartinez-mirror, thank you for your suggestions. I have updated the
PKGBUILD
.May I ask why you feel that it is necessary to
PYTHONHASHSEED=0
?lmartinez-mirror commented on 2021-11-25 03:51 (UTC) (edited on 2021-11-25 03:59 (UTC) by lmartinez-mirror)
Package is missing
python-setuptools
from itsmakedepends
; please add it.EDIT: Wrote up a patch for this package that also includes
python-setuptools
, among other things.