Package Details: astrometry.net 0.97-1

Git Clone URL: https://aur.archlinux.org/astrometry.net.git (read-only, click to copy)
Package Base: astrometry.net
Description: Automatic recognition of astronomical images
Upstream URL: http://astrometry.net
Keywords: astronomy science
Licenses: BSD-3-Clause-Clear AND GPL-3.0-or-later
Submitter: gypaetus
Maintainer: PlasticSoup
Last Packager: PlasticSoup
Votes: 7
Popularity: 0.000001
First Submitted: 2016-02-05 23:11 (UTC)
Last Updated: 2024-12-05 01:00 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

astromatto commented on 2026-06-01 10:57 (UTC)

yes please, let's update the PKGBUILD to 0.98. Even without tag we shall bump to a new version as 0.97-1 was released when python 3.13 was around.

Since we are here please add aarch64 to supported arch. We have been using this package on aarch64 since 2022

hcartiaux commented on 2026-05-20 20:37 (UTC)

Note that version 0.98 has been tagged and a new tarball has been uploaded.

I'll let you decide if it's an official release or not, since a release has not been officially created on the GitHub project.

astromatto commented on 2025-07-10 08:38 (UTC)

can you add aarch64 to archs? It compiles just fine on arm as well

Universebenzene commented on 2024-07-14 02:24 (UTC)

@PlasticSoup As you have adopted this package, please update it ASAP.

Universebenzene commented on 2024-04-30 09:38 (UTC) (edited on 2024-05-07 07:11 (UTC) by Universebenzene)

An easy way to fix the numpy.distutils issue is adding an sed command into the prepare() phase:

sed -e "/^from numpy/c import numpy" -e 's/get_numpy_include_dirs()/[numpy.get_include()]/' -i libkd/setup{-min}.py setup-libkd.py

What's more, python-setuptools is needed in makedepends now for py3.12.

BTW, the exist sed commant for the netpbm support in prepare() is not needed anymore for 0.94, as netpbm can be detected automatically now.

=============

Update: 0.95 released and the py3.12 issue is fixed. The prepare() phase can be completely removed now. And don't forget to add python-setuptools to makedepends

simona commented on 2024-04-30 08:10 (UTC)

ModuleNotFoundError: No module named 'numpy.distutils'

simona commented on 2024-03-27 21:08 (UTC)

conflict in file name with cfitsio

NikP commented on 2024-03-24 15:31 (UTC)

Fixed PKGBUILD for fitsverify

simona commented on 2024-02-29 10:02 (UTC)

astrometry.net: /usr/bin/fitsverify exists in filesystem (owned by cfitsio) same error

StenSipma commented on 2024-02-29 09:05 (UTC)

It looks like installing / updating astrometry.net no longer works due to a conflict with cfitsio:

error: failed to commit transaction (conflicting files)
astrometry.net: /usr/bin/fitsverify exists in filesystem (owned by cfitsio)

Doing the opposite, by having astrometry.net installed and updating cfitsio gives the same error (but complaining that astrometry.net owns the file).