pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-rlp



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jul  4 10:24:38 UTC 2023

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

Log Message:
py-rlp: allow Python 3.11


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-rlp/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-rlp/Makefile
diff -u pkgsrc/devel/py-rlp/Makefile:1.14 pkgsrc/devel/py-rlp/Makefile:1.15
--- pkgsrc/devel/py-rlp/Makefile:1.14   Mon Nov 14 14:34:49 2022
+++ pkgsrc/devel/py-rlp/Makefile        Tue Jul  4 10:24:38 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2022/11/14 14:34:49 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2023/07/04 10:24:38 adam Exp $
 
 DISTNAME=      rlp-3.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,7 +17,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-tox>=2.9.1
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 311
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests



Home | Main Index | Thread Index | Old Index