pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/py-octoprint



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Mar  8 13:04:33 UTC 2025

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

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/print/py-octoprint/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/Makefile
diff -u pkgsrc/print/py-octoprint/Makefile:1.10 pkgsrc/print/py-octoprint/Makefile:1.11
--- pkgsrc/print/py-octoprint/Makefile:1.10     Sun Jan 19 16:13:21 2025
+++ pkgsrc/print/py-octoprint/Makefile  Sat Mar  8 13:04:33 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2025/01/19 16:13:21 adam Exp $
+# $NetBSD: Makefile,v 1.11 2025/03/08 13:04:33 wiz Exp $
 
 DISTNAME=      octoprint-1.10.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    print python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=O/OctoPrint/}
 
@@ -10,8 +11,6 @@ HOMEPAGE=     https://github.com/OctoPrint/O
 COMMENT=       Snappy web interface for 3D printers
 LICENSE=       gnu-agpl-v3
 
-WHEEL_NAME=    OctoPrint-${PKGVERSION_NOREV}
-
 RCD_SCRIPTS=   octoprint
 
 # bundled_plugins
@@ -49,7 +48,7 @@ DEPENDS+=     ${PYPKGPREFIX}-sarge>=0.1.7:..
 DEPENDS+=      ${PYPKGPREFIX}-semantic_version>=2.10.0:../../devel/py-semantic_version
 DEPENDS+=      ${PYPKGPREFIX}-sentry-sdk>=1.40.0:../../devel/py-sentry-sdk
 DEPENDS+=      ${PYPKGPREFIX}-serial>=3.5:../../comms/py-serial
-DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+DEPENDS+=      ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-tornado>=6.2:../../www/py-tornado
 DEPENDS+=      ${PYPKGPREFIX}-watchdog>=2.3.1:../../sysutils/py-watchdog
 DEPENDS+=      ${PYPKGPREFIX}-websocket-client>=1.6.1:../../www/py-websocket-client



Home | Main Index | Thread Index | Old Index