Magellan Linux

Annotation of /trunk/extras/setuptools/setuptools-0.6c9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2077 - (hide annotations) (download)
Mon Jun 15 22:36:05 2009 UTC (14 years, 11 months ago) by niro
File size: 709 byte(s)
auto added: ver bump to 0.6c9-r1
1 niro 2077 # $Id$
2    
3     PNAME="setuptools"
4     PVER="0.6c9"
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.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     }

Properties

Name Value
svn:keywords Id