wok-next annotate python-couchdbkit/receipt @ rev 21357
updated gimp (2.10.14 -> 2.10.18)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 11 13:55:06 2020 +0100 (2020-04-11) |
parents | 8e1b2a143eb3 |
children |
rev | line source |
---|---|
al@20972 | 1 # SliTaz package receipt v2. |
claudinei@3813 | 2 |
al@20972 | 3 ORIGIN="couchdbkit" |
claudinei@3813 | 4 PACKAGE="python-couchdbkit" |
al@20972 | 5 VERSION="0.6.5" |
al@20972 | 6 CATEGORY="python" |
claudinei@3813 | 7 SHORT_DESC="A framework for python applications to access and manage CouchDB" |
claudinei@3813 | 8 MAINTAINER="claudinei@slitaz.org" |
pascal@15379 | 9 LICENSE="MIT" |
al@20972 | 10 WEB_SITE="https://pypi.org/project/$ORIGIN/" |
al@20972 | 11 HOST_ARCH="any" |
al@20885 | 12 REPOLOGY="python:couchdbkit" |
al@20885 | 13 |
al@20972 | 14 BUILD_DEPENDS="python-dev python-restkit" |
pascal@14355 | 15 |
al@20972 | 16 compile_rules() { |
al@20972 | 17 # Python3 based compilation produce error |
al@20972 | 18 pip install --no-compile --root=$install $ORIGIN==$VERSION |
claudinei@3813 | 19 } |
claudinei@3813 | 20 |
al@20972 | 21 genpkg_rules() { |
al@20972 | 22 copy @std |
al@20972 | 23 DEPENDS="python python-restkit" |
claudinei@3813 | 24 } |