ults: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1715066235; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=yhsUsPEAkVKtWk1VbFELrIzm/3DG8HP4yMsO+kT3PII=; b=L+RdJ5YaUP8WLZ7hq22QUU7nTPle6OnuAXhYRXsH0j8BTFJsGKWcBl+dbc0i64iSCsdWPx nkpQ7D+ncyHRbHqlJtgWTMndsK+6OIzBDgWOI0PvuTKgmJFvS3HBb44mSGCyMYwYDs2JXG h56gJ5Mzvh42/kfU8EO5GzWDNNb2+Kvh31OcnefRRaypPdDwDx+S09KCX2Mf7/BWmtbKd5 CMZf3H8FJRRR63tZ0RG3hKKwBaLnma4wSrZw76GzlW+jucozQ7FqXNEWyfacy9BpqMKOVw JQR+QYZseeiYaosbPF58JEO17Wb3soktkhITUTlTvNO5gsmA6ce8r58vTecb2w== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4VYV2z22jKzXK3; Tue, 7 May 2024 07:17:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.17.1/8.17.1) with ESMTP id 4477HFUR050534; Tue, 7 May 2024 07:17:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.17.1/8.17.1/Submit) id 4477HFXN050531; Tue, 7 May 2024 07:17:15 GMT (envelope-from git) Date: Tue, 7 May 2024 07:17:15 GMT Message-Id: <202405070717.4477HFXN050531@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 53c31eb17102 - main - math/py-pyodeint: update 0.10.4 =?utf-8?Q?=E2=86=92?= 0.10.6 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 53c31eb17102dc9a49849aa4d640cde46581a437 Auto-Submitted: auto-generated The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=53c31eb17102dc9a49849aa4d640cde46581a437 commit 53c31eb17102dc9a49849aa4d640cde46581a437 Author: Yuri Victorovich AuthorDate: 2024-05-07 06:42:54 +0000 Commit: Yuri Victorovich CommitDate: 2024-05-07 07:17:03 +0000 math/py-pyodeint: update 0.10.4 → 0.10.6 Reported by: portscout --- math/py-pyodeint/Makefile | 12 +++++++++--- math/py-pyodeint/distinfo | 6 +++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/math/py-pyodeint/Makefile b/math/py-pyodeint/Makefile index a551febbf881..225d1316352b 100644 --- a/math/py-pyodeint/Makefile +++ b/math/py-pyodeint/Makefile @@ -1,6 +1,5 @@ PORTNAME= pyodeint -DISTVERSION= 0.10.4 -PORTREVISION= 2 +DISTVERSION= 0.10.6 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,6 +16,13 @@ BUILD_DEPENDS= ${PYNUMPY} \ RUN_DEPENDS= ${PYNUMPY} USES= compiler:c++11-lang localbase python -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils autoplist pytest + +TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} +TEST_WRKSRC= ${WRKSRC}/pyodeint/tests + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pyodeint/_odeint${PYTHON_EXT_SUFFIX}.so + .include diff --git a/math/py-pyodeint/distinfo b/math/py-pyodeint/distinfo index ee5dba32c401..8150fb22eccb 100644 --- a/math/py-pyodeint/distinfo +++ b/math/py-pyodeint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1587629293 -SHA256 (pyodeint-0.10.4.tar.gz) = 11b7028323d03b5864b7600fbd14c87903a62d8826fbe8ea8fd0afbccadc1044 -SIZE (pyodeint-0.10.4.tar.gz) = 95049 +TIMESTAMP = 1715040526 +SHA256 (pyodeint-0.10.6.tar.gz) = 0b6a04865b55f35bb57cdce41a20d538ae6cd92cd6812869dac52fe8ff3f9782 +SIZE (pyodeint-0.10.6.tar.gz) = 117727