Magellan Linux

Contents of /trunk/extras/setuptools/setuptools-0.6c8-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 703 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/setuptools/setuptools-0.6c8-r1.smage2,v 1.1 2008/04/20 22:40:20 niro Exp $
2
3 PNAME="setuptools"
4 PVER="0.6c8"
5 PBUILD="r1"
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.5"
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 src_install()
26 {
27 python_src_install
28
29 # remove all windows executables
30 find ${BINDIR} -name *.exe | xargs rm
31 }

Properties

Name Value
svn:keywords Id