Skip to content

Commit

Permalink
math/py-iminuit: Update 2.12.0 -> 2.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Aug 7, 2022
1 parent 23eb696 commit 74a3ce7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions math/py-iminuit/Makefile
@@ -1,5 +1,5 @@
PORTNAME= iminuit
DISTVERSION= 2.12.0
DISTVERSION= 2.15.2
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -14,6 +14,8 @@ BUILD_DEPENDS= cmake:devel/cmake
RUN_DEPENDS= ${PYNUMPY}

USES= compiler:c++14-lang python:3.6+
USE_PYTHON= distutils autoplist
USE_PYTHON= distutils autoplist pytest # 2 tests are known to fail, see https://github.com/scikit-hep/iminuit/issues/779

TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions math/py-iminuit/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1656211070
SHA256 (iminuit-2.12.0.tar.gz) = cd0e3cb751302c066984eab30612c5d2419a54317febe51b50be1fa21afc51a9
SIZE (iminuit-2.12.0.tar.gz) = 420687
TIMESTAMP = 1659850085
SHA256 (iminuit-2.15.2.tar.gz) = 60ac7d2fe9405c9206675229273f401611d3f5dfa22942541646c4625b59f1ea
SIZE (iminuit-2.15.2.tar.gz) = 429553
2 changes: 1 addition & 1 deletion math/py-iminuit/pkg-descr
Expand Up @@ -5,4 +5,4 @@ It can be used as a general robust function minimisation method, but is most
commonly used for likelihood fits of models to data, and to get model parameter
error estimates from likelihood profile analysis.

WWW: https://github.com/scikit-hep/iminuit
WWW: https://iminuit.readthedocs.io/en/stable/

0 comments on commit 74a3ce7

Please sign in to comment.