blob: 609a79bbe0d982e41c7e14fea611f9a50da3ab51 (
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
49
50
51
52
53
|
pkgbase = python-photutils
pkgdesc = Astropy Affiliated package for image photometry utilities
pkgver = 2.2.0
pkgrel = 1
url = http://photutils.readthedocs.io
arch = i686
arch = x86_64
license = BSD-3-Clause
checkdepends = python-pytest-astropy-header
checkdepends = python-pytest-doctestplus
checkdepends = python-pytest-remotedata
checkdepends = python-bottleneck
checkdepends = python-regions
checkdepends = python-gwcs
makedepends = cython>=3.0.0
makedepends = python-setuptools-scm>=6.2
makedepends = python-wheel
makedepends = python-build
makedepends = python-installer
makedepends = python-extension-helpers>=1
makedepends = python-numpy>=2.0.0
makedepends = python-sphinx-astropy
makedepends = python-pydata-sphinx-theme
makedepends = python-sphinx-copybutton
makedepends = python-sphinx-design
makedepends = python-matplotlib
makedepends = python-astropy
makedepends = python-rasterio
makedepends = python-scipy
makedepends = python-scikit-image
makedepends = python-shapely
makedepends = graphviz
source = https://files.pythonhosted.org/packages/source/p/photutils/photutils-2.2.0.tar.gz
md5sums = 7388fe16ed89c727766e7b4e46eedc50
pkgname = python-photutils
depends = python>=3.11
depends = python-numpy>=1.24
depends = python-astropy>=5.3
depends = python-scipy>=1.10
optdepends = python-scikit-image>=0.20: Required to deblend segmented sources
optdepends = python-matplotlib>=3.7: To power a variety of plotting features (e.g. plotting apertures)
optdepends = python-gwcs>=0.20: Required in make_gwcs to create a simple celestial gwcs object.
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: Required to display optional progress bars
optdepends = python-rasterio: Required to convert source segments into polygon objects
optdepends = python-regions>=0.9: Required to perform aperture photometry using region objects
optdepends = python-shapely: Required to convert source segments into polygon objects
optdepends = python-photutils-doc: Documentation for python-photutils
pkgname = python-photutils-doc
pkgdesc = Documentation for Python Photutils module
arch = any
|