blob: 2b26ef377168d780fff35d0810c9e31b2447644d (
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-astrodendro
pkgdesc = Python package for computation of astronomical dendrograms
pkgver = 0.3.1
pkgrel = 1
url = https://dendrograms.readthedocs.io
arch = any
license = MIT
checkdepends = python-pytest
checkdepends = python-h5py
checkdepends = qt5-svg
checkdepends = python-pyqt5
makedepends = python-setuptools-scm
makedepends = python-build
makedepends = python-installer
makedepends = python-sphinx-automodapi
makedepends = python-numpydoc
makedepends = python-matplotlib
makedepends = python-aplpy
source = https://files.pythonhosted.org/packages/source/a/astrodendro/astrodendro-0.3.1.tar.gz
md5sums = e64ecc4ffcc26b47f7c9401ae58d923c
pkgname = python-astrodendro
depends = python>=3.8
depends = python-numpy>=1.24
depends = python-astropy>=5
depends = python-h5py>=3.0
depends = python-matplotlib>=3.3
optdepends = python-astrodendro-doc: Documentation for astrodendro
pkgname = python-astrodendro-doc
pkgdesc = Documentation for Python astrodendro module
|