Search Criteria
Package Details: python-astropy-helpers 3.1-1
Git Clone URL: | https://aur.archlinux.org/python-astropy-helpers.git (read-only) |
---|---|
Package Base: | python-astropy-helpers |
Description: | Utilities used for building the Astropy python library for astronomy |
Upstream URL: | https://github.com/astropy/astropy-helpers |
Licenses: | |
Submitter: | migueldvb |
Maintainer: | migueldvb (Universebenzene) |
Last Packager: | Universebenzene |
Votes: | 5 |
Popularity: | 0.277693 |
First Submitted: | 2014-08-27 20:13 |
Last Updated: | 2018-12-05 18:30 |
Dependencies (1)
- python-setuptools (make)
Required by (54)
- python-aplpy-doc (make)
- python-asdf (make)
- python-asdf-doc (make)
- python-astroplan (make)
- python-astropy-doc (make)
- python-astropy-healpix (make)
- python-astropy-healpix-doc (make)
- python-astroquery-git
- python-astroscrappy (make)
- python-ccdproc (make)
- python-ccdproc-doc (make)
- python-gammapy (make)
- python-ginga-doc (make)
- python-gwcs (make)
- python-gwcs-doc (make)
- python-hips (make)
- python-hips-doc (make)
- python-imexam (make)
- python-imexam-doc (make)
- python-naima (make)
- python-naima-doc (make)
- python-photutils (make)
- python-photutils-doc (make)
- python-pydl (make)
- python-pydl-doc (make)
- python-pyregion-doc (make)
- python-pyspeckit (make)
- python-pyspeckit-doc (make)
- python-pyvo (make)
- python-pyvo-doc (make)
- python-radio_beam (make)
- python-radio_beam-doc (make)
- python-regions (make)
- python-regions-doc (make)
- python-reproject (make)
- python-reproject-doc (make)
- python-spectral-cube (make)
- python-spectral-cube-doc (make)
- python-specutils (make)
- python-specutils-doc (make)
- python-specviz (make)
- python-specviz-doc (make)
- python-spherical_geometry (make)
- python-spherical_geometry-doc (make)
- python2-astropy-healpix (make)
- python2-gammapy (make)
- python2-naima (make)
- python2-pydl (make)
- python2-pyspeckit (make)
- python2-pyvo (make)
- python2-radio_beam (make)
- python2-regions (make)
- python2-reproject (make)
- python2-spectral-cube (make)
Latest Comments
Universebenzene commented on 2018-11-05 05:59
@o1911 I see. You mean the patch should also be in the source.
o1911 commented on 2018-09-26 06:43
Hi, thanks for the package. Can the following changes be made, to allow for more robust building? Otherwise, a naive build will fail with a custom BUILDDIR specified in /etc/makepkg.conf
[code] -source=("https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-${pkgver}.tar.gz") -md5sums=('0e7b7e284be43946ec74e9f3b59af726') +source=("https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-${pkgver}.tar.gz" + "astropy_helpers.patch") +md5sums=('0e7b7e284be43946ec74e9f3b59af726' + 'd948d609321d1bd7239be90af8e53045')
build() { cd ${srcdir}/astropy-helpers-${pkgver} - patch -p1 -i ../../astropy_helpers.patch + patch -p1 -i ${srcdir}/astropy_helpers.patch [/code]
EDIT: I can't work out how to get the code block to show up nicely!
migueldvb commented on 2018-08-11 23:27
Thanks! The patch is updated for python3.7.
Universebenzene commented on 2018-08-11 17:45
Hi, sorry for the bothering. But the patch need update like this: http://fars.ee/Rh-f Hope you will update it ASAP. Thanks
Universebenzene commented on 2018-08-07 02:58
The patch of this package need update for python3.7 (/usr/lib/python3.7 instead of /usr/lib/python3.6).
Universebenzene commented on 2018-02-18 14:43
The python3 version of astropy in AUR has already updated to 3.0. So it might be OK to upgrade this package to 3.0 as well. The patch file alse needs a small change: http://fars.ee/QRnB , as the build_sphinx.py is slightly different in version 3.0.
BTW, don't upgrade python2-astropy-helpers to version 3.0, as 3.0 is not py2 compatible.
Universebenzene commented on 2018-02-07 02:43
@migueldvb Works well, thanks!
migueldvb commented on 2018-02-06 16:09
Thank you for the patch. I think it is better to split into two astropy-helpers source packages for python and python2 and define different paths. Please let me know if the current PKGBUILD works for you.
Universebenzene commented on 2018-02-06 14:29
While using this build of astropy_helpers to build docs for some Astropy Affiliated Packages, it would get an error:
One way to fix that is to edit the file mentioned above like this patch: http://fars.ee/tGcG
For python2 version it should be '/usr/lib/python2.7/site-packages/astropy_helpers' instead of python3.6.
However your PKGBUILD describes a split package, so it might not be easy to fix that, as you need to edit the source differently for different package...Do you have any idea for this?