# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 # $Id: Portfile 153108 2016-09-24 23:09:51Z mcalhoun@macports.org $ PortSystem 1.0 PortGroup python 1.0 name py-zope-event set real_name zope.event version 4.2.0 python.versions 27 34 35 maintainers nomaintainer 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 pypi:z/${real_name} distname ${real_name}-${version} checksums rmd160 230e4888c5bfd3e9da0936372a9257d86018322a \ sha256 ce11004217863a4827ea1a67a31730bddab9073832bdb3b9be85869259118758 if {${name} ne ${subport}} { depends_build port:py${python.version}-setuptools variant tests description {Add dependencies needed to run tests} { test.run yes depends_build port:py${python.version}-nose test.cmd nosetests-${python.branch} test.target } } else { livecheck.type regex livecheck.regex ${real_name}-(\[0-9.\]+)${extract.suffix} }