wok-next view python-pyxml/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
parents c9a7a7b42a86
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="PyXML"
4 PACKAGE="python-pyxml"
5 VERSION="0.8.4" # no longer maintained since 2004
6 CATEGORY="python"
7 SHORT_DESC="Pythonic binding for xml"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="BSD"
10 WEB_SITE="http://pyxml.sourceforge.net/"
11 #HOST_ARCH
12 REPOLOGY="python:pyxml"
14 TARBALL="$ORIGIN-$VERSION.tar.gz"
15 WGET_URL="$SF_MIRROR/pyxml/$TARBALL"
17 BUILD_DEPENDS="python-dev"
19 compile_rules() {
20 python -B setup.py build --with-xslt &&
21 python -B setup.py install --root=$install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="python"
27 }