void-packages/srcpkgs/python3-geojson/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

24 lines
633 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="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=b175e00a76d923d6e7409de0784c147adcdd6e04b311b1d405895a4db3612c9d
do_check() {
python3 setup.py test
}
post_install() {
vlicense LICENSE.rst
}