Search Criteria
Package Details: python-pyregion 2.3.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-pyregion.git (read-only, click to copy) |
---|---|
Package Base: | python-pyregion |
Description: | A python module to parse ds9 and ciao region files |
Upstream URL: | https://github.com/astropy/pyregion |
Licenses: | MIT |
Submitter: | mboquien |
Maintainer: | mboquien |
Last Packager: | mboquien |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2010-10-19 01:15 (UTC) |
Last Updated: | 2024-10-05 14:29 (UTC) |
Dependencies (12)
- python (python37AUR, python311AUR, python310AUR)
- python-astropy
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- python-pyparsing
- cython (cython-gitAUR, cython0AUR) (make)
- python-build (make)
- python-extension-helpers (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-setuptools-scm (make)
- python-wheel (make)
- python-matplotlib (python-matplotlib-gitAUR) (optional)
Required by (3)
- python-aplpy
- python-astroquery (optional)
- python-pyregion-doc (make)
Latest Comments
1 2 Next › Last »
Universebenzene commented on 2024-05-28 11:48 (UTC)
Build failed with gcc14. Solution is to add
gcc13
inmakedepends
and add variblesCC=gcc-13
andCXX=g++-13
for python building commandsUniversebenzene commented on 2021-07-04 14:54 (UTC) (edited on 2021-07-04 14:55 (UTC) by Universebenzene)
@mboquien Sorry for missing the error message. While the 2.1.1-2 still doesn't work for me. First you miss the
python-setuptools
as makedepend, though it almost doesn't matter for most users unless you build with devtools.And next is my main problem. In the
build()
function it gives:Actually you use the build-in astropy_helpers module in the source, but it still try to install astropy-helpers from pypi on my PC. While if I disable the build-in astropy_helpers and install the
python-astropy-helpers31
in AUR (as what I do in my PKGBUILD), the build goes just fine. I really don't know why it doesn't use the build-in astropy_helpers on my PC.mboquien commented on 2021-07-04 12:52 (UTC) (edited on 2021-07-04 12:52 (UTC) by mboquien)
Thanks for the PKGBUILD. I have taken bits of it and added your coordinates as contributor.
Universebenzene commented on 2021-07-04 12:33 (UTC)
Build failed with 2.1.1. I wrote my version of PKGBUILD here and it works fine: http://fars.ee/hfy2
mboquien commented on 2014-03-27 18:54 (UTC)
mboquien commented on 2011-07-19 16:52 (UTC)
clu commented on 2011-06-09 02:50 (UTC)
mboquien commented on 2010-11-17 01:43 (UTC)
1 2 Next › Last »