pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print
Module Name: pkgsrc
Committed By: wiz
Date: Wed Oct 6 07:48:51 UTC 2021
Modified Files:
pkgsrc/print/py-octoprint-filecheck: Makefile
pkgsrc/print/py-octoprint-firmwarecheck: Makefile
pkgsrc/print/py-octoprint-pisupport: Makefile
Log Message:
py-octoprint*: be more consistent in using PYTHON_VERSIONS_INCOMPATIBLE
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/py-octoprint-filecheck/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/py-octoprint-firmwarecheck/Makefile
cvs rdiff -u -r1.1 -r1.2 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-filecheck/Makefile
diff -u pkgsrc/print/py-octoprint-filecheck/Makefile:1.2 pkgsrc/print/py-octoprint-filecheck/Makefile:1.3
--- pkgsrc/print/py-octoprint-filecheck/Makefile:1.2 Sun May 30 21:29:10 2021
+++ pkgsrc/print/py-octoprint-filecheck/Makefile Wed Oct 6 07:48:51 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/05/30 21:29:10 khorben Exp $
+# $NetBSD: Makefile,v 1.3 2021/10/06 07:48:51 wiz Exp $
DISTNAME= ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
PKGNAME= ${PYPKGPREFIX}-octoprint-filecheck-2021.2.23
@@ -14,7 +14,7 @@ LICENSE= gnu-agpl-v3
EGG_NAME= OctoPrint_FileCheck-2021.2.23
-PYTHON_VERSIONS_ACCEPTED= 39 38 37 36
+PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/py-octoprint-firmwarecheck/Makefile
diff -u pkgsrc/print/py-octoprint-firmwarecheck/Makefile:1.2 pkgsrc/print/py-octoprint-firmwarecheck/Makefile:1.3
--- pkgsrc/print/py-octoprint-firmwarecheck/Makefile:1.2 Sun May 30 21:27:38 2021
+++ pkgsrc/print/py-octoprint-firmwarecheck/Makefile Wed Oct 6 07:48:51 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/05/30 21:27:38 khorben Exp $
+# $NetBSD: Makefile,v 1.3 2021/10/06 07:48:51 wiz Exp $
DISTNAME= ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
PKGNAME= ${PYPKGPREFIX}-octoprint-firmwarecheck-2021.2.4
@@ -14,7 +14,7 @@ LICENSE= gnu-agpl-v3
EGG_NAME= OctoPrint_FirmwareCheck-2021.2.4
-PYTHON_VERSIONS_ACCEPTED= 39 38 37 36
+PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/py-octoprint-pisupport/Makefile
diff -u pkgsrc/print/py-octoprint-pisupport/Makefile:1.1 pkgsrc/print/py-octoprint-pisupport/Makefile:1.2
--- pkgsrc/print/py-octoprint-pisupport/Makefile:1.1 Sun May 30 21:20:20 2021
+++ pkgsrc/print/py-octoprint-pisupport/Makefile Wed Oct 6 07:48:51 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/05/30 21:20:20 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2021/10/06 07:48:51 wiz Exp $
DISTNAME= ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
PKGNAME= ${PYPKGPREFIX}-octoprint-pisupport-2021.3.26.post2
@@ -12,7 +12,7 @@ HOMEPAGE= https://github.com/OctoPrint/O
COMMENT= OctoPrint plugin providing information about your Pi in the UI
LICENSE= gnu-agpl-v3
-PYTHON_VERSIONS_ACCEPTED= 39 38 37 36
+PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index