mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
astro/astrometry: Update to 0.96
Several enhancements and fixes, for example: - Changes and fixes for NumPy2 - Process-submissions: don't fail on empty db and more logging - Nova: Additions and switch to index-5200-HEAVY - API key not always required Changelog: https://github.com/dstndstn/astrometry.net/compare/0.95...0.96 Reported by: Repology
This commit is contained in:
parent
16a7714d88
commit
a6ff6ba109
@ -1,6 +1,5 @@
|
||||
PORTNAME= astrometry
|
||||
PORTVERSION= 0.95
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.96
|
||||
CATEGORIES= astro
|
||||
MASTER_SITES= https://github.com/dstndstn/${PORTNAME}.net/releases/download/${DISTVERSION}/
|
||||
DISTNAME= ${PORTNAME}.net-${PORTVERSION}
|
||||
@ -11,8 +10,8 @@ WWW= https://astrometry.net/
|
||||
|
||||
LICENSE= GPLv3+
|
||||
|
||||
BROKEN_armv6= fails to link: os-features-test.c:10: undefined symbol 'canonicalize_file_name'
|
||||
BROKEN_armv7= fails to link: os-features-test.c:10: undefined symbol 'canonicalize_file_name'
|
||||
BROKEN_armv6= fails to link: os-features-test.c:10: undefined symbol 'canonicalize_file_name'
|
||||
BROKEN_armv7= fails to link: os-features-test.c:10: undefined symbol 'canonicalize_file_name'
|
||||
|
||||
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
||||
${PYNUMPY}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1716915811
|
||||
SHA256 (astrometry.net-0.95.tar.gz) = b8239e39b44d6877b0427edeffd95efc258520044ff5afdd0fb1a89ff8f1afc0
|
||||
SIZE (astrometry.net-0.95.tar.gz) = 11771990
|
||||
TIMESTAMP = 1727461875
|
||||
SHA256 (astrometry.net-0.96.tar.gz) = fb3f2ec09cbe155d9ff461b9a60336f8493f5cb7804199e1782664e9034c9aac
|
||||
SIZE (astrometry.net-0.96.tar.gz) = 11772089
|
||||
|
Loading…
Reference in New Issue
Block a user