pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print py-octoprint*: be more consistent in using PYTHO...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/37bd143fc0db
branches:  trunk
changeset: 459395:37bd143fc0db
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Oct 06 07:48:51 2021 +0000

description:
py-octoprint*: be more consistent in using PYTHON_VERSIONS_INCOMPATIBLE

diffstat:

 print/py-octoprint-filecheck/Makefile     |  4 ++--
 print/py-octoprint-firmwarecheck/Makefile |  4 ++--
 print/py-octoprint-pisupport/Makefile     |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r cae2e942304f -r 37bd143fc0db print/py-octoprint-filecheck/Makefile
--- a/print/py-octoprint-filecheck/Makefile     Wed Oct 06 06:28:08 2021 +0000
+++ b/print/py-octoprint-filecheck/Makefile     Wed Oct 06 07:48:51 2021 +0000
@@ -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 @@
 
 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"
diff -r cae2e942304f -r 37bd143fc0db print/py-octoprint-firmwarecheck/Makefile
--- a/print/py-octoprint-firmwarecheck/Makefile Wed Oct 06 06:28:08 2021 +0000
+++ b/print/py-octoprint-firmwarecheck/Makefile Wed Oct 06 07:48:51 2021 +0000
@@ -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 @@
 
 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"
diff -r cae2e942304f -r 37bd143fc0db print/py-octoprint-pisupport/Makefile
--- a/print/py-octoprint-pisupport/Makefile     Wed Oct 06 06:28:08 2021 +0000
+++ b/print/py-octoprint-pisupport/Makefile     Wed Oct 06 07:48:51 2021 +0000
@@ -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 @@
 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