pkgsrc-WIP-changes archive

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

py-peak-rules: add PYTHON_VERSIONS_INCOMPATIBLE



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Mon Oct 12 21:38:30 2015 +0200
Changeset:	fd9971b4c7803d1c6d8239aeac03fd748d7fe78a

Modified Files:
	py-peak-rules/Makefile

Log Message:
py-peak-rules: add PYTHON_VERSIONS_INCOMPATIBLE

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

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

diffstat:
 py-peak-rules/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/py-peak-rules/Makefile b/py-peak-rules/Makefile
index a870837..03a4bce 100644
--- a/py-peak-rules/Makefile
+++ b/py-peak-rules/Makefile
@@ -21,6 +21,8 @@ USE_LANGUAGES=	# none
 
 INSTALLATION_DIRS+=	share/doc/py-peak-rules
 
+PYTHON_VERSIONS_INCOMPATIBLE=	33 34
+
 do-test:
 	cd ${WRKSRC} && ${PYTHONBIN} test_rules.py
 


Home | Main Index | Thread Index | Old Index