Search Criteria
Package Details: python-reproject 0.11.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 |
Submitter: | Universebenzene |
Maintainer: | Universebenzene |
Last Packager: | Universebenzene |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-02-02 07:52 (UTC) |
Last Updated: | 2023-05-20 06:47 (UTC) |
Dependencies (32)
- python (nogil-python, python36, python32, python39, python38, python37, python312, python310)
- python-astropy (python-astropy31)
- python-astropy-healpix
- python-cloudpickle
- python-dask
- python-fsspec
- python-numpy (python-numpy-git, python-numpy1.22, python-numpy-openblas, python-numpy-flame, python-numpy-mkl-bin, python-numpy-mkl)
- python-scipy (python-scipy-git, python-scipy-mkl-bin, python-scipy-mkl)
- python-zarr
- cython (cython-git, cython3) (make)
- python-astropy-healpix (make)
- python-build (make)
- python-dask (make)
- python-extension-helpers (make)
- python-installer (python-installer-git) (make)
- python-pyvo (make)
- python-scipy (python-scipy-git, python-scipy-mkl-bin, python-scipy-mkl) (make)
- python-setuptools-scm (make)
- python-sphinx-astropy (make)
- python-wheel (make)
- python-gwcs (check)
- python-matplotlib (python-matplotlib-git) (check)
- python-pytest-arraydiff (check)
- python-pytest-astropy-header (check)
- python-pytest-doctestplus (check)
- python-pytest-remotedata (check)
- python-shapely (check)
- python-sunpy (python-sunpy-git) (check)
- python-zarr (check)
- python-pytest-astropy (optional) – For testing
- python-reproject-doc (optional) – Documentation for Reproject
- python-shapely (optional) – For some of the mosaicking functionality
Required by (8)
- python-aplpy
- python-ccdproc
- python-ccdproc (check)
- python-ccdproc-doc (check)
- python-ndcube (check)
- python-ndcube (optional)
- python-ndcube-doc (check)
- 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.