summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: d3286b124fa68074d93fbcca9ef37360c8257ab5 (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
pkgbase = python-asdf
	pkgdesc = A Python tool for reading and writing Advanced Scientific Data Format (ASDF) files
	pkgver = 2.8.0
	pkgrel = 1
	url = https://asdf.readthedocs.io
	arch = i686
	arch = x86_64
	license = BSD
	checkdepends = python-pytest-doctestplus
	checkdepends = python-pytest-remotedata
	checkdepends = python-pytest-openfiles
	checkdepends = python-lz4
	makedepends = python>=3.6
	makedepends = python-setuptools-scm
	makedepends = python-numpy>=1.10
	makedepends = python-jsonschema<4
	makedepends = python-yaml>=3.10
	makedepends = python-semantic-version>=2.8
	makedepends = python-astropy
	makedepends = python-sphinx-astropy
	makedepends = graphviz
	makedepends = python-jmespath>=0.6.2
	source = https://files.pythonhosted.org/packages/source/a/asdf/asdf-2.8.0.tar.gz
	md5sums = a7de6c796dadc758d9fc1a694f420d55

pkgname = python-asdf
	depends = python>=3.6
	depends = python-numpy>=1.10
	depends = python-jsonschema<4
	depends = python-yaml>=3.10
	depends = python-semantic-version>=2.8
	depends = python-jmespath>=0.6.2
	optdepends = python-astropy>=3.0: Support for units, time, transform, wcs, or running the tests
	optdepends = python-lz4>=0.10: Support for lz4 compression
	optdepends = python-asdf-doc: Documentation for Python-ASDF
	optdepends = python-pytest-astropy: For testing

pkgname = python-asdf-doc
	pkgdesc = Documentation for Python ASDF module