Magellan Linux

Contents of /trunk/extras/setuptools/setuptools-36.6.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29851 - (show annotations) (download)
Mon Oct 16 10:45:53 2017 UTC (6 years, 7 months ago) by niro
File size: 406 byte(s)
auto added: ver bump to 36.6.0-r1
1 # $Id$
2
3 PNAME="setuptools"
4 PVER="36.6.0"
5 PBUILD="r1"
6
7 DESCRIPTION="A collection of extensions to Distutils."
8 sminclude pypi
9
10 # generate a fake SPLIT_PACKAGE for transition
11 SPLIT_PACKAGES+=" ${PNAME}"
12
13 split_info_setuptools()
14 {
15 PVER="9999"
16 PKGTYPE="virtual"
17
18 DESCRIPTION="Transitional package for python2-${PNAME}."
19 HOMEPAGE="http://www.magellan-linux.de/"
20
21 DEPEND=">= dev-python/python2-${PNAME}-1"
22 }