Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17506 - (show annotations) (download)
Wed Jun 19 10:52:01 2013 UTC (10 years, 11 months ago) by niro
File size: 535 byte(s)
auto added: ver bump to 4.0.1-r1
1 # $Id$
2
3 PNAME="rdflib"
4 PVER="4.0.1"
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/${PNAME}"
11
12 DEPEND=">= dev-lang/python-2.7
13 >= dev-python/isodate-0.4.8"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude python
19
20 SRC_URI=(
21 http://pypi.python.org/packages/source/${PNAME:0:1}/${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd http://pypi.python.org/pypi/${PNAME} | lasttarball gz"