blob: 04fab69aa20587cfdb8d3bd7608f4974c457d9f8 (
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
|
pkgbase = python-pysiaf
pkgdesc = Handling of Science Instrument Aperture Files (SIAF) for space telescopes
pkgver = 0.23.3
pkgrel = 1
url = https://pysiaf.readthedocs.io
arch = any
license = BSD-3-Clause
checkdepends = python-pytest
checkdepends = python-requests
makedepends = python-setuptools-scm>=3.4
makedepends = python-wheel
makedepends = python-build
makedepends = python-installer
makedepends = python-sphinx-automodapi
makedepends = python-stsci_rtd_theme
makedepends = python-numpydoc
makedepends = python-astropy
makedepends = python-lxml
makedepends = python-matplotlib
makedepends = python-openpyxl
makedepends = python-scipy
source = https://files.pythonhosted.org/packages/source/p/pysiaf/pysiaf-0.23.3.tar.gz
md5sums = 4942e509a20f950d59471b4d7dd253cb
pkgname = python-pysiaf
depends = python-astropy>=4.3.1
depends = python-lxml>=4.6.4
depends = python-matplotlib>=3.4.3
depends = python-openpyxl>=3.0.9
depends = python-requests>=2.26.0
depends = python-scipy>=1.7.2
optdepends = python-pysiaf-doc: Documentation for pysiaf
pkgname = python-pysiaf-doc
pkgdesc = Documentation for pysiaf
|