# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	heapdict
PORTVERSION=	1.0.1
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	HeapDict-${PORTVERSION}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Heap with decrease-key and increase-key operations

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

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

NO_ARCH=	yes

.include <bsd.port.mk>
