and Python/asyncio. asyncpg is an efficient, clean implementation of PostgreSQL server binary protocol for use with Python's asyncio framework.
17 lines
478 B
Makefile
17 lines
478 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/07/31 12:12:59 adam Exp $
|
|
|
|
DISTNAME= asyncpg-0.12.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=a/asyncpg/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/MagicStack/asyncpg
|
|
COMMENT= Asyncio PosgtreSQL driver
|
|
LICENSE= apache-2.0
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 36 35
|
|
|
|
.include "../../devel/py-cython/buildlink3.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|