blob: ff207b05202324ddac217020736d7bc03abbe56d (
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
|
pkgbase = python-cdflib
pkgdesc = A python module for reading NASA's Common Data Format (cdf) files Resources
pkgver = 1.3.2
pkgrel = 1
url = https://github.com/MAVENSDC/cdflib
arch = any
license = MIT
checkdepends = python-pytest-cov
checkdepends = python-pytest-remotedata
checkdepends = python-hypothesis
makedepends = python-setuptools-scm
makedepends = python-wheel
makedepends = python-build
makedepends = python-installer
makedepends = python-sphinx-automodapi
makedepends = python-sphinx-copybutton
makedepends = python-sphinx_rtd_theme
makedepends = python-astropy
makedepends = python-xarray
source = https://files.pythonhosted.org/packages/source/c/cdflib/cdflib-1.3.2.tar.gz
md5sums = 27969dfe1010f2aebe88447acd4d889c
pkgname = python-cdflib
depends = python>=3.8
depends = python-numpy>=1.21
optdepends = python-astropy: for CDF Astropy Epochs
optdepends = python-xarray: for working with XArray
optdepends = python-cdflib-doc: Documentation for CDFlib
pkgname = python-cdflib-doc
pkgdesc = Documentation for Python CDFlib
|