Search Criteria
Package Details: python-astropy-healpix 0.5-1
Git Clone URL: | https://aur.archlinux.org/python-astropy-healpix.git (read-only, click to copy) |
---|---|
Package Base: | python-astropy-healpix |
Description: | BSD-licensed HEALPix for Astropy |
Upstream URL: | http://astropy-healpix.readthedocs.io/ |
Keywords: | astronomy astropy science |
Licenses: | |
Submitter: | Universebenzene |
Maintainer: | Universebenzene |
Last Packager: | Universebenzene |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2018-02-02 07:45 |
Last Updated: | 2019-11-26 05:17 |
Dependencies (10)
- python-numpy>=1.11 (python-numpy-mkl-bin, python-numpy-openblas, python-numpy-git, python-numpy-mkl)
- python-astropy>=2.0 (python-astropy31)
- python>=3.6 (python-dbg)
- python-hypothesis (check)
- python-pytest-astropy (check)
- python-astropy (python-astropy31) (make)
- python-astropy-helpers (python-astropy-helpers31) (make)
- python-setuptools (make)
- python-sphinx-astropy (make)
- python-astropy-healpix-doc (optional) – Documentation for Astropy-HEALPix
Required by (9)
- python-hips
- python-hips (make)
- python-hips-doc (make)
- python-regions (check)
- python-regions-doc (check)
- python-reproject
- python-reproject (make)
- python-reproject-doc (make)
- python2-regions (check)
Latest Comments
Universebenzene commented on 2019-02-25 02:54
Hi @mboquien, I finally figure out that the error occurs when the python2-pytest-cov is installed. So I add a conditional in check() function. You can try it again :)
Universebenzene commented on 2019-02-24 16:42
@mboquien That's strange. I rebuild the package just now and I didn't meet this error while testing... Anyway you can just use the
--nocheck
option for makepkg to skip checking. Or feel free to comment or delete the check() function before building :)mboquien commented on 2019-02-24 16:29
Hi. It gets further but now it fails with the following message:
pluggy.manager.PluginValidationError: Plugin 'pytest_cov' could not be loaded: (pytest 3.2.5 (/usr/lib/python2.7/site-packages), Requirement.parse('pytest>=3.6'))!
I think the error is the python2-pytest32 requirement. That being said, is it useful to run the tests for user's packages? I saw that more as a developer's tool who do not use packages. Thanks!
Universebenzene commented on 2019-02-23 11:53
Hi @mboquien, I made a patch to fix this DeprecationWarning, so you can try again. Thanks for feedback!
mboquien commented on 2019-02-23 10:05
Hello. This package does not appear to build because of deprecation warnings taken as errors:
E DeprecationWarning: np.asscalar(a) is deprecated since NumPy v1.16, use a.item() instead /usr/lib/python3.7/site-packages/numpy/lib/type_check.py:546: DeprecationWarning
This in turn prevents the installation of python-reproject, which in turns prevents the update of python-aplpy as it now depends on the former.
Thanks!