wok-next view python-shapely/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents 9f382dac8c6a
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="Shapely"
4 PACKAGE="python-shapely"
5 VERSION="1.6.4.post2"
6 CATEGORY="python"
7 SHORT_DESC="Geometric objects, predicates, and operations"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="BSD"
10 WEB_SITE="https://pypi.org/project/$ORIGIN/"
11 REPOLOGY="python:shapely"
13 BUILD_DEPENDS="python python3 geos-dev"
14 SPLIT="${PACKAGE/python/python3}:3"
16 COOKOPTS="force-arch" # x86_64 contains *.so, but i486 - only "any" files
18 compile_rules() {
19 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
20 }
22 genpkg_rules() {
23 copy @std
24 py="${PACKAGE%%-*}" # python/python3
25 DEPENDS="$py geos"
26 }