Magellan Linux

Contents of /branches/R11-unstable/extras/decorator/decorator-4.1.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32836 - (show annotations) (download)
Mon Apr 29 13:47:25 2019 UTC (5 years ago) by niro
File size: 494 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="decorator"
4 PVER="4.1.2"
5 PBUILD="r1"
6
7 DESCRIPTION="Python module to simplify usage of decorators."
8 SDEPEND=">= dev-python/python2-setuptools-20
9 >= dev-python/python3-setuptools-20"
10
11 sminclude pypi
12
13 # generate a fake SPLIT_PACKAGE for transition
14 SPLIT_PACKAGES+=" ${PNAME}"
15
16 split_info_setuptools()
17 {
18 PVER="9999"
19 PKGTYPE="virtual"
20
21 DESCRIPTION="Transitional package for python2-${PNAME}."
22 HOMEPAGE="http://www.magellan-linux.de/"
23
24 DEPEND=">= dev-python/python2-${PNAME}-1"
25 }