Magellan Linux

Contents of /branches/R11-stable/extras/decorator/decorator-3.4.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15095 - (show annotations) (download)
Wed Jan 2 10:41:41 2013 UTC (11 years, 4 months ago) by niro
File size: 511 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="decorator"
4 PVER="3.4.0"
5 PBUILD="r1"
6
7 PCAT="dev-python"
8
9 DESCRIPTION="Python module to simplify usage of decorators."
10 HOMEPAGE="http://pypi.python.org/pypi/decorator/"
11
12 DEPEND=">= dev-lang/python-2.7"
13 SDEPEND=">= dev-python/setuptools-0.6"
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 ${HOMEPAGE} | lasttarball gz"