New package: python3-geojson-2.4.1
This commit is contained in:
parent
33bd117ae8
commit
fc76165c26
1 changed files with 24 additions and 0 deletions
24
srcpkgs/python3-geojson/template
Normal file
24
srcpkgs/python3-geojson/template
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Template file for 'python3-geojson'
|
||||||
|
pkgname=python3-geojson
|
||||||
|
version=2.4.1
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
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
|
||||||
|
}
|
Loading…
Reference in a new issue