928c4f6829
using asynchronous calls internally but offering a blocking interface so that regular code can run unmodified. WWW: https://bitbucket.org/dvarrazzo/psycogreen PR: 199067 Submitted by: loic.blot@unix-experience.fr
15 lines
333 B
Makefile
15 lines
333 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= psycogreen
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= loic.blot@unix-experience.fr
|
|
COMMENT= Python library to enable psycopg2 to work with coroutine libraries
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|