Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Sep 2022 07:58:57 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2737263aa5dd - main - math/py-deap: Update 1.3.2 -> 1.3.3
Message-ID:  <202209250758.28P7wvVm086740@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2737263aa5ddeb900dd098e23293dc7e10f91ec8

commit 2737263aa5ddeb900dd098e23293dc7e10f91ec8
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-09-25 06:48:47 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-09-25 07:58:53 +0000

    math/py-deap: Update 1.3.2 -> 1.3.3
    
    Reported by:    portscout
---
 math/py-deap/Makefile | 9 +++++++--
 math/py-deap/distinfo | 6 +++---
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/math/py-deap/Makefile b/math/py-deap/Makefile
index 22af5c85de17..2b926f83a4de 100644
--- a/math/py-deap/Makefile
+++ b/math/py-deap/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	deap
-DISTVERSION=	1.3.2
+DISTVERSION=	1.3.3
 CATEGORIES=	math biology science devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,6 +15,11 @@ BUILD_DEPENDS=	${PYNUMPY}
 RUN_DEPENDS=	${PYNUMPY}
 
 USES=		python:3.5+
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	distutils autoplist pytest # tests fail, see https://github.com/DEAP/deap/issues/668
+
+TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
+
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/deap/tools/_hypervolume/hv${PYTHON_EXT_SUFFIX}.so
 
 .include <bsd.port.mk>
diff --git a/math/py-deap/distinfo b/math/py-deap/distinfo
index 7929b7ec9eb3..b36d2a27c969 100644
--- a/math/py-deap/distinfo
+++ b/math/py-deap/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1659997777
-SHA256 (deap-1.3.2.tar.gz) = 359f9441af0ce3e59a4688ae90cace0a1a4861f0b901545bf850a6fa571a90fd
-SIZE (deap-1.3.2.tar.gz) = 1063647
+TIMESTAMP = 1664087586
+SHA256 (deap-1.3.3.tar.gz) = 8772f1b0fff042d5e516b0aebac2c706243045aa7d0de8e0b8658f380181cf31
+SIZE (deap-1.3.3.tar.gz) = 1063633



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209250758.28P7wvVm086740>