Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Mar 2024 19:42:13 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: 022d4b97cdcc - main - devel/py-line-profiler: update 4.1.1 =?utf-8?Q?=E2=86=92?= 4.1.2
Message-ID:  <202403121942.42CJgDEB087186@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=022d4b97cdcc27a92cb238dee21c7b5c2bed9436

commit 022d4b97cdcc27a92cb238dee21c7b5c2bed9436
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-03-12 19:36:58 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-03-12 19:42:09 +0000

    devel/py-line-profiler: update 4.1.1 → 4.1.2
    
    Reported by:    portscout
---
 devel/py-line-profiler/Makefile | 7 ++++---
 devel/py-line-profiler/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/devel/py-line-profiler/Makefile b/devel/py-line-profiler/Makefile
index b1c209db02a5..fe2afcc10dd7 100644
--- a/devel/py-line-profiler/Makefile
+++ b/devel/py-line-profiler/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	line-profiler
-DISTVERSION=	4.1.1
+DISTVERSION=	4.1.2
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,11 +13,12 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}scikit-build>0:devel/py-scikit-build@${PY_FLAVOR} \
-		cmake:devel/cmake-core
+		cmake:devel/cmake-core \
+		${PYTHON_PKGNAMEPREFIX}cython3>=0:lang/cython3@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}coverage>=5.3:devel/py-coverage@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}ipython>=0.13:devel/ipython@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}ubelt>=1.0.1:devel/py-ubelt@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}ubelt>=1.3.4:devel/py-ubelt@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	distutils cython autoplist pytest # 1 test fails, see https://github.com/pyutils/line_profiler/issues/159
diff --git a/devel/py-line-profiler/distinfo b/devel/py-line-profiler/distinfo
index 83e5e27ffcf4..e63649c1afbe 100644
--- a/devel/py-line-profiler/distinfo
+++ b/devel/py-line-profiler/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1692682209
-SHA256 (line_profiler-4.1.1.tar.gz) = 2fa73d2ac736902e0a6d1e74cf663244218d9c238a7aa5b5acfd6ac6d4672830
-SIZE (line_profiler-4.1.1.tar.gz) = 77207
+TIMESTAMP = 1710216307
+SHA256 (line_profiler-4.1.2.tar.gz) = aa56578b0ff5a756fe180b3fda7bd67c27bbd478b3d0124612d8cf00e4a21df2
+SIZE (line_profiler-4.1.2.tar.gz) = 78149



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