pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Sep 29 19:37:33 UTC 2020

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

Log Message:
py-eth-utils: Try to fix dependencies.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/finance/py-eth-utils/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-utils/Makefile
diff -u pkgsrc/finance/py-eth-utils/Makefile:1.1 pkgsrc/finance/py-eth-utils/Makefile:1.2
--- pkgsrc/finance/py-eth-utils/Makefile:1.1    Tue Sep 29 00:05:36 2020
+++ pkgsrc/finance/py-eth-utils/Makefile        Tue Sep 29 19:37:33 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/09/29 00:05:36 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2020/09/29 19:37:33 jperkin Exp $
 
 DISTNAME=      eth-utils-1.9.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -34,6 +34,8 @@ DEPENDS+=     ${PYPKGPREFIX}-cytoolz-[0-9]*:
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-eth-typing
+
 # TODO: Migrate MASTER_SITES to MASTER_SITE_PYPI
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index