diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-09-22 15:19:16 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-09-22 15:40:11 +0000 |
commit | 82eb54f82a9c4de5ebe4ab7e5b946b69797be1a0 (patch) | |
tree | 15b60e8aa3148f9adbb95bc8d30bf47e0be9d0ca | |
parent | aa4708b517d63fa574f3cd30cd53b28dbd60b88b (diff) | |
download | ports-82eb54f82a9c4de5ebe4ab7e5b946b69797be1a0.tar.gz ports-82eb54f82a9c4de5ebe4ab7e5b946b69797be1a0.zip |
misc/py-uhi: Update 0.3.1 -> 0.3.2
Reported by: portscout
-rw-r--r-- | misc/py-uhi/Makefile | 7 | ||||
-rw-r--r-- | misc/py-uhi/distinfo | 6 |
2 files changed, 8 insertions, 5 deletions
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,5 +1,5 @@ PORTNAME= uhi -DISTVERSION= 0.3.1 +DISTVERSION= 0.3.2 CATEGORIES= misc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -8,9 +8,12 @@ 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+ 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 |