Magellan Linux

Contents of /branches/R11-stable/extras/setuptools/setuptools-0.6.45-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18021 - (show annotations) (download)
Thu Jun 27 06:46:06 2013 UTC (10 years, 11 months ago) by niro
File size: 612 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="setuptools"
4 PVER="0.6.45"
5 PBUILD="r1"
6
7 PCAT="dev-python"
8
9 DESCRIPTION="Distribute (fork of Setuptools) is a collection of extensions to Distutils."
10 HOMEPAGE="http://pypi.python.org/pypi/distribute"
11
12 DEPEND=">= dev-lang/python-2.7"
13
14 SRCFILE="distribute-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/distribute-${PVER}"
16
17 sminclude python
18
19 SRC_URI=(
20 http://pypi.python.org/packages/source/d/distribute/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"
25
26 src_install()
27 {
28 python_src_install
29
30 # remove all windows executables
31 find ${BINDIR} -name *.exe | xargs rm
32 }