pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-requests



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 29 15:36:05 UTC 2024

Modified Files:
        pkgsrc/devel/py-requests: Makefile

Log Message:
py-requests: does not really need py-cryptography

Noted by Vitaly Shevtsov on pkgsrc-users.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/devel/py-requests/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-requests/Makefile
diff -u pkgsrc/devel/py-requests/Makefile:1.63 pkgsrc/devel/py-requests/Makefile:1.64
--- pkgsrc/devel/py-requests/Makefile:1.63      Wed Jun  5 08:03:57 2024
+++ pkgsrc/devel/py-requests/Makefile   Sun Sep 29 15:36:05 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.63 2024/06/05 08:03:57 adam Exp $
+# $NetBSD: Makefile,v 1.64 2024/09/29 15:36:05 wiz Exp $
 
 DISTNAME=      requests-2.32.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/requests/}
 
@@ -26,11 +27,13 @@ TEST_DEPENDS+=      ${PYPKGPREFIX}-trustme-[0
 USE_LANGUAGES=         # none
 REPLACE_PYTHON+=       requests/certs.py
 
-PYTHON_VERSIONED_DEPENDENCIES+=        cryptography
-
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+# as of 2.32.3
+# with default settings (no network access):
+# 142 failed, 448 passed, 15 skipped, 1 xfailed, 14 warnings
+# for testing:
+#ALLOW_NETWORK_ACCESS= yes
+# 590 passed, 15 skipped, 1 xpassed, 18 warnings
 
 .include "../../lang/python/application.mk"
 .include "../../lang/python/wheel.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index