Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Jun 2026 21:25:26 +0000
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: 47b750e9841f - main - devel/py-asteval: update 1.0.5=?utf-8?Q? =E2=86=92 1.0?=.8
Message-ID:  <6a2884c6.259fb.3117d227@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=47b750e9841f320788e41e1e48ce36f5b1327ae7

commit 47b750e9841f320788e41e1e48ce36f5b1327ae7
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-06-09 18:22:18 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-06-09 21:25:18 +0000

    devel/py-asteval: update 1.0.5 → 1.0.8
---
 devel/py-asteval/Makefile | 12 +++++++-----
 devel/py-asteval/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/devel/py-asteval/Makefile b/devel/py-asteval/Makefile
index 1efcb86f76cb..a51f7a5de911 100644
--- a/devel/py-asteval/Makefile
+++ b/devel/py-asteval/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	asteval
-PORTVERSION=	1.0.5
-PORTREVISION=	3
+PORTVERSION=	1.0.8
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,13 +11,16 @@ WWW=		https://lmfit.github.io/asteval/
 LICENSE=	MIT
 LICENSE_FILES=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR}
+BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.2:devel/py-setuptools-scm@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	distutils autoplist pytest
+USE_PYTHON=	pep517 autoplist pytest
 
 NO_ARCH=	yes
 
+# tests as of 1.0.8: 186 passed
+
 .include <bsd.port.mk>
diff --git a/devel/py-asteval/distinfo b/devel/py-asteval/distinfo
index 4a4dc996ebcd..571638342bde 100644
--- a/devel/py-asteval/distinfo
+++ b/devel/py-asteval/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1730765672
-SHA256 (asteval-1.0.5.tar.gz) = bac3c8dd6d2b789e959cfec9bb296fb8338eec066feae618c462132701fbc665
-SIZE (asteval-1.0.5.tar.gz) = 50826
+TIMESTAMP = 1781028808
+SHA256 (asteval-1.0.8.tar.gz) = 7175134331726df0e1569f4ab5fa59266192cf1b365db0ff463c978842075cbb
+SIZE (asteval-1.0.8.tar.gz) = 53989


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a2884c6.259fb.3117d227>