FreeBSD Bugzilla – Attachment 182611 Details for
Bug 219310
devel/py-PyDispatcher: [NEW PORT] Multi-producer-multi-consumer signal dispatching mechanism
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
devel/py-PyDispatcher:: new port
patch-devel_py-PyDispatcher.diff (text/plain), 2.74 KB, created by
Eric Camachat
on 2017-05-15 16:49:21 UTC
(
hide
)
Description:
devel/py-PyDispatcher:: new port
Filename:
MIME Type:
Creator:
Eric Camachat
Created:
2017-05-15 16:49:21 UTC
Size:
2.74 KB
patch
obsolete
>Index: devel/py-PyDispatcher/Makefile >=================================================================== >--- devel/py-PyDispatcher/Makefile (nonexistent) >+++ devel/py-PyDispatcher/Makefile (working copy) >@@ -0,0 +1,19 @@ >+# $FreeBSD$ >+ >+PORTNAME= PyDispatcher >+PORTVERSION= 2.0.5 >+CATEGORIES= devel python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= eric@camachat.org >+COMMENT= Multi-producer-multi-consumer signal dispatching mechanism >+ >+LICENSE= BSD3CLAUSE >+LICENSE_FILE= ${WRKSRC}/license.txt >+ >+NO_ARCH= yes >+USES= python >+USE_PYTHON= distutils autoplist >+ >+.include <bsd.port.mk> > >Property changes on: devel/py-PyDispatcher/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/py-PyDispatcher/distinfo >=================================================================== >--- devel/py-PyDispatcher/distinfo (nonexistent) >+++ devel/py-PyDispatcher/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1494864695 >+SHA256 (PyDispatcher-2.0.5.tar.gz) = 5570069e1b1769af1fe481de6dd1d3a388492acddd2cdad7a3bde145615d5caf >+SIZE (PyDispatcher-2.0.5.tar.gz) = 34437 > >Property changes on: devel/py-PyDispatcher/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/py-PyDispatcher/pkg-descr >=================================================================== >--- devel/py-PyDispatcher/pkg-descr (nonexistent) >+++ devel/py-PyDispatcher/pkg-descr (working copy) >@@ -0,0 +1,10 @@ >+service_identity aspires to give you all the tools you need >+PyDispatcher is an enhanced version of Patrick K. O'Brien's original >+dispatcher.py module. It provides the Python programmer with a robust >+mechanism for event routing within various application contexts. >+ >+Included in the package are the robustapply and saferef modules, which provide >+the ability to selectively apply arguments to callable objects and to reference >+instance methods using weak-references. >+ >+WWW: http://pydispatcher.sourceforge.net/ > >Property changes on: devel/py-PyDispatcher/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 219310
: 182611