Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D1D6E84E9A for ; Sat, 17 Jun 2023 18:00:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id lI76eTNUWYxr for ; Sat, 17 Jun 2023 18:00:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 33B1584EA0 for ; Sat, 17 Jun 2023 18:00:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2D940FA89; Sat, 17 Jun 2023 18:00:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1687024835230110" MIME-Version: 1.0 Date: Sat, 17 Jun 2023 18:00:35 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-zope.event To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230617180035.2D940FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1687024835230110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Jun 17 18:00:35 UTC 2023 Added Files: pkgsrc/devel/py-zope.event: DESCR Makefile PLIST distinfo Log Message: devel/py-zope.event: import py-zope.event-4.6 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 synchronous 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. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-zope.event/DESCR \ pkgsrc/devel/py-zope.event/Makefile pkgsrc/devel/py-zope.event/PLIST \ pkgsrc/devel/py-zope.event/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1687024835230110 Content-Disposition: inline Content-Length: 2904 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/py-zope.event/DESCR diff -u /dev/null pkgsrc/devel/py-zope.event/DESCR:1.1 --- /dev/null Sat Jun 17 18:00:35 2023 +++ pkgsrc/devel/py-zope.event/DESCR Sat Jun 17 18:00:34 2023 @@ -0,0 +1,9 @@ +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 synchronous 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. Index: pkgsrc/devel/py-zope.event/Makefile diff -u /dev/null pkgsrc/devel/py-zope.event/Makefile:1.1 --- /dev/null Sat Jun 17 18:00:35 2023 +++ pkgsrc/devel/py-zope.event/Makefile Sat Jun 17 18:00:34 2023 @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2023/06/17 18:00:34 wiz Exp $ + +DISTNAME= zope.event-4.6 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= devel python +MASTER_SITES= ${MASTER_SITE_PYPI:=z/zope.event/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/zopefoundation/zope.event +COMMENT= Very basic event publishing system +LICENSE= zpl-2.1 + +USE_LANGUAGES= # none + +PYTHON_VERSIONS_INCOMPATIBLE= 27 + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-zope.event/PLIST diff -u /dev/null pkgsrc/devel/py-zope.event/PLIST:1.1 --- /dev/null Sat Jun 17 18:00:35 2023 +++ pkgsrc/devel/py-zope.event/PLIST Sat Jun 17 18:00:34 2023 @@ -0,0 +1,18 @@ +@comment $NetBSD: PLIST,v 1.1 2023/06/17 18:00:34 wiz Exp $ +${PYSITELIB}/${EGG_NAME}-nspkg.pth +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt +${PYSITELIB}/${EGG_INFODIR}/not-zip-safe +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/zope/event/__init__.py +${PYSITELIB}/zope/event/__init__.pyc +${PYSITELIB}/zope/event/__init__.pyo +${PYSITELIB}/zope/event/classhandler.py +${PYSITELIB}/zope/event/classhandler.pyc +${PYSITELIB}/zope/event/classhandler.pyo +${PYSITELIB}/zope/event/tests.py +${PYSITELIB}/zope/event/tests.pyc +${PYSITELIB}/zope/event/tests.pyo Index: pkgsrc/devel/py-zope.event/distinfo diff -u /dev/null pkgsrc/devel/py-zope.event/distinfo:1.1 --- /dev/null Sat Jun 17 18:00:35 2023 +++ pkgsrc/devel/py-zope.event/distinfo Sat Jun 17 18:00:34 2023 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2023/06/17 18:00:34 wiz Exp $ + +BLAKE2s (zope.event-4.6.tar.gz) = 36bfeee2320c8f4db848c65cfa0611aed7aa5a4936d2cf9be87f3ff4451b9137 +SHA512 (zope.event-4.6.tar.gz) = 0042ef679ba95f1306d11fa23c0b48c59b018c8630cefb2e245ca77f4979b314d338cf1f6d2b12376d59c0eee172180d217965d54676504530a8af0c6c128547 +Size (zope.event-4.6.tar.gz) = 17430 bytes --_----------=_1687024835230110--