wok annotate python-shapely/receipt @ rev 24133

Up tazinst (115)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 23 15:17:56 2021 +0000 (2021-10-23)
parents 7390f8de9846
children 1df6fa555414
rev   line source
pascal@16723 1 # SliTaz package receipt.
pascal@16723 2
pascal@16723 3 PACKAGE="python-shapely"
Hans-G?nter@23560 4 VERSION="1.7.0"
pascal@16723 5 CATEGORY="development"
pascal@16723 6 SHORT_DESC="Manipulation and analysis of geometric objects in the Cartesian plane."
pascal@16723 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@16723 8 LICENSE="BSD"
Hans-G?nter@23560 9 WEB_SITE="https://pypi.org/project/Shapely/"
Hans-G?nter@23560 10
pascal@16723 11 SOURCE="Shapely"
pascal@16723 12 TARBALL="$SOURCE-$VERSION.tar.gz"
Hans-G?nter@23560 13 WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
pascal@16723 14
Hans-G?nter@23560 15 DEPENDS="geos python"
Hans-G?nter@23560 16 BUILD_DEPENDS="geos-dev python python-dev"
pascal@16723 17
pascal@16723 18 # Rules to configure and make the package.
pascal@16723 19 compile_rules()
pascal@16723 20 {
pascal@16723 21 python setup.py install --root=$DESTDIR
pascal@16723 22 }
pascal@16723 23
pascal@16723 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@16723 25 genpkg_rules()
pascal@16723 26 {
Hans-G?nter@23560 27 cp -a $install/usr $fs
pascal@16723 28 }