Search Criteria
Package Details: python-reproject 0.14.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-reproject.git (read-only, click to copy) |
---|---|
Package Base: | python-reproject |
Description: | Python-based Astronomical image reprojection |
Upstream URL: | http://reproject.readthedocs.io |
Keywords: | astronomy astropy science |
Licenses: | BSD-3-Clause |
Submitter: | Universebenzene |
Maintainer: | Universebenzene |
Last Packager: | Universebenzene |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-02-02 07:52 (UTC) |
Last Updated: | 2024-07-27 10:03 (UTC) |
Dependencies (25)
- python (python37AUR, python311AUR, python310AUR)
- python-astropy
- python-astropy-healpixAUR
- python-cloudpickle
- python-dask
- python-fsspec
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR)
- python-scipy (python-scipy-mkl-binAUR, python-scipy-gitAUR, python-scipy-mklAUR)
- python-zarrAUR
- cython (cython-gitAUR, cython0AUR) (make)
- python-astropy-healpixAUR (make)
- python-build (make)
- python-dask (make)
- python-extension-helpers (make)
- python-installer (python-installer-gitAUR) (make)
- python-matplotlib (python-matplotlib-gitAUR) (make)
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR) (make)
- python-pyvoAUR (make)
- python-scipy (python-scipy-mkl-binAUR, python-scipy-gitAUR, python-scipy-mklAUR) (make)
- python-setuptools-scm (make)
- Show 5 more dependencies...
Required by (6)
- python-aplpy
- python-ccdproc
- python-ccdproc (check)
- python-ccdproc-doc (check)
- python-ndcube (optional)
- python-sunpy (optional)
Latest Comments
Universebenzene commented on 2021-08-12 14:08 (UTC) (edited on 2021-08-12 16:17 (UTC) by Universebenzene)
I was shocked that the environment variables defined in prepare() can't be used in the check() function while using yay...
I test the packaging via devtools and the build passed OK
mboquien commented on 2021-08-12 13:25 (UTC)
Hello. Building the package fails:
==> Starting check()... /home/mederic/.cache/yay/python-reproject/PKGBUILD: line 30: cd: /home/mederic/.cache/yay/python-reproject/src/reproject-0.8/build/lib.linux-x86_64-: No such file or directory ==> ERROR: A failure occurred in check().
Disabling check() allow the package to build without any problem. Running reproject.test() within python does not report any issue. Thanks.