Magellan Linux

Annotation of /smage/branches/alx07x-stable/extras/python-six/python-six-1.15.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14830 - (hide annotations) (download)
Tue Aug 4 12:22:26 2020 UTC (3 years, 9 months ago) by niro
Original Path: smage/branches/alx07x-unstable/extras/python-six/python-six-1.15.0-r1.smage2
File size: 455 byte(s)
-release branches/alx07x-unstable
1 niro 13994 # $Id$
2    
3     PNAME="python-six"
4     PVER="1.15.0"
5     PBUILD="r1"
6    
7     DESCRIPTION="Python compatibility utilities."
8    
9     SPLIT_PNAME="six"
10     PYPI_MODULE="six"
11     sminclude multilib pypi
12    
13     # generate a fake SPLIT_PACKAGE for transition
14     SPLIT_PACKAGES+=" ${PNAME}"
15    
16     split_info_python-six()
17     {
18     PVER="9999"
19     PKGTYPE="virtual"
20    
21     DESCRIPTION="Transitional package for python2-${SPLIT_PNAME}."
22     HOMEPAGE="http://www.magellan-linux.de/"
23    
24     DEPEND=">= dev-python/python2-${SPLIT_PNAME}-1"
25     }