summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 9e170ca0e8e5a0a02d32c1401532153483571cf9 (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
pkgbase = python-asdf
	pkgdesc = A Python tool for reading and writing Advanced Scientific Data Format (ASDF) files
	pkgver = 2.7.4
	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
	source = https://files.pythonhosted.org/packages/source/a/asdf/asdf-2.7.4.tar.gz
	md5sums = 3583ac09a9ef79429a04e6efda1f1615

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
	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