de6827ee00
===== - Now keeps buffer when socket times out. - Adds ``Connection.Transport`` attribute that can be used to specify a different transport implementation.
16 lines
421 B
Makefile
16 lines
421 B
Makefile
# $NetBSD: Makefile,v 1.9 2014/11/09 20:18:33 rodent Exp $
|
|
|
|
DISTNAME= amqp-1.4.6
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= net
|
|
MASTER_SITES= https://pypi.python.org/packages/source/a/amqp/
|
|
|
|
MAINTAINER= rodent@NetBSD.org
|
|
HOMEPAGE= http://amqp.readthedocs.org/
|
|
COMMENT= Python AMQP 0.9.1 client library
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|