wok annotate python-geojson/receipt @ rev 23757

fusecloop/extract_compressed_fs: fix v2 convertion
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 02 17:31:45 2020 +0000 (2020-05-02)
parents 814362194a8d
children 104a2a2e5484
rev   line source
pascal@16723 1 # SliTaz package receipt.
pascal@16723 2
pascal@16723 3 PACKAGE="python-geojson"
Hans-G?nter@23490 4 VERSION="2.5.0"
pascal@16723 5 CATEGORY="development"
Hans-G?nter@23490 6 SHORT_DESC="Encoder and decoder for simple GIS features."
pascal@16723 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@16723 8 LICENSE="BSD"
Hans-G?nter@23490 9 WEB_SITE="https://pypi.python.org/pypi/geojson/$VERSION"
Hans-G?nter@23490 10
pascal@16723 11 SOURCE="geojson"
pascal@16723 12 TARBALL="$SOURCE-$VERSION.tar.gz"
Hans-G?nter@23490 13 WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
pascal@16723 14
pascal@16723 15 DEPENDS="python"
Hans-G?nter@23490 16 BUILD_DEPENDS="python python-setuptools"
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@23490 27 cp -a $install/usr $fs
pascal@16723 28 }