pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/py-octoprint-pisupport
Module Name: pkgsrc
Committed By: wiz
Date: Wed Mar 5 10:23:37 UTC 2025
Modified Files:
pkgsrc/print/py-octoprint-pisupport: Makefile
Log Message:
py-octoprint-pisupport: fix wheel name for latest setuptools and depend on it
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/print/py-octoprint-pisupport/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-pisupport/Makefile
diff -u pkgsrc/print/py-octoprint-pisupport/Makefile:1.5 pkgsrc/print/py-octoprint-pisupport/Makefile:1.6
--- pkgsrc/print/py-octoprint-pisupport/Makefile:1.5 Mon Nov 11 07:28:53 2024
+++ pkgsrc/print/py-octoprint-pisupport/Makefile Wed Mar 5 10:23:37 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2024/11/11 07:28:53 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2025/03/05 10:23:37 wiz Exp $
DISTNAME= OctoPrint-PiSupport-2023.10.10
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
+PKGREVISION= 1
CATEGORIES= print python
MASTER_SITES= ${MASTER_SITE_PYPI:=O/OctoPrint-PiSupport/}
@@ -10,9 +11,9 @@ HOMEPAGE= https://github.com/OctoPrint/O
COMMENT= OctoPrint plugin providing information about your Pi in the UI
LICENSE= gnu-agpl-v3
-WHEEL_NAME= ${DISTNAME:S/-/_/}
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+WHEEL_NAME= ${DISTNAME:tl:S/-/_/}
USE_LANGUAGES= # none
Home |
Main Index |
Thread Index |
Old Index