Magellan Linux

Contents of /branches/magellan-next/extras/setuptools/setuptools-0.6c11-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7206 - (show annotations) (download)
Thu Sep 30 20:21:35 2010 UTC (13 years, 7 months ago) by niro
File size: 771 byte(s)
auto added: ver bump to 0.6c11-r2
1 # $Id: setuptools-0.6c11-r1.smage2 3789 2009-11-04 07:46:40Z niro $
2
3 PNAME="setuptools"
4 PVER="0.6c11"
5 PBUILD="r2"
6
7 PCATEGORIE="dev-python"
8 STATE="unstable"
9
10 DESCRIPTION="A collection of enhancements to the Python distutils including easy install."
11 HOMEPAGE="http://peak.telecommunity.com/DevCenter/setuptools"
12
13 DEPEND=">= dev-lang/python-2.6"
14
15 SRCFILE="${PNAME/py/}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME/py/}-${PVER}"
17
18 sminclude python
19
20 SRC_URI=(
21 http://cheeseshop.python.org/packages/source/s/${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd 'http://cheeseshop.python.org/packages/source/s/${PNAME}/?C=M;O=A' | lasttarball gz"
26
27 src_install()
28 {
29 python_src_install
30
31 # remove all windows executables
32 find ${BINDIR} -name *.exe | xargs rm
33 }