Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29852 - (show annotations) (download)
Mon Oct 16 10:50:59 2017 UTC (6 years, 11 months ago) by niro
File size: 529 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 SRCFILE="v${PVER}.tar.gz"
14
15 SRC_URI=(
16 https://github.com/pypa/${PNAME}/archive/${SRCFILE}
17 mirror://${PNAME}/${SRCFILE}
18 )
19
20 split_info_setuptools()
21 {
22 PVER="9999"
23 PKGTYPE="virtual"
24
25 DESCRIPTION="Transitional package for python2-${PNAME}."
26 HOMEPAGE="http://www.magellan-linux.de/"
27
28 DEPEND=">= dev-python/python2-${PNAME}-1"
29 }