pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-gitdb
Module Name: pkgsrc
Committed By: adam
Date: Fri Sep 25 08:28:26 UTC 2020
Modified Files:
pkgsrc/devel/py-gitdb: Makefile
Log Message:
py-gitdb: mark as not for Python 2.7
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-gitdb/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-gitdb/Makefile
diff -u pkgsrc/devel/py-gitdb/Makefile:1.1 pkgsrc/devel/py-gitdb/Makefile:1.2
--- pkgsrc/devel/py-gitdb/Makefile:1.1 Thu Sep 10 15:02:35 2020
+++ pkgsrc/devel/py-gitdb/Makefile Fri Sep 25 08:28:26 2020
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2020/09/10 15:02:35 taca Exp $
+# $NetBSD: Makefile,v 1.2 2020/09/25 08:28:26 adam Exp $
DISTNAME= gitdb-4.0.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= devel
+CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gitdb/}
MAINTAINER= kamel.derouiche%gmail.com@localhost
@@ -12,7 +12,9 @@ LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-smmap-[0-9]*:../../devel/py-smmap
-#TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index