blob: 8574da185a06c1feee67fbb6bc0bc78b8c269977 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
pkgbase = python-textual-image
pkgdesc = Render images in the terminal with Textual and Rich
pkgver = 0.12.0
pkgrel = 1
url = https://github.com/lnqs/textual-image
arch = any
license = LGPL-3.0-only
checkdepends = python-pytest
checkdepends = python-pytest-asyncio
checkdepends = python-syrupy
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python>=3.12
depends = python-pillow
depends = python-textual
depends = python-rich
depends = python-typing_extensions
optdepends = python-numpy: sixel encoding optimization
source = git+https://github.com/lnqs/textual-image#tag=v0.12.0
sha256sums = 2d097627ce4656c80d2631939c87b61021471da70d87359894d6bf2bd250f6ae
pkgname = python-textual-image
|