pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-boolean.py



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Mar  3 06:56:29 UTC 2025

Modified Files:
        pkgsrc/devel/py-boolean.py: Makefile

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-boolean.py/Makefile

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

Modified files:

Index: pkgsrc/devel/py-boolean.py/Makefile
diff -u pkgsrc/devel/py-boolean.py/Makefile:1.2 pkgsrc/devel/py-boolean.py/Makefile:1.3
--- pkgsrc/devel/py-boolean.py/Makefile:1.2     Mon Nov 11 07:28:02 2024
+++ pkgsrc/devel/py-boolean.py/Makefile Mon Mar  3 06:56:29 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2024/11/11 07:28:02 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2025/03/03 06:56:29 wiz Exp $
 
 DISTNAME=      boolean.py-4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/boolean.py/}
 
@@ -10,11 +11,11 @@ HOMEPAGE=   https://github.com/bastikr/boo
 COMMENT=       Define boolean algebras, create and parse boolean expressions and create custom boolean DSL
 LICENSE=       2-clause-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+WHEEL_NAME=    ${DISTNAME:S/n.p/n_p/}
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index