Search Criteria
Package Details: python-terminaltables3 4.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-terminaltables3.git (read-only, click to copy) |
---|---|
Package Base: | python-terminaltables3 |
Description: | Easily draw tables in terminal/console applications from a list of lists of strings |
Upstream URL: | https://github.com/matthewdeanmartin/terminaltables3 |
Licenses: | MIT |
Submitter: | meanjollies |
Maintainer: | meanjollies |
Last Packager: | meanjollies |
Votes: | 2 |
Popularity: | 0.017130 |
First Submitted: | 2025-01-03 20:53 (UTC) |
Last Updated: | 2025-01-03 20:53 (UTC) |
Dependencies (8)
- python (python37AUR)
- python-build (make)
- python-installer (make)
- python-poetry-core (python-poetry-core-gitAUR) (make)
- python-colorama (python-colorama-gitAUR) (check)
- python-colorclass (check)
- python-pytest (check)
- python-termcolor (check)
Latest Comments
« First ‹ Previous 1 2
meanjollies commented on 2023-07-09 22:49 (UTC) (edited on 2023-07-09 22:52 (UTC) by meanjollies)
Hey! Would you be able to generate and push a new .SRCINFO? The current one is outdated/incorrect, as it references pkgrel 10. You may also want to switch the upstream to https://github.com/matthewdeanmartin/terminaltables, since that is the newly maintained version (as noted in the original repo).
noprobelm commented on 2023-05-07 22:45 (UTC)
Agreed dreieck, thanks for the feedback. I updated the PKGBUILD.
dreieck commented on 2023-05-07 15:48 (UTC)
I think you should switch to using
python -m build
andpython -m installer
instead of invokingsetup.py
directly:e.g. (just the idea, not tested with your package):
Regards!
noprobelm commented on 2023-04-17 17:59 (UTC) (edited on 2023-04-17 18:33 (UTC) by noprobelm)
This package was recently removed from the community repository and is required by a package I regularly use. In the absence of a maintainer, I am assuming that role.
The PKGBUILD was broken at the time of AUR migration. I've updated the following information (see git history for full details of changes):
NOTE: This package uses an archived version of terminaltables. The maintained version can be found at https://github.com/matthewdeanmartin/terminaltables. I will consider updating to the forked version in the future after I've determined the differences (if any).
« First ‹ Previous 1 2