void-packages/srcpkgs/python-shapely/template
2019-12-23 18:05:38 +01:00

31 lines
968 B
Bash

# Template file for 'python-shapely'
pkgname=python-shapely
version=1.7a1
revision=3
wrksrc="Shapely-${version}"
build_style=python-module
pycompile_module="shapely"
hostmakedepends="python-setuptools python3-setuptools python-Cython python3-Cython"
makedepends="python-devel python-numpy python3-devel python3-numpy geos-devel"
depends="python-numpy"
short_desc="Library for manipulation and analysis of geometric objects for Python2"
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
license="BSD-3-Clause"
homepage="https://github.com/Toblerity/Shapely"
distfiles="https://github.com/Toblerity/Shapely/archive/${version}.tar.gz"
checksum=d5163f46a99b96c4124b5df2a639dea2dcd7cb45b85128137807e3c9f06d3a16
post_install() {
vlicense LICENSE.txt LICENSE
}
python3-shapely_package() {
short_desc="${short_desc/Python2/Python3}"
pycompile_module="shapely"
depends="python3-numpy"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE.txt LICENSE
}
}