Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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