blob: 102e5c22d7280bddd7d335d80b80a73efd4796e1 (
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
|
pkgbase = python-taurus
pkgdesc = A framework for scientific/industrial CLIs and GUIs
pkgver = 5.4.0
pkgrel = 1
url = https://gitlab.com/taurus-org/taurus
arch = any
license = LicenseRef-custom
license = LGPL-3.0-or-later
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
depends = python
depends = python-pygments
depends = python-pyqt5
depends = python-lxml
depends = python-click
depends = python-pint
depends = python-ply
optdepends = python-pytango: for integration with TANGO control system
optdepends = python-sardana: for integration with Sardana
optdepends = python-epics: for integration with EPICS control system
optdepends = python-taurus-pyqtgraph: for pyqtgraph based trends
optdepends = python-pymca5: for extra pymca5 widgets
optdepends = python-guiqwt: for extra guiqwt widgets
optdepends = python-pyqtgraph: for extra graph widgets
optdepends = spyder: for a qt based editor within taurus
optdepends = python-pytest: for testing
source = taurus-5.4.0.tar.gz::https://gitlab.com/taurus-org/taurus/-/archive/5.4.0/taurus-5.4.0.tar.gz
sha256sums = 0f868bca89742c3048f5d49268d16a9de7da921566f621787d48622ac8a2f14d
pkgname = python-taurus
|