pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-requests-kerberos



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jul  8 14:45:35 UTC 2022

Modified Files:
        pkgsrc/security/py-requests-kerberos: Makefile

Log Message:
py-requests-kerberos: mark as not for python 2.x


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/py-requests-kerberos/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-requests-kerberos/Makefile
diff -u pkgsrc/security/py-requests-kerberos/Makefile:1.6 pkgsrc/security/py-requests-kerberos/Makefile:1.7
--- pkgsrc/security/py-requests-kerberos/Makefile:1.6   Thu Apr 21 11:00:01 2022
+++ pkgsrc/security/py-requests-kerberos/Makefile       Fri Jul  8 14:45:35 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/04/21 11:00:01 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2022/07/08 14:45:35 wiz Exp $
 
 DISTNAME=      requests-kerberos-0.12.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,8 +13,9 @@ LICENSE=      apache-2.0
 
 DEPENDS+=      ${PYPKGPREFIX}-kerberos>=1.1.8nb1:../../security/py-kerberos
 DEPENDS+=      ${PYPKGPREFIX}-requests>=1.1.0:../../devel/py-requests
+DEPENDS+=      ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
 
-PYTHON_VERSIONED_DEPENDENCIES+=        cryptography
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 USE_LANGUAGES= # none
 
@@ -24,5 +25,4 @@ SUBST_FILES.requires= setup.py
 SUBST_SED.requires=    -e 's/pykerberos/kerberos/'
 
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index