I correct the sum 5 days ago on my local repo but I forgot to push it... Sorry for that:(
Search Criteria
Package Details: python-astropy-helpers 4.0.1-8
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-astropy-helpers.git (read-only, click to copy) |
---|---|
Package Base: | python-astropy-helpers |
Description: | Utilities used for building the Astropy python library for astronomy |
Upstream URL: | https://astropy-helpers.readthedocs.io/ |
Licenses: | BSD-3-Clause |
Submitter: | gypaetus |
Maintainer: | gypaetus (Universebenzene) |
Last Packager: | Universebenzene |
Votes: | 7 |
Popularity: | 0.000000 |
First Submitted: | 2014-08-27 20:13 (UTC) |
Last Updated: | 2024-03-09 12:27 (UTC) |
Dependencies (5)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-astropy-helpers-docAUR (python-astropy-helpers31-docAUR) (optional) – Documentation for Astropy helpers
Required by (6)
- python-astropy-helpers-doc (make)
- python-astroquery-git (make)
- python-hips (make)
- python-hips-doc (make)
- python-sbpy (make)
- python-speclite
Sources (2)
Universebenzene commented on 2020-12-11 06:25 (UTC)
phansel commented on 2020-12-05 07:11 (UTC)
==> Validating source files with md5sums... astropy-helpers-4.0.1.tar.gz ... Passed use_system_astropy_helpers.patch ... FAILED ==> ERROR: One or more files did not pass the validity check! error downloading sources: python-astropy-helpers
Something isn't right here :(
Universebenzene commented on 2019-06-12 15:11 (UTC) (edited on 2019-06-12 15:12 (UTC) by Universebenzene)
Some of the astropy affiliated packages can't build with astropy_helpers 3.2 right now. If you meet some errors like No such file or directory: '... astropy_helpers/commands/src/compiler.c'
, please use https://aur.archlinux.org/packages/python-astropy-helpers31/ instead.
Universebenzene commented on 2018-11-05 05:59 (UTC)
@o1911 I see. You mean the patch should also be in the source.
o1911 commented on 2018-09-26 06:43 (UTC) (edited on 2018-09-26 06:50 (UTC) by o1911)
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!
gypaetus commented on 2018-08-11 23:27 (UTC)
Thanks! The patch is updated for python3.7.
Universebenzene commented on 2018-08-11 17:45 (UTC)
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 (UTC)
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 (UTC) (edited on 2018-02-18 14:48 (UTC) by Universebenzene)
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 (UTC)
@migueldvb Works well, thanks!
Pinned Comments
Universebenzene commented on 2019-06-12 15:11 (UTC) (edited on 2019-06-12 15:12 (UTC) by Universebenzene)
Some of the astropy affiliated packages can't build with astropy_helpers 3.2 right now. If you meet some errors like
No such file or directory: '... astropy_helpers/commands/src/compiler.c'
, please use https://aur.archlinux.org/packages/python-astropy-helpers31/ instead.