pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-gitinspector
Module Name: pkgsrc
Committed By: minskim
Date: Tue May 29 16:39:24 UTC 2018
Modified Files:
pkgsrc/devel/py-gitinspector: Makefile
Log Message:
devel/py-gitinspector: Set PYTHON_VERSIONS_INCOMPATIBLE
This package does not work with python36. Use
devel/py-gitinspector-devel instead.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-gitinspector/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-gitinspector/Makefile
diff -u pkgsrc/devel/py-gitinspector/Makefile:1.2 pkgsrc/devel/py-gitinspector/Makefile:1.3
--- pkgsrc/devel/py-gitinspector/Makefile:1.2 Fri Jun 16 21:03:58 2017
+++ pkgsrc/devel/py-gitinspector/Makefile Tue May 29 16:39:24 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/06/16 21:03:58 kamil Exp $
+# $NetBSD: Makefile,v 1.3 2018/05/29 16:39:24 minskim Exp $
GITHUB_PROJECT= gitinspector
DISTNAME= gitinspector-0.4.4
@@ -14,6 +14,8 @@ LICENSE= gnu-gpl-v3
DEPENDS+= git-base-[0-9]*:../../devel/git-base
+PYTHON_VERSIONS_INCOMPATIBLE= 36
+
post-install:
${MV} ${DESTDIR}${PREFIX}/bin/gitinspector \
${DESTDIR}${PREFIX}/bin/gitinspector-${PYVERSSUFFIX}
Home |
Main Index |
Thread Index |
Old Index