Search Criteria
Package Details: python-mdv-git 1.6.3.r97.g435b688-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-mdv-git.git (read-only, click to copy) |
---|---|
Package Base: | python-mdv-git |
Description: | Styled Terminal Markdown Viewer |
Upstream URL: | https://github.com/axiros/terminal_markdown_viewer |
Licenses: | BSD |
Conflicts: | terminal_markdown_viewer |
Submitter: | Felixoid |
Maintainer: | Felixoid |
Last Packager: | Felixoid |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2018-04-20 16:03 (UTC) |
Last Updated: | 2023-05-13 08:05 (UTC) |
Dependencies (7)
- python (python37AUR, python311AUR, python310AUR)
- python-docopt
- python-markdown
- python-pygments
- python-tabulate (python-tabulate-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-setuptools (make)
Latest Comments
Felixoid commented on 2021-07-22 22:09 (UTC)
I see. In some modes, when the output is not tty anymore, it works like
2>&1
.Yes, it's a problem. Now I see. Sorry for not getting it the first time.
bartus commented on 2021-07-20 21:09 (UTC) (edited on 2021-07-20 21:35 (UTC) by bartus)
@Felixoid: Sorry for the imprecise explanation. You are correct: calling
makepkg
frombash
works fine, but if someone build all their packages in volatile containers without letting them touch their local system it will fail with mentionedpkgver
error, as in container output ofmakepkg
is not attached to terminal, makingpython setup.py -V
dump its warning message to stdout ( same as callingnohup python setup.py -V
)Run
extra-x86_64-build -r /tmp/${PWD##*/}
to reproduce the error.[Edit] I took a looksy at
makepkg:run_function()
and find out that error arises when-L
flag is passed tomakepkg
.Run
makepkg -CodL
to reproduce the error when building localy.Felixoid commented on 2021-07-19 14:17 (UTC) (edited on 2021-07-19 14:34 (UTC) by Felixoid)
Sorry, it sounds nonsense to me.
Works perfectly w/o consuming the stderr
The error is thrown by
description-file
insetup.cfg
file, but the project is abandoned and is not supported by the owner. I am pretty sure, it won't be fixed.update: forget my latest statement, he just merged all the stack of PRs one month ago. So I've sent the PR to fix deprecation.
Although, it's just warning, and it definitely shouldn't be considered as a part of package version.
bartus commented on 2021-07-19 13:46 (UTC) (edited on 2021-07-19 13:48 (UTC) by bartus)
Please consume stderr in
pkgver()
otherwisemakepkg
throws an error:danbruegge commented on 2021-04-22 05:56 (UTC)
I switched to glow. Recommended here: https://github.com/axiros/terminal_markdown_viewer/issues/84
Felixoid commented on 2021-03-10 09:40 (UTC)
Since the upstream is not updated for long, I am not sure what to do. One should ask Axiros GmbH to take care of a stale code or provide a stable updated source
Felixoid commented on 2019-12-30 09:57 (UTC)
Thank you @bartus, done. Next time, flag a package as outdated, please.
bartus commented on 2019-12-17 15:58 (UTC)
Add 'git' to 'makedepends' array.