Magellan Linux

Contents of /branches/R11-stable/extras/python-six/python-six-1.5.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20843 - (show annotations) (download)
Tue Feb 11 09:58:29 2014 UTC (10 years, 2 months ago) by niro
File size: 453 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="python-six"
4 PVER="1.5.2"
5 PBUILD="r1"
6
7 PCAT="dev-python"
8
9 DESCRIPTION="Python compatibility utilities."
10 HOMEPAGE="https://pypi.python.org/pypi/six/"
11
12 DEPEND=">= dev-lang/python-2.7"
13
14 SRCFILE="${PNAME/python-}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME/python-}-${PVER}"
16
17 sminclude python
18
19 SRC_URI=(
20 http://pypi.python.org/packages/source/s/six/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"