Skip to content

Commit

Permalink
astrometry.net: python 3.12 update
Browse files Browse the repository at this point in the history
  • Loading branch information
licy183 committed Oct 7, 2024
1 parent 32defa0 commit 7fc5eec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tur/astrometry.net/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ TERMUX_PKG_LICENSE="custom"
TERMUX_PKG_LICENSE_FILE="LICENSE"
TERMUX_PKG_MAINTAINER="@termux-user-repository"
TERMUX_PKG_VERSION="0.96"
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/dstndstn/astrometry.net/releases/download/${TERMUX_PKG_VERSION}/astrometry.net-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=fb3f2ec09cbe155d9ff461b9a60336f8493f5cb7804199e1782664e9034c9aac
TERMUX_PKG_DEPENDS="cfitsio, curl, file, libandroid-glob, libbz2, libcairo, libjpeg-turbo, libpng, netpbm, python, python-numpy, python-fitsio, swig, wcslib, zlib"
TERMUX_PKG_SUGGESTS="astrometry.net-data-basic"
TERMUX_PKG_PYTHON_COMMON_DEPS="wheel, setuptools, numpy"
_NUMPY_VERSION=$(. $TERMUX_SCRIPTDIR/packages/python-numpy/build.sh; echo $TERMUX_PKG_VERSION)
TERMUX_PKG_PYTHON_COMMON_DEPS="wheel, setuptools, 'numpy==$_NUMPY_VERSION'"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_BLACKLISTED_ARCHES="arm" # FIXME: arm cross-compile C compiler fails for unknown reason
Expand Down

0 comments on commit 7fc5eec

Please sign in to comment.