Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2026 20:57:08 +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: acdf48e7d9f4 - main - devel/py-miniKanren: update 1.=?utf-8?Q?0.3 =E2=86=92?= 1.0.5
Message-ID:  <6a2b2124.213c3.79d30086@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=acdf48e7d9f49bdaea3b79bb46247a69b17d6893

commit acdf48e7d9f49bdaea3b79bb46247a69b17d6893
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-06-11 20:45:43 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-06-11 20:56:56 +0000

    devel/py-miniKanren: update 1.0.3 → 1.0.5
---
 devel/py-miniKanren/Makefile | 17 +++++++++++------
 devel/py-miniKanren/distinfo |  6 +++---
 2 files changed, 14 insertions(+), 9 deletions(-)

diff --git a/devel/py-miniKanren/Makefile b/devel/py-miniKanren/Makefile
index 713ddd812645..9f0590a7dc41 100644
--- a/devel/py-miniKanren/Makefile
+++ b/devel/py-miniKanren/Makefile
@@ -1,8 +1,6 @@
-PORTNAME=	miniKanren
+PORTNAME=	minikanren
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.0.3
-PORTREVISION=	1
-#MASTER_SITES=	PYPI # no tests
+DISTVERSION=	1.0.5
 CATEGORIES=	devel python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -13,7 +11,10 @@ WWW=		https://github.com/pythological/kanren
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cons>=0.4.0:devel/py-cons@${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}cons>0.4.0:devel/py-cons@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}etuples>=0.3.1:devel/py-etuples@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}logical-unification>=0.4.1:math/py-logical-unification@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}multipledispatch>0:devel/py-multipledispatch@${PY_FLAVOR} \
@@ -22,7 +23,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cons>=0.4.0:devel/py-cons@${PY_FLAVOR} \
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sympy>0:math/py-sympy@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	distutils autoplist pytest # tests fail due to etuples problems
+USE_PYTHON=	autoplist pep517 pytest
+
+MAKE_ENV=	SETUPTOOLS_SCM_PRETEND_VERSION=${DISTVERSION}
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	pythological
@@ -30,4 +33,6 @@ GH_PROJECT=	kanren
 
 NO_ARCH=	yes
 
+# tests as of 1.0.5: 82 passed, 1 xfailed, 3 skipped
+
 .include <bsd.port.mk>
diff --git a/devel/py-miniKanren/distinfo b/devel/py-miniKanren/distinfo
index 0d65158bb7ac..d96f6d9b8c07 100644
--- a/devel/py-miniKanren/distinfo
+++ b/devel/py-miniKanren/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1687312051
-SHA256 (pythological-kanren-v1.0.3_GH0.tar.gz) = 0cc6d507e6e45f48db73fc1fd47718aaefb82d419ddd7654f806261ab135f0ad
-SIZE (pythological-kanren-v1.0.3_GH0.tar.gz) = 72998
+TIMESTAMP = 1781208222
+SHA256 (pythological-kanren-v1.0.5_GH0.tar.gz) = ff496e43b169c9808d4cb9c33c595a2d31803c809a0675fa6379bdc62d7d6793
+SIZE (pythological-kanren-v1.0.5_GH0.tar.gz) = 51391


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a2b2124.213c3.79d30086>