diff --git a/misc/py-uhi/Makefile b/misc/py-uhi/Makefile index c12a5a2eb3b8..de37eda0535b 100644 --- a/misc/py-uhi/Makefile +++ b/misc/py-uhi/Makefile @@ -1,29 +1,32 @@ PORTNAME= uhi -DISTVERSION= 0.3.1 +DISTVERSION= 0.3.2 CATEGORIES= misc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Universal Histogram Interface WWW= https://uhi.readthedocs.io/en/latest/ -LICENSE= MIT +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYNUMPY} +RUN_DEPENDS= ${PYNUMPY} + TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boost-histogram>=1.0:misc/py-boost-histogram@${PY_FLAVOR} USES= compiler:c++14-lang python:3.8+ USE_PYTHON= distutils autoplist pytest NO_ARCH= yes TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} pre-configure: # uhi is officially built with "build" (https://github.com/pypa/build), but this is easily circumvented with this simple setup.py @( \ ${ECHO} "from setuptools import setup" && \ ${ECHO} "setup()" \ ) > ${WRKSRC}/setup.py .include diff --git a/misc/py-uhi/distinfo b/misc/py-uhi/distinfo index 6ecc831e33fc..887b080091b9 100644 --- a/misc/py-uhi/distinfo +++ b/misc/py-uhi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1659855534 -SHA256 (uhi-0.3.1.tar.gz) = 6f1ebcadd1d0628337a30b012184325618047abc01c3539538b1655c69101d91 -SIZE (uhi-0.3.1.tar.gz) = 11158 +TIMESTAMP = 1663834381 +SHA256 (uhi-0.3.2.tar.gz) = fd6ed2ae8ce68ba6be37b872de86e7775b45d54f858768c8fdaba162b6452ab2 +SIZE (uhi-0.3.2.tar.gz) = 38013