pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-requests-ntlm py-requests-ntlm: mark as no...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff478de5296a
branches:  trunk
changeset: 381524:ff478de5296a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jul 08 14:47:14 2022 +0000

description:
py-requests-ntlm: mark as not for python 2.x

diffstat:

 security/py-requests-ntlm/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 6065f175102d -r ff478de5296a security/py-requests-ntlm/Makefile
--- a/security/py-requests-ntlm/Makefile        Fri Jul 08 14:45:35 2022 +0000
+++ b/security/py-requests-ntlm/Makefile        Fri Jul 08 14:47:14 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/04/21 11:00:01 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2022/07/08 14:47:14 wiz Exp $
 
 DISTNAME=      requests_ntlm-1.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -13,11 +13,11 @@
 
 DEPENDS+=      ${PYPKGPREFIX}-ntlm-auth>=1.0.2:../../security/py-ntlm-auth
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.0.0:../../devel/py-requests
+DEPENDS+=      ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
 
-PYTHON_VERSIONED_DEPENDENCIES+=        cryptography
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index