aboutsummaryrefslogtreecommitdiff
path: root/devel/py-protocols
Commit message (Collapse)AuthorAgeFilesLines
* - Updated email address in my portsNicola Vitale2006-12-101-1/+1
| | | | | | | Approved by: alexbl (mentor) Notes: svn path=/head/; revision=179349
* Add SHA256 checksumsEmanuel Haupt2005-12-311-0/+1
| | | | | | | | PR: 91123,91125,91126,91127,91128,91129,91130,91131 Submitted by: Nicola Vitale <nivit@email.it> (maintainer) Notes: svn path=/head/; revision=152488
* PyProtocols extends the PEP 246 adapt() function with a new "declaration API"Pav Lucistnik2005-07-184-0/+84
that lets you easily define your own protocols and adapters, and declare what adapters should be used to adapt what types, objects, or protocols. In addition to its own Interface type, PyProtocols can also use Twisted and Zope's Interface types too. PR: ports/83626 Submitted by: Nicola Vitale <nivit@email.it> Notes: svn path=/head/; revision=139538