# $Id: Portfile 88151 2011-12-20 23:23:14Z singingwolfboy@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-zope-event
set real_name       zope.event
version             3.5.1
python.versions     24 25 26 27
maintainers         singingwolfboy openmaintainer
platforms           darwin
description         Very basic event publishing system
license             ZPL-2.1

long_description \
    The zope.event package provides a simple event system, including an \
    event publishing API, intended for use by applications which are unaware of \
    any subscribers to their events, and a very simple event-dispatching system \
    on which more sophisticated event dispatching systems can be built. 

categories-append   zope

homepage            http://pypi.python.org/pypi/${real_name}
master_sites        http://pypi.python.org/packages/source/z/${real_name}
distname            ${real_name}-${version}

checksums           rmd160  46f8cbf1ab855c086aac1a3bdcbe0a6f7e7418dc \
                    sha256  47fef2b2e06c16f337601ae01fb9cbc5301e6c5fb35d35bed6e805986dd71b7d

if {$name != $subport} {
    depends_build       port:py${python.version}-distribute
}
