Search Criteria
Package Details: python-astroplan-doc 0.10.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-astroplan.git (read-only, click to copy) |
---|---|
Package Base: | python-astroplan |
Description: | Documentation for Python astroplan module |
Upstream URL: | https://astroplan.readthedocs.io |
Keywords: | astronomy astropy science |
Licenses: | BSD-3-Clause |
Submitter: | Universebenzene |
Maintainer: | Universebenzene |
Last Packager: | Universebenzene |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2018-02-03 11:13 (UTC) |
Last Updated: | 2024-08-14 03:49 (UTC) |
Dependencies (12)
- graphviz (make)
- python-astroqueryAUR (python-astroquery-gitAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-pydata-sphinx-themeAUR (make)
- python-setuptools-scm (make)
- python-sphinx-astropyAUR (make)
- python-sphinx-copybutton (make)
- python-wheel (make)
- python-pytest-astropy-headerAUR (check)
- python-pytest-doctestplusAUR (check)
- python-pytest-mpl (check)
Required by (1)
- python-astroplan (optional)
Latest Comments
Universebenzene commented on 2019-06-14 04:19 (UTC)
@Stendec Thanks for reminding. Actually I removed the testing for several astropy affiliated packages due to astropy 3.2 but I forgot this one... Now I remove that. Or you can just use this instead: https://aur.archlinux.org/packages/python-astropy31/
Stendec commented on 2019-06-13 20:26 (UTC)
As of python-astropy 3.2 this package fails in testing:
ModuleNotFoundError: No module named 'astropy.tests.pytest_plugins'
This is because "conftest.py" in astroplan-0.4/astroplan is broken since the depreciation of astropy.tests.pytest_plugins since astropy 3.2. See https://github.com/astropy/package-template/blob/cookiecutter/%7B%7B%20cookiecutter.package_name%20%7D%7D/%7B%7B%20cookiecutter.module_name%20%7D%7D/conftest.py for a working version.
Universebenzene commented on 2018-08-11 17:32 (UTC)
@privong This problem is caused by astropy-helpers. The maintainer of astropy-helpers forget to update the patch for python3.7, so the build doesn't success. I will remind the maintainer again.
privong commented on 2018-08-11 17:22 (UTC) (edited on 2018-08-11 17:26 (UTC) by privong)
This package fails to build with the following error:
Removing these two lines in build() enables the non-docs package to successfully compile:
Universebenzene commented on 2018-02-03 11:18 (UTC) (edited on 2018-02-08 18:43 (UTC) by Universebenzene)
While using astroplan-0.4 with astropy-2.0.3 and 2.0.4, the astroplan.test() may fail like this issue: https://github.com/astropy/astroplan/issues/342 . You can downgrade astropy to 2.0.2 or wait for a newer version of astropy to fix it.