Search Criteria
Package Details: python-asdf 4.0.0-1
Package Actions
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: | BSD-3-Clause |
Submitter: | Universebenzene |
Maintainer: | Universebenzene |
Last Packager: | Universebenzene |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-02-14 11:01 (UTC) |
Last Updated: | 2024-11-20 02:35 (UTC) |
Dependencies (28)
- python (python37AUR, python311AUR, python310AUR)
- python-asdf-standardAUR
- python-asdf_transform_schemasAUR
- python-attrs
- python-importlib-metadata
- python-jmespath
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-packaging
- python-semantic-version
- python-yaml (python-yaml-gitAUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools-scm (make)
- python-aiohttp (python-aiohttp-gitAUR) (check)
- python-asdf-standardAUR (check)
- python-fsspec (check)
- python-jmespath (check)
- python-lz4 (check)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR) (check)
- python-psutil (check)
- python-pytest-remotedataAUR (check)
- python-requests (check)
- python-semantic-version (check)
- python-yaml (python-yaml-gitAUR) (check)
- python-asdf-doc (optional) – Documentation for Python-ASDF
- python-astropy (optional) – Support for units, time, transform, wcs, or running the tests
- python-lz4 (optional) – Support for lz4 compression
- python-pytest-astropyAUR (optional) – For testing
Required by (15)
- python-asdf-astropy
- python-asdf-astropy (check)
- python-asdf_coordinates_schemas
- python-asdf_coordinates_schemas (check)
- python-astrocut
- python-crds
- python-gwcs
- python-jwst
- python-sphinx-asdf
- python-sphinx-asdf (check)
- python-stdatamodels
- python-stdatamodels (make)
- python-stdatamodels-doc (make)
- python-stpipe
- python-sunpy (optional)
Latest Comments
« First ‹ Previous 1 2 3
Universebenzene commented on 2021-12-16 17:03 (UTC)
@simona https://www.reddit.com/r/archlinux/comments/rf6c84/psa_python_310_is_in_core_rebuild_your_aur/ have a look at this.
simona commented on 2021-12-16 17:00 (UTC)
exist a way to keep all updated?
simona commented on 2021-12-16 16:59 (UTC)
done. more packages listed. no error. but no success :-(
Universebenzene commented on 2021-12-16 16:51 (UTC)
@simona
pacman -Qoq /usr/lib/python3.9
, then use yay to rebuild all the output packages.simona commented on 2021-12-16 16:42 (UTC)
I'm not sure I understand. i update all via yay -S which also updates all aur packages. is there any other update command to do outside of yay -S?
Universebenzene commented on 2021-12-16 16:02 (UTC) (edited on 2021-12-16 16:04 (UTC) by Universebenzene)
@simona I mean you should REBUILD all your python related packages which are installed from AUR, not just install python 3.10 itself.
simona commented on 2021-12-16 14:10 (UTC)
I have 3.10.1 installed (13/12/2021)
Universebenzene commented on 2021-12-16 14:07 (UTC)
@simona You probably forget to rebuild you python packages from AUR, as python 3.10 in official repo is already stable now .
simona commented on 2021-12-16 14:02 (UTC)
Running Sphinx v4.3.1
ERROR: the documentation requires the sphinx-astropy package to be installed
Stendec commented on 2018-04-18 22:07 (UTC) (edited on 2018-04-18 22:07 (UTC) by Stendec)
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'
« First ‹ Previous 1 2 3