Magellan Linux

Annotation of /trunk/todo/zope-interface/zope-interface-4.0.5-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27960 - (hide annotations) (download)
Wed Apr 6 11:31:52 2016 UTC (8 years, 2 months ago) by niro
File size: 553 byte(s)
-moved to 'todo'
1 niro 22486 # $Id$
2    
3     PNAME="zope-interface"
4     PVER="4.0.5"
5     PBUILD="r2"
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 niro 22487 SDEPEND=">= app-arch/unzip-6"
13 niro 22486
14     sminclude pypi mtools
15    
16     src_install()
17     {
18     cd ${SRCDIR}
19     pypi_src_install || die
20    
21     # install missing init
22     minstalldir $(mget-python-libdir)/zope || die
23     minstallfile src/zope/__init__.py $(mget-python-libdir)/zope/ || die
24    
25     # delete debug
26     mdelete $(mget-python-libdir)/zope/interface/_zope_interface_coptimizations.so || die
27     }