pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/py-octoprint-firmwarecheck



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar  5 10:22:43 UTC 2025

Modified Files:
        pkgsrc/print/py-octoprint-firmwarecheck: Makefile

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/py-octoprint-firmwarecheck/Makefile

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

Modified files:

Index: pkgsrc/print/py-octoprint-firmwarecheck/Makefile
diff -u pkgsrc/print/py-octoprint-firmwarecheck/Makefile:1.6 pkgsrc/print/py-octoprint-firmwarecheck/Makefile:1.7
--- pkgsrc/print/py-octoprint-firmwarecheck/Makefile:1.6        Mon Nov 11 07:28:53 2024
+++ pkgsrc/print/py-octoprint-firmwarecheck/Makefile    Wed Mar  5 10:22:43 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2024/11/11 07:28:53 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2025/03/05 10:22:43 wiz Exp $
 
 DISTNAME=      OctoPrint-FirmwareCheck-2021.10.11
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
+PKGREVISION=   1
 CATEGORIES=    print python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=O/OctoPrint-FirmwareCheck/}
 
@@ -10,9 +11,11 @@ HOMEPAGE=    https://github.com/OctoPrint/O
 COMMENT=       Checks for unsafe or broken printer firmwares
 LICENSE=       gnu-agpl-v3
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 
 USE_LANGUAGES= # none
 
+WHEEL_NAME=    ${DISTNAME:tl:S/-/_/}
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index