pkgsrc-WIP-changes archive

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

py-libclang-py3: Disable python 2.x



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Oct 8 03:49:02 2017 +0200
Changeset:	49aa51986c34129cbaf5c6d23f7866e01a19eaf1

Modified Files:
	py-libclang-py3/Makefile

Log Message:
py-libclang-py3: Disable python 2.x

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

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

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

diffs:
diff --git a/py-libclang-py3/Makefile b/py-libclang-py3/Makefile
index 92bb7e5c0b..d471765123 100644
--- a/py-libclang-py3/Makefile
+++ b/py-libclang-py3/Makefile
@@ -11,6 +11,8 @@ LICENSE=	modified-bsd
 
 USE_LANGUAGES=	# none
 
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
 .include "../../lang/python/application.mk"
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index