pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/finance/py-eth-typing py-eth-typing: Try to fix depend...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d897b48376b
branches:  trunk
changeset: 439898:0d897b48376b
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Sep 29 19:36:12 2020 +0000

description:
py-eth-typing: Try to fix dependencies.

diffstat:

 finance/py-eth-typing/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 860531e7f9a3 -r 0d897b48376b finance/py-eth-typing/Makefile
--- a/finance/py-eth-typing/Makefile    Tue Sep 29 19:33:15 2020 +0000
+++ b/finance/py-eth-typing/Makefile    Tue Sep 29 19:36:12 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/09/28 23:47:31 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2020/09/29 19:36:12 jperkin Exp $
 
 DISTNAME=      eth-typing-2.2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -30,6 +30,8 @@
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-mypy py-twine
+
 # 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