mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 20:32:58 +02:00
New package: python3-geographiclib-2.0
This commit is contained in:
parent
6486876af6
commit
265dd39efa
1 changed files with 25 additions and 0 deletions
25
srcpkgs/python3-geographiclib/template
Normal file
25
srcpkgs/python3-geographiclib/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue