Magellan Linux

Contents of /smage/trunk/deprecated/python-six/python-six-1.15.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17162 - (show annotations) (download)
Wed Oct 25 09:03:19 2023 UTC (7 months ago) by niro
File size: 455 byte(s)
-moved to 'deprecated'
1 # $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 }