23 lines
592 B
Bash
23 lines
592 B
Bash
# Template file for 'python3-geojson'
|
|
pkgname=python3-geojson
|
|
version=2.5.0
|
|
revision=6
|
|
build_style=python3-module
|
|
pycompile_module="geojson"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Bindings and utilities for GeoJSON (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/frewsxcv/python-geojson"
|
|
distfiles="${PYPI_SITE}/g/geojson/geojson-${version}.tar.gz"
|
|
checksum=6e4bb7ace4226a45d9c8c8b1348b3fc43540658359f93c3f7e03efa9f15f658a
|
|
|
|
do_check() {
|
|
python3 setup.py test
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE.rst
|
|
}
|