diff --git a/srcpkgs/python3-geopy/template b/srcpkgs/python3-geopy/template new file mode 100644 index 00000000000..9a8e6876b1c --- /dev/null +++ b/srcpkgs/python3-geopy/template @@ -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 " +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 +}