blob: ca9996ef1f78f5f6389153ac8a2ff48dc0c69067 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = python-stransi
pkgdesc = A lightweight Python parser library for ANSI escape code sequences
pkgver = 0.3.0
pkgrel = 2
url = https://github.com/getcuia/stransi
arch = any
license = MIT
checkdepends = python-pytest>=6.2
checkdepends = python-hypothesis>=6.31.6
makedepends = python-build
makedepends = python-installer
makedepends = python-poetry-core>=1
depends = python>=3.8
depends = python-ochre>=0.4
source = stransi-0.3.0.tar.gz::https://github.com/getcuia/stransi/archive/v0.3.0.tar.gz
sha256sums = f83fb30c418054f87f3d9bdf3f82a130ec51ec5dcf6aa372f8493ed7132ba617
pkgname = python-stransi
|