Search Criteria
Package Details: python-asdf 2.7.2-1
Git Clone URL: | https://aur.archlinux.org/python-asdf.git (read-only, click to copy) |
---|---|
Package Base: | python-asdf |
Description: | A Python tool for reading and writing Advanced Scientific Data Format (ASDF) files |
Upstream URL: | https://asdf.readthedocs.io |
Licenses: | |
Submitter: | Universebenzene |
Maintainer: | Universebenzene |
Last Packager: | Universebenzene |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-02-14 11:01 |
Last Updated: | 2021-01-19 18:41 |
Dependencies (22)
- python-jsonschema<4 (python-jsonschema26)
- python-numpy>=1.10 (python-numpy-mkl-bin, python-numpy-openblas, python-numpy-git, python-numpy-mkl)
- python-semantic-version>=2.8
- python-yaml>=3.10
- python>=3.6 (python-dbg)
- python-lz4 (check)
- python-pytest-doctestplus (check)
- python-pytest-openfiles (check)
- python-pytest-remotedata (check)
- graphviz (make)
- python-astropy (python-astropy31) (make)
- python-setuptools-scm (make)
- python-sphinx-astropy (make)
- python-jsonschema<4 (python-jsonschema26) (make)
- python-numpy>=1.10 (python-numpy-mkl-bin, python-numpy-openblas, python-numpy-git, python-numpy-mkl) (make)
- python-semantic-version>=2.8 (make)
- python-yaml>=3.10 (make)
- python>=3.5 (python-dbg) (make)
- python-asdf-doc (optional) – Documentation for Python-ASDF
- python-pytest-astropy (optional) – For testing
- python-lz4>=0.10 (optional) – Support for lz4 compression
- python-astropy>=3.0 (python-astropy31) (optional) – Support for units, time, transform, wcs, or running the tests
Required by (5)
- python-astropy (optional)
- python-crds (check)
- python-crds-doc (make)
- python-gwcs
- python-gwcs (check)
Latest Comments
Stendec commented on 2018-04-18 22:07
python-semantic-version seems to be a run dependency, not just a make dependency.
If makepkg is called with the -r option then
>>> import asdf
throws
ModuleNotFoundError: No module named 'semantic_version'