25 lines
636 B
Bash
25 lines
636 B
Bash
# Template file for 'python3-geojson'
|
|
pkgname=python3-geojson
|
|
version=2.4.1
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="geojson-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="geojson"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Bindings and utilities for GeoJSON (Python3)"
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/frewsxcv/python-geojson"
|
|
distfiles="${PYPI_SITE}/g/geojson/geojson-${version}.tar.gz"
|
|
checksum=b175e00a76d923d6e7409de0784c147adcdd6e04b311b1d405895a4db3612c9d
|
|
|
|
do_check() {
|
|
python3 setup.py test
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE.rst
|
|
}
|