Magellan Linux

Annotation of /branches/magellan-next/core/pyxml/pyxml-0.8.4-r8.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6987 - (hide annotations) (download)
Mon Sep 27 15:49:44 2010 UTC (13 years, 8 months ago) by niro
File size: 551 byte(s)
auto added: ver bump to 0.8.4-r8
1 niro 6987 # $Id: pyxml-0.8.4-r7.smage2 3947 2009-11-14 13:01:11Z niro $
2    
3     PNAME="pyxml"
4     PVER="0.8.4"
5     PBUILD="r8"
6    
7     PCATEGORIE="dev-python"
8     STATE="unstable"
9    
10     DESCRIPTION="The PyXML package is a collection of libraries to process XML with Python."
11     HOMEPAGE="http://pyxml.sourceforge.net/"
12    
13     DEPEND=">= dev-lang/python-2.7
14     >= dev-libs/expat-2"
15    
16     SRCFILE="PyXML-${PVER}.tar.gz"
17     SRCDIR="${BUILDDIR}/PyXML-${PVER}"
18    
19     sminclude python
20    
21     SRC_URI=(
22     sourceforge://${PNAME}/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2DATE="updatecmd_sourceforge ${PNAME} ${PNAME} - PyXML"