Magellan Linux

Contents of /branches/R11-unstable/extras/zope-interface/zope-interface-4.0.5-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25957 - (show annotations) (download)
Tue Nov 25 04:32:45 2014 UTC (9 years, 5 months ago) by niro
File size: 553 byte(s)
-release branches/R11-unstable
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 SDEPEND=">= app-arch/unzip-6"
13
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 }