blob: 78c250896d0a0d50c7f0f8aa9dec9c8ec53a1a49 (
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
|
pkgbase = python-photutils
pkgdesc = Astropy Affiliated package for image photometry utilities
pkgver = 1.5.0
pkgrel = 1
url = http://photutils.readthedocs.io
arch = i686
arch = x86_64
license = BSD
checkdepends = python-pytest-astropy
checkdepends = python-gwcs
makedepends = cython>=0.29.22
makedepends = python-setuptools-scm
makedepends = python-wheel
makedepends = python-build
makedepends = python-installer
makedepends = python-extension-helpers
makedepends = python-numpy
makedepends = python-astropy
makedepends = python-scikit-learn
makedepends = python-scikit-image
makedepends = python-sphinx-astropy
makedepends = graphviz
source = https://files.pythonhosted.org/packages/source/p/photutils/photutils-1.5.0.tar.gz
md5sums = c010166dc3ecf3f44a87c229aa5bc7bd
pkgname = python-photutils
depends = python>=3.8
depends = python-numpy>=1.18
depends = python-astropy>=5.0
optdepends = python-scipy>=1.6.0: To power a variety of features in several modules (strongly recommended)
optdepends = python-scikit-image>=0.15.0: Used in deblend_sources for deblending segmented sources
optdepends = python-scikit-learn>=0.19: Used in DBSCANGroup to create star groups
optdepends = python-matplotlib>=3.1: To power a variety of plotting features (e.g. plotting apertures
optdepends = python-gwcs>=0.16: Used in make_gwcs to create a simple celestial gwcs object
optdepends = python-photutils-doc: Documentation for python-photutils
optdepends = python-bottleneck: Improves the performance of sigma clipping and other functionality that may require computing statistics on arrays with NaN values
optdepends = python-tqdm: Used to display optional progress bars
pkgname = python-photutils-doc
pkgdesc = Documentation for Python Photutils module
arch = any
|