Search Criteria
Package Details: python-sphinx-markdown-tables 0.0.17-10
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: | GPL-3.0-or-later |
Submitter: | kseistrup |
Maintainer: | kseistrup |
Last Packager: | kseistrup |
Votes: | 1 |
Popularity: | 0.40 |
First Submitted: | 2021-10-05 08:42 (UTC) |
Last Updated: | 2025-03-02 14:18 (UTC) |
Dependencies (7)
- python (python37AUR, python311AUR, python310AUR)
- python-markdown
- python-sphinx (python-sphinx-gitAUR)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Required by (5)
- nrf-connect-sdk-installer (optional)
- osgearth (make)
- osgearth-docs (make)
- python-akshare (make)
- python-runtype (make)
Latest Comments
« First ‹ Previous 1 2
vedranmiletic commented on 2024-03-25 10:38 (UTC)
@kseistrup That was quick, thanks!
kseistrup commented on 2024-03-25 10:08 (UTC)
@vedranmiletic Thanks for letting me know.
vedranmiletic commented on 2024-03-25 09:02 (UTC)
Build-time requires debugedit package.
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.« First ‹ Previous 1 2