wok-next annotate python-pyxml/receipt @ rev 21071
Update atkmm, cairo, cmake, db, elfutils, emacs, glib, glib-networking, glibmm, gobject-introspection, libsigc++, meson, openssl, zstd
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Dec 13 00:46:54 2018 +0200 (2018-12-13) |
parents | c9a7a7b42a86 |
children |
rev | line source |
---|---|
al@20972 | 1 # SliTaz package receipt v2. |
claudinei@3414 | 2 |
al@20972 | 3 ORIGIN="PyXML" |
claudinei@3414 | 4 PACKAGE="python-pyxml" |
al@20972 | 5 VERSION="0.8.4" # no longer maintained since 2004 |
al@20972 | 6 CATEGORY="python" |
al@20972 | 7 SHORT_DESC="Pythonic binding for xml" |
claudinei@3414 | 8 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15378 | 9 LICENSE="BSD" |
al@20887 | 10 WEB_SITE="http://pyxml.sourceforge.net/" |
al@20972 | 11 #HOST_ARCH |
al@20887 | 12 REPOLOGY="python:pyxml" |
al@20887 | 13 |
al@20972 | 14 TARBALL="$ORIGIN-$VERSION.tar.gz" |
claudinei@3414 | 15 WGET_URL="$SF_MIRROR/pyxml/$TARBALL" |
pascal@11853 | 16 |
al@20972 | 17 BUILD_DEPENDS="python-dev" |
claudinei@3414 | 18 |
al@20972 | 19 compile_rules() { |
al@21020 | 20 python -B setup.py build --with-xslt && |
al@20972 | 21 python -B setup.py install --root=$install |
claudinei@3414 | 22 } |
claudinei@3414 | 23 |
al@20972 | 24 genpkg_rules() { |
al@20972 | 25 copy @std |
al@20972 | 26 DEPENDS="python" |
claudinei@3414 | 27 } |