mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 12:22:57 +02:00
New package: python3-geopy-2.4.1
This commit is contained in:
parent
265dd39efa
commit
b9bccf9791
1 changed files with 21 additions and 0 deletions
21
srcpkgs/python3-geopy/template
Normal file
21
srcpkgs/python3-geopy/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue