New package: python3-geopy-2.4.1

This commit is contained in:
zenobit 2024-03-31 00:13:31 +01:00
parent 265dd39efa
commit b9bccf9791

View file

@ -0,0 +1,21 @@
# Template file for 'python3-geopy'
pkgname=python3-geopy
version=2.4.1
revision=1
build_style=python3-pep517
hostmakedepends="pkg-config python3-setuptools python3-wheel python3-pip python3-docutils python3-geographiclib"
checkdepends="python3-pytest python3-pytest-asyncio python3-pytz python3-urllib3 geocode-glib-libsoup2"
short_desc="Geocoding library for Python"
maintainer="zenobit <zenobit@disroot.org>"
license="MIT"
homepage="https://github.com/geopy/geopy"
#changelog=""
distfiles="https://github.com/geopy/geopy/archive/refs/tags/${version}.tar.gz"
checksum=a231629d166b58b0d557fc453374374d1fe0f3aff205b34bd8196e62ec285c55
# CI skipped: Missing geocoder credentials
make_check=ci-skip
post_install() {
vlicense LICENSE
}