Search Criteria
Package Details: python-asdf 5.3.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: | 2026-04-24 11:48 (UTC) |
Dependencies (29)
- python
- python-asdf-standardAUR
- python-attrs (python-attrs-gitAUR)
- python-importlib-metadata
- python-jmespath
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-binAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-packaging
- python-semantic-version
- python-yaml (python-yaml-gitAUR)
- python-build (make)
- python-installer (make)
- python-setuptools-scm (make)
- python-aiohttp (check)
- python-asdf-standardAUR (check)
- python-fsspec (check)
- python-jmespath (check)
- python-lz4 (check)
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-binAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR) (check)
- python-psutil (check)
- python-pytest (check)
- python-requests (check)
- python-semantic-version (check)
- python-syrupy (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-fsspec (optional) – for urls provided to asdf.open
- python-lz4 (optional) – Support for lz4 compression
- python-pytest-astropyAUR (optional) – For testing
Required by (15)
- python-asdf-astropy
- python-asdf_coordinates_schemas
- python-asdf_unit_schemas (check)
- python-astrocut
- python-crds
- python-gwcs
- python-jwst
- python-pytest-asdf-plugin
- python-pytest-asdf-plugin (check)
- python-romanisim
- python-sphinx-asdf
- python-sphinx-asdf (check)
- python-stdatamodels
- 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