wok-next annotate python-couchdbkit/receipt @ rev 21233

updated clamtk again (4.36 -> 5.27)
author Hans-G?nter Theisgen
date Tue Dec 03 17:47:44 2019 +0100 (2019-12-03)
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 }