kpcyrd pushed to branch main at Arch Linux / Packaging / Packages /
python-colored-traceback
Commits:
2e4df8ca by kpcyrd at 2026-03-06T17:24:50+01:00
upgpkg: 0.4.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,16 @@
pkgbase = python-colored-traceback
pkgdesc = Automatically color Python’s uncaught exception tracebacks
- pkgver = 0.3.0
- pkgrel = 7
+ pkgver = 0.4.2
+ pkgrel = 1
url = https://github.com/staticshock/colored-traceback.py
arch = any
license = MIT
makedepends = python-setuptools
depends = python
+ depends = python-colorama
depends = python-pygments
- source =
https://files.pythonhosted.org/packages/source/c/colored-traceback/colored-traceback-0.3.0.tar.gz
- sha512sums =
013d779df231295319c29a48fe81a5ddfd1b77b1734dedf630a914bdf0ea89e19a8ec028ae40c55125209e748f4027a74d04ec816f6c6d3c21aca52d2dd58e37
- b2sums =
bf79942de0d0791b567dce21609be87319da11596b90e67018ee74069ea63b072b73778283112f9f52270fef046220eff355993d38f84ecd80d895da0401a010
+ source =
https://files.pythonhosted.org/packages/source/c/colored-traceback/colored-traceback-0.4.2.tar.gz
+ sha512sums =
f83dcc820051cb42801d4b3020b00d20f870e9229789993716b3d03b1e834ccfc7c48cfa112de0ad8eb30f167bcb9018476e715203c4ab1dd1d7e46a8f982921
+ b2sums =
9a4e228b7291d4c74bc2cbee610ef750d3300fe9ee84cf2f6c668ebaf30f521eaae0ad67364936d1f537b66e30918ae729740dc604b8bd0829f9d383a847f511
pkgname = python-colored-traceback
=====================================
PKGBUILD
=====================================
@@ -2,17 +2,21 @@
pkgname=python-colored-traceback
_name=colored-traceback
-pkgver=0.3.0
-pkgrel=7
+pkgver=0.4.2
+pkgrel=1
pkgdesc='Automatically color Python’s uncaught exception tracebacks'
url='https://github.com/staticshock/colored-traceback.py'
arch=('any')
license=('MIT')
-depends=('python' 'python-pygments')
+depends=(
+ 'python'
+ 'python-colorama'
+ 'python-pygments'
+)
makedepends=('python-setuptools')
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha512sums=('013d779df231295319c29a48fe81a5ddfd1b77b1734dedf630a914bdf0ea89e19a8ec028ae40c55125209e748f4027a74d04ec816f6c6d3c21aca52d2dd58e37')
-b2sums=('bf79942de0d0791b567dce21609be87319da11596b90e67018ee74069ea63b072b73778283112f9f52270fef046220eff355993d38f84ecd80d895da0401a010')
+sha512sums=('f83dcc820051cb42801d4b3020b00d20f870e9229789993716b3d03b1e834ccfc7c48cfa112de0ad8eb30f167bcb9018476e715203c4ab1dd1d7e46a8f982921')
+b2sums=('9a4e228b7291d4c74bc2cbee610ef750d3300fe9ee84cf2f6c668ebaf30f521eaae0ad67364936d1f537b66e30918ae729740dc604b8bd0829f9d383a847f511')
build() {
cd "${_name}-${pkgver}"
@@ -22,6 +26,7 @@ build() {
package() {
cd "${_name}-${pkgver}"
python setup.py install -O1 --root="${pkgdir}" --skip-build
+ install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
}
# vim:set ts=2 sw=2 et:
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-colored-traceback/-/commit/2e4df8cab3cc7152b0594dd4ca27da20dcdbb12a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-colored-traceback/-/commit/2e4df8cab3cc7152b0594dd4ca27da20dcdbb12a
You're receiving this email because of your account on gitlab.archlinux.org.