pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-gitpython
Module Name: pkgsrc
Committed By: adam
Date: Fri Sep 25 08:25:13 UTC 2020
Modified Files:
pkgsrc/devel/py-gitpython: Makefile
Log Message:
py-gitpython: mark as not for Python 2.7
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-gitpython/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-gitpython/Makefile
diff -u pkgsrc/devel/py-gitpython/Makefile:1.1 pkgsrc/devel/py-gitpython/Makefile:1.2
--- pkgsrc/devel/py-gitpython/Makefile:1.1 Thu Sep 10 15:05:55 2020
+++ pkgsrc/devel/py-gitpython/Makefile Fri Sep 25 08:25:13 2020
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2020/09/10 15:05:55 taca Exp $
+# $NetBSD: Makefile,v 1.2 2020/09/25 08:25:13 adam Exp $
DISTNAME= GitPython-3.1.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
-CATEGORIES= devel
+CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gitpython/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -14,5 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-gitdb>=4.0.1:..
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index