Magellan Linux

Contents of /trunk/extras/rdflib/rdflib-3.2.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11143 - (show annotations) (download)
Fri Feb 17 19:30:52 2012 UTC (12 years, 3 months ago) by niro
File size: 502 byte(s)
auto added: ver bump to 3.2.0-r1
1 # $Id$
2
3 PNAME="rdflib"
4 PVER="3.2.0"
5 PBUILD="r1"
6
7 PCAT="dev-python"
8
9 DESCRIPTION="RDF library containing a triple store and parser/serializer."
10 HOMEPAGE="http://pypi.python.org/pypi/rdflib"
11
12 DEPEND=">= dev-lang/python-2.7"
13
14 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude python
18
19 SRC_URI=(
20 http://pypi.python.org/packages/source/${PNAME:0:1}/${PNAME}/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd http://pypi.python.org/pypi/rdflib | lasttarball gz"