pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-aws-sso-lib



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sat Oct 26 19:08:11 UTC 2024

Modified Files:
        pkgsrc/devel/py-aws-sso-lib: Makefile

Log Message:
py-aws-sso-lib: no need to exclude python 2.7.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-aws-sso-lib/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-aws-sso-lib/Makefile
diff -u pkgsrc/devel/py-aws-sso-lib/Makefile:1.1 pkgsrc/devel/py-aws-sso-lib/Makefile:1.2
--- pkgsrc/devel/py-aws-sso-lib/Makefile:1.1    Sat Oct 26 02:56:24 2024
+++ pkgsrc/devel/py-aws-sso-lib/Makefile        Sat Oct 26 19:08:11 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/10/26 02:56:24 schmonz Exp $
+# $NetBSD: Makefile,v 1.2 2024/10/26 19:08:11 schmonz Exp $
 
 DISTNAME=      aws_sso_lib-1.14.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
@@ -15,7 +15,5 @@ DEPENDS+=     ${PYPKGPREFIX}-boto3>=1.24.60:
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index