pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-gssapi
Module Name: pkgsrc
Committed By: adam
Date: Sat Apr 18 06:45:24 UTC 2020
Modified Files:
pkgsrc/security/py-gssapi: Makefile
Log Message:
py-gssapi: apparently Python 2.7 is not supported
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/py-gssapi/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/py-gssapi/Makefile
diff -u pkgsrc/security/py-gssapi/Makefile:1.14 pkgsrc/security/py-gssapi/Makefile:1.15
--- pkgsrc/security/py-gssapi/Makefile:1.14 Thu Apr 9 08:28:39 2020
+++ pkgsrc/security/py-gssapi/Makefile Sat Apr 18 06:45:24 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2020/04/09 08:28:39 adam Exp $
+# $NetBSD: Makefile,v 1.15 2020/04/18 06:45:24 adam Exp $
DISTNAME= gssapi-1.6.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -13,10 +13,7 @@ LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
DEPENDS+= ${PYPKGPREFIX}-six>=1.4.0:../../lang/py-six
-.include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} == 27
-DEPENDS+= ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34
-.endif
+PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index