# Created by: Po-Chuan Hsieh # $FreeBSD: head/devel/py-heapdict/Makefile 559531 2020-12-28 23:02:12Z antoine $ 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 NO_ARCH= yes do-test: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} test_heap.py .include