Magellan Linux

Contents of /branches/magellan-next/extras/setuptools/setuptools-0.6.19-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8116 - (show annotations) (download)
Tue Jul 12 16:59:22 2011 UTC (12 years, 9 months ago) by niro
File size: 618 byte(s)
auto added: ver bump to 0.6.19-r1
1 # $Id$
2
3 PNAME="setuptools"
4 PVER="0.6.19"
5 PBUILD="r1"
6
7 PCATEGORIE="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 }