Magellan Linux

Contents of /trunk/extras/zope-interface/zope-interface-4.0.5-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 22486 - (show annotations) (download)
Tue Oct 21 08:20:20 2014 UTC (9 years, 7 months ago) by niro
File size: 523 byte(s)
-use new mget-python functions
1 # $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
13 sminclude pypi mtools
14
15 src_install()
16 {
17 cd ${SRCDIR}
18 pypi_src_install || die
19
20 # install missing init
21 minstalldir $(mget-python-libdir)/zope || die
22 minstallfile src/zope/__init__.py $(mget-python-libdir)/zope/ || die
23
24 # delete debug
25 mdelete $(mget-python-libdir)/zope/interface/_zope_interface_coptimizations.so || die
26 }