summaryrefslogtreecommitdiff
path: root/devel/py-stompclient
AgeCommit message (Collapse)AuthorFilesLines
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Update for python25 removal.wiz1-3/+1
2012-08-15Doesn't work on python25.dholland1-1/+3
2012-08-14Initial import of py-stompclient, version 0.3.2, into the NetBSD Packagesimil4-0/+57
Collection. stompclient provides a simple and lighweight STOMP client API for Python. stompclient supports both simplex (publisher-only) and duplex (publish-subscribe) communication with STOMP servers. This project started as a fork of the stompy project by Benjamin W. Smith) but has evolved into a very distinct codebase, which combines a few ideas from stompy with features from the Stomper library and CoilMQ broker.