From fc76165c26957c7f7a268f29e8ce43105239211a Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 24 Jan 2019 20:37:47 -0200 Subject: [PATCH] New package: python3-geojson-2.4.1 --- srcpkgs/python3-geojson/template | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 srcpkgs/python3-geojson/template diff --git a/srcpkgs/python3-geojson/template b/srcpkgs/python3-geojson/template new file mode 100644 index 0000000000..32febe5a08 --- /dev/null +++ b/srcpkgs/python3-geojson/template @@ -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 " +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 +}