* update python-pytest-sugar to 1.0.0-5

This commit is contained in:
Alexander Baldeck 2024-12-05 13:51:50 +01:00
parent 9c4d56db4f
commit 99a41cd6b7
3 changed files with 23 additions and 1 deletions

View File

@ -0,0 +1,19 @@
pkgbase = python-pytest-sugar
pkgdesc = A plugin for py.test that changes the default look and feel of py.test
pkgver = 1.0.0
pkgrel = 5
url = https://github.com/Teemu/pytest-sugar
arch = any
license = BSD-3-Clause
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python
depends = python-pytest
depends = python-termcolor
depends = python-packaging
source = python-pytest-sugar-1.0.0.tar.gz::https://github.com/Teemu/pytest-sugar/archive/refs/tags/v1.0.0.tar.gz
sha512sums = 5c19411e103d86675788f64f10406f5261c63003874e359d455c0c980605320dc8a26d8343d512f1cf8d895d801d985e2c8a4b7ed509637750a6cdb076355471
pkgname = python-pytest-sugar

View File

@ -0,0 +1,3 @@
[python-pytest-sugar]
source = "pypi"
pypi = "pytest-sugar"

View File

@ -3,7 +3,7 @@
pkgname=python-pytest-sugar
pkgver=1.0.0
pkgrel=4
pkgrel=5
pkgdesc='A plugin for py.test that changes the default look and feel of py.test'
arch=(any)
license=('BSD-3-Clause')