pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/py-octoprint py-octoprint: prefer PYTHON_VERSION...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a111a1f156dc
branches:  trunk
changeset: 456671:a111a1f156dc
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Aug 05 13:08:08 2021 +0000

description:
py-octoprint: prefer PYTHON_VERSIONS_INCOMPATIBLE

diffstat:

 print/py-octoprint/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2696e620f6f3 -r a111a1f156dc print/py-octoprint/Makefile
--- a/print/py-octoprint/Makefile       Thu Aug 05 11:21:23 2021 +0000
+++ b/print/py-octoprint/Makefile       Thu Aug 05 13:08:08 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/05/30 21:53:10 khorben Exp $
+# $NetBSD: Makefile,v 1.3 2021/08/05 13:08:08 adam Exp $
 
 DISTNAME=      ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
 PKGNAME=       ${PYPKGPREFIX}-octoprint-1.6.1
@@ -14,7 +14,7 @@
 
 RCD_SCRIPTS=   octoprint
 
-PYTHON_VERSIONS_ACCEPTED=      39 38 37 36
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 DEPENDS+=      ${PYPKGPREFIX}-blinker>=1.4:../../devel/py-blinker
 DEPENDS+=      ${PYPKGPREFIX}-cachelib>=0.1:../../devel/py-cachelib



Home | Main Index | Thread Index | Old Index