Magellan Linux

Contents of /branches/R11-stable/extras/isodate/isodate-0.4.9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15180 - (show annotations) (download)
Wed Jan 2 10:54:05 2013 UTC (11 years, 4 months ago) by niro
File size: 498 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="isodate"
4 PVER="0.4.9"
5 PBUILD="r1"
6
7 PCAT="dev-python"
8
9 DESCRIPTION="An ISO 8601 date/time/duration parser and formater."
10 HOMEPAGE="http://pypi.python.org/pypi/${PNAME}"
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/${PNAME} | lasttarball gz"