pkgsrc-WIP-changes archive

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

Python 3.3 is long gone



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Mon Sep 2 15:35:47 2019 +0200
Changeset:	30596151d519786950e93a7434f123a81656b757

Modified Files:
	qutebrowser/Makefile

Log Message:
Python 3.3 is long gone

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=30596151d519786950e93a7434f123a81656b757

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 qutebrowser/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/qutebrowser/Makefile b/qutebrowser/Makefile
index c1cde8f66a..649cca3c68 100644
--- a/qutebrowser/Makefile
+++ b/qutebrowser/Makefile
@@ -21,7 +21,7 @@ DEPENDS+=	${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
 DEPENDS+=	${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
 DEPENDS+=	${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
 
-PYTHON_VERSIONS_INCOMPATIBLE=	27 33
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 .include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"


Home | Main Index | Thread Index | Old Index