blob: 4a47bbf3c2bc00d0e244542ce419f6344fb8411b (
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
26
27
28
29
30
31
32
33
34
|
pkgbase = python-echo
pkgdesc = Callback Properties in Python
pkgver = 0.15.0
pkgrel = 1
url = https://echo.readthedocs.io
arch = any
license = MIT
checkdepends = python-pytest-xvfb
checkdepends = xorg-server-xvfb
checkdepends = python-qtpy
checkdepends = python-pyqt6
checkdepends = python-ipywidgets
makedepends = python-setuptools-scm
makedepends = python-build
makedepends = python-installer
makedepends = python-sphinx-automodapi
makedepends = python-numpydoc
makedepends = python-numpy
makedepends = python-traitlets
source = https://files.pythonhosted.org/packages/source/e/echo/echo-0.15.0.tar.gz
source = fix_sphinx-doc_link.patch
md5sums = d658695c4ce8c36d79d87dfc163ca9ef
md5sums = b6441be6fa18db4f59a7784b1fcc67a6
pkgname = python-echo
depends = python>=3.10
depends = python-numpy
optdepends = python-pyqt5>=5.14: Interfacing with Qt widgets
optdepends = python-qtpy: Interfacing with Qt widgets
optdepends = python-traitlets: Vue/ipywidgets helpers
optdepends = python-echo-doc: Documentation for python-echo
pkgname = python-echo-doc
pkgdesc = Documentation for Python echo module
|