Magellan Linux

Contents of /trunk/extras/setuptools/setuptools-20.2.2-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29777 - (show annotations) (download)
Wed Oct 11 09:56:57 2017 UTC (6 years, 8 months ago) by niro
File size: 409 byte(s)
auto added: ver bump to 20.2.2-r2
1 # $Id$
2
3 PNAME="setuptools"
4 PVER="20.2.2"
5 PBUILD="r2"
6
7 DESCRIPTION="A collection of extensions to Distutils."
8 sminclude pypi
9
10 # generate an fake SPLIT_PACKAGE for transition
11 SPLIT_PACKAGES+=" setuptools"
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 }