Magellan Linux

Contents of /smage/branches/alx07x-unstable/extras/python-six/python-six-1.10.0-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13409 - (show annotations) (download)
Thu Jul 11 10:57:03 2019 UTC (4 years, 9 months ago) by niro
File size: 455 byte(s)
-release branches/alx07x-unstable
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 }