blob: 1e6fabe063613c74e32fd3475bd522d7779b4da5 (
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
pkgbase = python-glue-core
pkgdesc = Core library for the glue multidimensional data visualization project
pkgver = 1.22.1
pkgrel = 1
url = http://glueviz.org
arch = any
license = BSD-3-Clause
makedepends = python-setuptools-scm
makedepends = python-build
makedepends = python-installer
makedepends = python-sphinx-automodapi
makedepends = python-sphinx-book-theme
makedepends = python-numpydoc
makedepends = python-astropy
makedepends = python-echo
makedepends = python-mpl-scatter-density
makedepends = python-pandas
makedepends = python-scipy
makedepends = python-shapely
makedepends = ipython
source = https://files.pythonhosted.org/packages/source/g/glue_core/glue_core-1.22.1.tar.gz
sha256sums = c36e5b5d73bcb28080afe8a98128affb0cd00ac1f3aa025ba76aec96c3113cdf
pkgname = python-glue-core
depends = python>=3.10
depends = python-numpy>=1.17
depends = python-matplotlib>=3.2
depends = python-scipy>=1.1
depends = python-pandas>=1.2
depends = python-echo>=0.6
depends = python-astropy>=4.0
depends = ipython>=4.0
depends = python-dill>=0.2
depends = python-h5py>=2.10
depends = python-xlrd>=1.2
depends = python-openpyxl>=3.0
depends = python-shapely>=2.0
depends = python-mpl-scatter-density>=0.8
optdepends = python-glue-qt: Qt GUI of glue
optdepends = python-astrodendro: for dendrograms
optdepends = python-pyavm: for reading AVM metadata
optdepends = python-spectral-cube: for reading spectral cubes
optdepends = python-scikit-image: highly recommended and domain-independent
optdepends = python-glue-core-doc: Documentation for glue-core
optdepends = glueviz-doc: Documentation for glueviz
pkgname = python-glue-core-doc
pkgdesc = Documentation for Glue core library
|