Magellan Linux

Contents of /smage/trunk/extras/python-six/python-six-1.10.0-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12965 - (show annotations) (download)
Tue Mar 12 12:23:14 2019 UTC (5 years, 1 month ago) by niro
File size: 455 byte(s)
auto added: ver bump to 1.10.0-r5
1 # $Id$
2
3 PNAME="python-six"
4 PVER="1.10.0"
5 PBUILD="r5"
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 }