pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/py-smt



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar  5 10:15:40 UTC 2025

Modified Files:
        pkgsrc/math/py-smt: Makefile

Log Message:
py-smt: fix wheel name for latest setuptools and depend on it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/py-smt/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-smt/Makefile
diff -u pkgsrc/math/py-smt/Makefile:1.8 pkgsrc/math/py-smt/Makefile:1.9
--- pkgsrc/math/py-smt/Makefile:1.8     Mon Nov 11 07:28:43 2024
+++ pkgsrc/math/py-smt/Makefile Wed Mar  5 10:15:40 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2024/11/11 07:28:43 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2025/03/05 10:15:40 wiz Exp $
 
 DISTNAME=      PySMT-0.9.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/PySMT/smt/}
+PKGREVISION=   1
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/PySMT/}
 
@@ -10,12 +11,12 @@ HOMEPAGE=   https://github.com/pysmt/pysmt
 COMMENT=       Library for SMT formula manipulation and solving
 LICENSE=       apache-2.0
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 TEST_DEPENDS+= ${PYPKGPREFIX}-z3>=0:../../math/py-z3
 
 USE_LANGUAGES= c # for testing
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+WHEEL_NAME=    ${DISTNAME:tl}
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \



Home | Main Index | Thread Index | Old Index