Magellan Linux

Contents of /branches/magellan-next/core/pyxml/pyxml-0.8.4-r9.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8382 - (show annotations) (download)
Fri Jul 15 11:16:51 2011 UTC (12 years, 10 months ago) by niro
File size: 479 byte(s)
auto added: ver bump to 0.8.4-r9
1 # $Id$
2
3 PNAME="pyxml"
4 PVER="0.8.4"
5 PBUILD="r9"
6
7 PCATEGORIE="dev-python"
8
9 DESCRIPTION="The PyXML package is a collection of libraries to process XML with Python."
10 HOMEPAGE="http://pyxml.sourceforge.net/"
11
12 DEPEND=">= dev-lang/python-2.7
13 >= dev-libs/expat-2"
14
15 SRCFILE="PyXML-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/PyXML-${PVER}"
17
18 sminclude python
19
20 SRC_URI=(
21 sourceforge://${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd_sourceforge ${PNAME} ${PNAME} - PyXML"