* update python-colorama to 0.4.6-5

This commit is contained in:
Alexander Baldeck 2024-12-04 07:23:27 +01:00
parent 4a516aba5c
commit 2742bc99dc
3 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,15 @@
pkgbase = python-colorama
pkgdesc = Python API for cross-platform colored terminal text.
pkgver = 0.4.6
pkgrel = 5
url = https://pypi.python.org/pypi/colorama
arch = any
license = BSD
makedepends = python-build
makedepends = python-installer
makedepends = python-hatchling
depends = python
source = python-colorama-0.4.6.tar.gz::https://github.com/tartley/colorama/archive/0.4.6.tar.gz
sha512sums = 2b269b190041398a1808b0b5147e47422b4451a1bc91841d0957572214ba8addd731c8932afdc60bfbba9833a0fe6c9c5c2ecb150613f13498f661799d625e4f
pkgname = python-colorama

View File

@ -0,0 +1,4 @@
[python-colorama]
source = "git"
git = "https://github.com/tartley/colorama.git"
prefix = "v"

View File

@ -4,7 +4,7 @@
pkgname=python-colorama
pkgver=0.4.6
pkgrel=3
pkgrel=5
pkgdesc="Python API for cross-platform colored terminal text."
arch=(any)
url="https://pypi.python.org/pypi/colorama"