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.072655 |
First Submitted: | 2025-01-03 20:53 (UTC) |
Last Updated: | 2025-01-03 20:53 (UTC) |
Dependencies (8)
- python (python37AUR, python311AUR, python310AUR)
- 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
1 2 Next › Last »
meanjollies commented on 2025-04-26 21:38 (UTC)
I'd be glad to do that, but this doesn't actually provide or replace python-terminaltables. In order for this to be used, code importing
terminaltables
must be changed toterminaltables3
. Unfortunately, this is not a complete drop-in replacement for python-terminaltables, and it's my understanding that this is when provides/replaces would be used.tee commented on 2025-04-26 08:41 (UTC)
Hi, can you add provides/replaces python-terminaltables since this package supersedes it?
meanjollies commented on 2025-01-03 21:25 (UTC)
FYI: I have created
python-terminaltables3
, since the name of the module/project itself has been changed. Per the upstream developer, any instances of "terminaltables" in code should be changed to "terminaltables3", which I suspect will happen in dependent projects over time.jmini commented on 2024-07-16 15:14 (UTC) (edited on 2024-07-16 15:18 (UTC) by jmini)
I am not familiar at all with AUR, but I think some change is needed to be able to install
python-terminaltables
.The repository was moved from https://github.com/matthewdeanmartin/terminaltables to https://github.com/matthewdeanmartin/terminaltables3
And I had to change the build script locally to this:
I hope it helps others.
tee commented on 2024-04-16 13:16 (UTC)
This depends or make depends on python-poetry.
When I installed python-poetry, the above error disappeared.
rekman commented on 2024-03-10 22:19 (UTC) (edited on 2024-03-10 22:20 (UTC) by rekman)
Apply this patch to build while upstream #3 remains unresolved. With that patch saved as
poetry-core.patch
, simply addpatch -Np1 < ../poetry-core.patch
toprepare()
.meanjollies commented on 2023-07-12 22:56 (UTC)
Hi! I do not have any problems with the current upstream, so there's no immediate request on my end to switch. Thanks for maintaining this.
noprobelm commented on 2023-07-10 00:13 (UTC)
Thanks for your comment, meanjollies. I forgot to regenerate the .SRCINFO after my last update in May. I just did so.
As for switching the upstream to the newly maintained version -- I recently inherited this package after it was dropped from the community repository and decided to keep using the unmaintained upstream version until I'm able to do a comprehensive review of the differences between the two and/or someone complained about missing or broken functionality. I just haven't had time to do that review yet.
Do you have any problems with the current upstream? If so I would be compelled to expedite the change, but if not I'm going to leave it this way for a while longer. I'm happy to accommodate you if you're having an issue with something specific.
1 2 Next › Last »