python-geographiclib: update to 2.1

This commit is contained in:
Dirk Stolle 2025-08-23 19:42:25 +02:00
parent 8eb5641e09
commit 8f9fade38b

View File

@ -4,14 +4,17 @@ _realname=geographiclib
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}"
"${MINGW_PACKAGE_PREFIX}-python-${_realname}-docs")
pkgver=2.0
pkgver=2.1
pkgrel=1
pkgdesc='Python implementation of the geodesic routines in GeographicLib (mingw-w64)'
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://geographiclib.sourceforge.io/Python/doc/'
msys2_repository_url='https://github.com/geographiclib/geographiclib-python'
msys2_changelog_url='https://geographiclib.sourceforge.io/Python/doc/package.html#change-log'
msys2_references=(
'archlinux: python-geographiclib'
'gentoo: dev-python/geographiclib'
'purl: pkg:pypi/geographiclib'
)
license=('spdx:MIT')
@ -24,8 +27,8 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz"
"${msys2_repository_url}/archive/v${pkgver}/${_realname}-python-${pkgver}.tar.gz")
sha256sums=('f7f41c85dc3e1c2d3d935ec86660dc3b2c848c83e17f9a9e51ba9d5146a15859'
'3756afaaa5ca79e153827a2da972180bf045bd89c8415d643d9645f52f2cadef')
sha256sums=('6a6545e6262d0ed3522e13c515713718797e37ed8c672c31ad7b249f372ef108'
'a6d32de8fa8fc9d44d6d469e2ec43a8bae532fd7a1d7611e3417500c1768b599')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}"