blob: d0d1149c68c46bdb3113a6933d26547f0d0d24ad (
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-dallecli
pkgdesc = CLI/TUI for OpenAI’s DALL-E (2) image generation model
pkgver = 1.3.0
pkgrel = 2
url = https://github.com/raiyanyahya/dallecli/
arch = any
license = MIT
checkdepends = python-coverage
checkdepends = python-pytest-runner
makedepends = cython
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools-scm
depends = python
depends = python-click
depends = python-openai
depends = python-rich
depends = python-idna
depends = python-pillow
provides = dallecli
source = https://github.com/raiyanyahya/dallecli/archive/refs/tags/v1.3.0.tar.gz
sha256sums = fa1bdd4cc028c15fd3a7cb2160f9a45881af8db79acab30a4c366e66b74b37b7
pkgname = python-dallecli
|