PORTNAME=	lru-dict
DISTVERSION=	1.1.8
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	driesm@FreeBSD.org
COMMENT=	Fast and memory efficient LRU cache for Python
WWW=		https://github.com/amitdev/lru-dict

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python:3.6+
USE_PYTHON=	autoplist concurrent distutils pytest

.include <bsd.port.mk>
