blob: df07c34b03be866120370df5e7369b21aa8d509d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = python-blessings
pkgdesc = A thin, practical wrapper around terminal coloring, styling, and positioning
pkgver = 1.7
pkgrel = 14
url = https://github.com/erikrose/blessings
arch = any
license = MIT
checkdepends = python-pytest
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
depends = python-six
source = python-blessings-1.7.tar.gz::https://github.com/erikrose/blessings/archive/refs/tags/1.7.tar.gz
source = pytest.patch
sha256sums = ee1dc1524631c4fdb9e3a7f1776cbf82ae50cf1edf225d45bf274bebed0c6c36
sha256sums = 0703273dee07fda4112ff051a7fcbc6103eb2dc4d8c15c5328076f4765809b7c
pkgname = python-blessings
|