pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/finance/py-eth-keys
Module Name: pkgsrc
Committed By: adam
Date: Thu Jun 8 10:31:23 UTC 2023
Modified Files:
pkgsrc/finance/py-eth-keys: Makefile
Log Message:
py-eth-keys: allow Python 3.11
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/finance/py-eth-keys/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-keys/Makefile
diff -u pkgsrc/finance/py-eth-keys/Makefile:1.4 pkgsrc/finance/py-eth-keys/Makefile:1.5
--- pkgsrc/finance/py-eth-keys/Makefile:1.4 Mon Nov 14 14:34:49 2022
+++ pkgsrc/finance/py-eth-keys/Makefile Thu Jun 8 10:31:23 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/11/14 14:34:49 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2023/06/08 10:31:23 adam Exp $
DISTNAME= eth-keys-0.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-eth-utils>=2.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