import ports/devel/py-zopeevent, ok ajacoutot@

This commit is contained in:
sthen 2015-11-13 14:23:01 +00:00
parent b4ac6cb7b9
commit 0f6b5edf4f
4 changed files with 57 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 2015/11/13 14:23:01 sthen Exp $
COMMENT= very basic event publishing system from Zope
MODPY_EGG_VERSION= 4.1.0
DISTNAME= zope.event-${MODPY_EGG_VERSION}
PKGNAME= py-zopeevent-${MODPY_EGG_VERSION}
CATEGORIES= devel
HOMEPAGE= http://pypi.python.org/pypi/zope.event
# Zope Public License
PERMIT_PACKAGE_CDROM= Yes
MODPY_PI = Yes
MODULES= lang/python
MODPY_SETUPTOOLS= Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (zope.event-4.1.0.tar.gz) = 3HpZov2Rcw03kxMaXSYbKek+xOKpfxvEh86N7+4v54Y=
SIZE (zope.event-4.1.0.tar.gz) = 476047

View File

@ -0,0 +1,11 @@
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.
- A very simple event-dispatching system on which more sophisticated
event dispatching systems can be built. For example, a type-based
event dispatching system that builds on zope.event can be found in
zope.component.
Please see http://zopeevent.rtfd.org/ for the documentation.

View File

@ -0,0 +1,22 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2015/11/13 14:23:01 sthen Exp $
lib/python${MODPY_VERSION}/site-packages/zope/
lib/python${MODPY_VERSION}/site-packages/zope.event-${MODPY_EGG_VERSION}-py${MODPY_VERSION}-nspkg.pth
lib/python${MODPY_VERSION}/site-packages/zope.event-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/zope.event-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/zope.event-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/zope.event-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/zope.event-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/namespace_packages.txt
lib/python${MODPY_VERSION}/site-packages/zope.event-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/zope.event-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/zope.event-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/zope/event/
lib/python${MODPY_VERSION}/site-packages/zope/event/__init__.py
lib/python${MODPY_VERSION}/site-packages/zope/event/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/zope/event/classhandler.py
lib/python${MODPY_VERSION}/site-packages/zope/event/classhandler.pyc
@comment lib/python${MODPY_VERSION}/site-packages/zope/event/classhandler.py~
@comment lib/python${MODPY_VERSION}/site-packages/zope/event/classhandler.rst~
@comment lib/python${MODPY_VERSION}/site-packages/zope/event/classhandlers.py~
lib/python${MODPY_VERSION}/site-packages/zope/event/tests.py
lib/python${MODPY_VERSION}/site-packages/zope/event/tests.pyc
@comment lib/python${MODPY_VERSION}/site-packages/zope/event/tests.py~