Package Details: python-term-background 1.0.2-1

Git Clone URL: https://aur.archlinux.org/python-term-background.git (read-only, click to copy)
Package Base: python-term-background
Description: Python module to align a simple (not nested) list in columns.
Upstream URL: https://github.com/rocky/shell-term-background
Licenses: GPLv2
Submitter: Techcable
Maintainer: Techcable
Last Packager: Techcable
Votes: 0
Popularity: 0.000000
First Submitted: 2021-04-02 04:35 (UTC)
Last Updated: 2025-02-24 11:21 (UTC)

Dependencies (2)

Required by (1)

Sources (1)

Latest Comments

Techcable commented on 2025-04-22 21:01 (UTC) (edited on 2025-04-22 21:01 (UTC) by Techcable)

Hi @Dominiquini

This package does not include any of the shell scripts, only the python package. The package currently contains the following files along with .egg-info:

usr/lib/python3.13/site-packages/term_background/__init__.py
usr/lib/python3.13/site-packages/term_background/__main__.py
usr/lib/python3.13/site-packages/term_background/__pycache__/
usr/lib/python3.13/site-packages/term_background/__pycache__/__init__.cpython-313.pyc
usr/lib/python3.13/site-packages/term_background/__pycache__/__main__.cpython-313.pyc
usr/lib/python3.13/site-packages/term_background/__pycache__/version.cpython-313.pyc
usr/lib/python3.13/site-packages/term_background/version.py

Dominiquini commented on 2025-04-22 00:11 (UTC)

The description of this packages is wrong! Should be something like: POSIX shell scripts to figure out if a terminal has a dark or light background

Pablo commented on 2021-09-01 00:28 (UTC) (edited on 2021-09-01 00:28 (UTC) by Pablo)

Just figured it out: the correct URL for the source is https://github.com/rocky/shell-term-background/archive/refs/tags/1.0.1.tar.gz, not https://github.com/rocky/shell-term-background/refs/tags/1.0.1.tar.gz.

Just updated the PKGBUILD in my local fork of this repo, please contact me via email if're interested in merging the changes.

Pablo commented on 2021-08-25 22:35 (UTC) (edited on 2021-08-25 22:36 (UTC) by Pablo)

Currently install fails because https://github.com/rocky/shell-term-background/refs/tags/1.0.1.tar.gz returns code 404:

$ yay -S python-term-background
...
curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://github.com/rocky/shell-term-background/refs/tags/1.0.1.tar.gz
    Aborting...
error downloading sources: python-term-background

Maybe GitHub changed their API recently? Anyway, I believe the appropriate link to the source is https://github.com/rocky/shell-term-background/releases/download/1.0.1/term-background-1.0.1.tar.gz