pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/py-eth-rlp



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jul  4 10:25:48 UTC 2023

Modified Files:
        pkgsrc/finance/py-eth-rlp: Makefile

Log Message:
py-eth-rlp: allow Python 3.11


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/finance/py-eth-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/finance/py-eth-rlp/Makefile
diff -u pkgsrc/finance/py-eth-rlp/Makefile:1.4 pkgsrc/finance/py-eth-rlp/Makefile:1.5
--- pkgsrc/finance/py-eth-rlp/Makefile:1.4      Mon Nov 14 14:34:49 2022
+++ pkgsrc/finance/py-eth-rlp/Makefile  Tue Jul  4 10:25:48 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/11/14 14:34:49 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2023/07/04 10:25:48 adam Exp $
 
 DISTNAME=      eth-rlp-0.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -16,7 +16,7 @@ DEPENDS+=     ${PYPKGPREFIX}-rlp>=0.6.0:../.
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 311
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index