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

oxine: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 27 12:51:30 2018 +0200 (2018-04-27)
parents 0e7893ac206d
children 542df2bfb7b5
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-docutils"
4 VERSION="0.14"
5 CATEGORY="python"
6 SHORT_DESC="Text processing system"
7 MAINTAINER="claudinei@slitaz.org"
8 LICENSE="PublicDomain GPL3 BSD"
9 WEB_SITE="http://docutils.sourceforge.net"
11 BUILD_DEPENDS="python"
13 compile_rules() {
14 pip install --no-compile --root=$DESTDIR docutils
15 }
17 genpkg_rules() {
18 copy @std
19 DEPENDS="python"
20 SUGGESTED="python-pil"
21 }