pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-gitpython py-gitpython: mark as not for Pytho...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/271e48a522f2
branches:  trunk
changeset: 439670:271e48a522f2
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Sep 25 08:25:13 2020 +0000

description:
py-gitpython: mark as not for Python 2.7

diffstat:

 devel/py-gitpython/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 56b2521382e0 -r 271e48a522f2 devel/py-gitpython/Makefile
--- a/devel/py-gitpython/Makefile       Fri Sep 25 03:57:21 2020 +0000
+++ b/devel/py-gitpython/Makefile       Fri Sep 25 08:25:13 2020 +0000
@@ -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 @@
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index