Magellan Linux

Annotation of /branches/R11-stable/extras/zope-interface/zope-interface-4.0.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20853 - (hide annotations) (download)
Tue Feb 11 10:00:20 2014 UTC (10 years, 4 months ago) by niro
File size: 525 byte(s)
-release branches/R11-stable
1 niro 20732 # $Id$
2    
3     PNAME="zope-interface"
4     PVER="4.0.5"
5     PBUILD="r1"
6    
7     PYPI_MODULE="zope.interface"
8     PYPI_ARCHIVE="zip"
9     DESCRIPTION="Zope object interfaces for python."
10    
11     DEPEND=">= dev-python/setuptools-0.6.19"
12    
13     sminclude pypi mtools
14    
15     src_install()
16     {
17     cd ${SRCDIR}
18     pypi_src_install || die
19    
20     # install missing init
21     minstalldir $(get_python_libdir)/zope || die
22     minstallfile src/zope/__init__.py $(get_python_libdir)/zope/ || die
23    
24     # delete debug
25     rm ${BINDIR}/$(get_python_libdir)/zope/interface/_zope_interface_coptimizations.so || die
26     }