PORTNAME=	dbutils
PORTVERSION=	3.0.2
CATEGORIES=	databases python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	DBUtils-${PORTVERSION}

MAINTAINER=	python@FreeBSD.org
COMMENT=	Providing solid, persistent, and pooled connections to a database
WWW=		https://webwareforpython.github.io/DBUtils/

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python:3.6+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>
