New package: python3-geographiclib-2.0

This commit is contained in:
zenobit 2024-03-31 01:50:43 +01:00
parent 6486876af6
commit 265dd39efa

View file

@ -0,0 +1,25 @@
# Template file for 'python3-geographiclib'
pkgname=python3-geographiclib
version=2.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
#makedepends=""
depends="python3>=3.7"
checkdepends="python3-pytest"
short_desc="Python implementation of the geodesic routines"
maintainer="zenobit <zenobit@disroot.org>"
license="MIT"
homepage="https://geographiclib.sourceforge.io/"
#changelog=""
#distfiles="https://github.com/geographiclib/geographiclib-python/archive/refs/tags/v${version}.tar.gz"
#distfiles="${SOURCEFORGE_SITE}/geographiclib/files/distrib-Python/geographiclib-${version}.tar.gz"
distfiles="https://sourceforge.net/projects/geographiclib/files/distrib-Python/geographiclib-${version}.tar.gz"
checksum=f7f41c85dc3e1c2d3d935ec86660dc3b2c848c83e17f9a9e51ba9d5146a15859
# TODO: Skip for now to test if is only show stopper
make_check=ci-skip
post_install() {
vlicense LICENSE
}