pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-zope.event



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.

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@localhost
+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



Home | Main Index | Thread Index | Old Index