Magellan Linux

Annotation of /trunk/extras/decorator/decorator-4.1.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29874 - (hide annotations) (download)
Mon Oct 16 12:32:17 2017 UTC (6 years, 7 months ago) by niro
File size: 494 byte(s)
auto added: ver bump to 4.1.2-r1
1 niro 29874 # $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     }