wok-next view python-docutils/receipt @ rev 20989

Update cairo-dock-plugins, combine firefox-langpack-* and thunderbird-langpack-*, small fixes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 02 04:53:44 2018 +0300 (2018-10-02)
parents c9a7a7b42a86
children 8459b1de4897
line source
1 # SliTaz package receipt v2.
3 ORIGIN="docutils"
4 PACKAGE="python-docutils"
5 VERSION="0.14"
6 CATEGORY="python"
7 SHORT_DESC="Text processing system"
8 MAINTAINER="claudinei@slitaz.org"
9 LICENSE="PublicDomain GPL3 BSD"
10 WEB_SITE="https://pypi.org/project/$ORIGIN/"
11 HOST_ARCH="any"
12 REPOLOGY="python:docutils"
14 BUILD_DEPENDS="python python3"
15 SPLIT="${PACKAGE/python/python3}:3"
17 compile_rules() {
18 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
19 }
21 genpkg_rules() {
22 copy @std include/ # here include/ contains not @dev files
23 py=${PACKAGE%%-*} # python/python3
24 DEPENDS="$py"
25 SUGGESTED="$py-pil"
26 }