Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Jun 2026 01:30:12 +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: 340b7d5d256d - main - math/py-logical-unification: update 0.4.=?utf-8?Q?6 =E2=86=92 0.?=4.7
Message-ID:  <6a24c9a4.3b34c.68b7107e@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=340b7d5d256de8bdacebd5e901f47066d894e302

commit 340b7d5d256de8bdacebd5e901f47066d894e302
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-06-07 00:14:25 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-06-07 01:30:06 +0000

    math/py-logical-unification: update 0.4.6 → 0.4.7
---
 math/py-logical-unification/Makefile                   | 14 ++++++++++----
 math/py-logical-unification/distinfo                   |  6 +++---
 math/py-logical-unification/files/patch-pyproject.toml | 18 ++++++++++++++++++
 3 files changed, 31 insertions(+), 7 deletions(-)

diff --git a/math/py-logical-unification/Makefile b/math/py-logical-unification/Makefile
index 090111e405eb..f1250e50b3b0 100644
--- a/math/py-logical-unification/Makefile
+++ b/math/py-logical-unification/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	logical-unification
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.4.6
-PORTREVISION=	1
+DISTVERSION=	0.4.7
 CATEGORIES=	math python
 #MASTER_SITES=	PYPI # no tests
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,12 +12,17 @@ WWW=		https://github.com/pythological/unification/
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}versioneer>0:devel/py-versioneer@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}multipledispatch>0:devel/py-multipledispatch@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}toolz>0:devel/py-toolz@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	distutils autoplist pytest
+USE_PYTHON=	autoplist pep517 pytest
+
+MAKE_ENV=	SETUPTOOLS_SCM_PRETEND_VERSION=${DISTVERSION}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-benchmark>0:devel/py-pytest-benchmark@${PY_FLAVOR}
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	pythological
@@ -26,4 +30,6 @@ GH_PROJECT=	unification
 
 NO_ARCH=	yes
 
+# tests as of 0.4.7: 58 passed, 1 xfailed in 16.04s
+
 .include <bsd.port.mk>
diff --git a/math/py-logical-unification/distinfo b/math/py-logical-unification/distinfo
index 8a6784b13713..6df4cd971714 100644
--- a/math/py-logical-unification/distinfo
+++ b/math/py-logical-unification/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1687308754
-SHA256 (pythological-unification-v0.4.6_GH0.tar.gz) = db8a44a38d2c459b796fd0d8163505ce198c1e98bced1ed7df2d0b3125efe655
-SIZE (pythological-unification-v0.4.6_GH0.tar.gz) = 47171
+TIMESTAMP = 1780789395
+SHA256 (pythological-unification-v0.4.7_GH0.tar.gz) = 82fd074925ed0ba7674228a4c9a07611ab90e55ba1e266a9d24811ab5656618d
+SIZE (pythological-unification-v0.4.7_GH0.tar.gz) = 24199
diff --git a/math/py-logical-unification/files/patch-pyproject.toml b/math/py-logical-unification/files/patch-pyproject.toml
new file mode 100644
index 000000000000..4273ce6b99b0
--- /dev/null
+++ b/math/py-logical-unification/files/patch-pyproject.toml
@@ -0,0 +1,18 @@
+--- pyproject.toml.orig	2026-06-06 23:44:38 UTC
++++ pyproject.toml
+@@ -1,5 +1,5 @@
+ [build-system]
+-requires = ["setuptools>=80.0.0", "setuptools-scm"]
++requires = ["setuptools>=63", "setuptools-scm"]
+ build-backend = "setuptools.build_meta"
+ 
+ [project]
+@@ -7,7 +7,7 @@ readme = "README.md"
+ dynamic = ["version"]
+ description = "Logical unification in Python"
+ readme = "README.md"
+-license = "BSD-3-Clause"
++license = {text = "BSD-3-Clause"}
+ authors = [
+     { name = "Brandon T. Willard", email = "brandonwillard+unification@gmail.com" },
+ ]


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a24c9a4.3b34c.68b7107e>