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:   jperkin
Date:           Tue Sep 29 19:33:15 UTC 2020

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

Log Message:
py-rlp: Try to fix dependencies.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/devel/py-rlp/Makefile:1.2
--- pkgsrc/devel/py-rlp/Makefile:1.1    Tue Sep 29 00:18:53 2020
+++ pkgsrc/devel/py-rlp/Makefile        Tue Sep 29 19:33:15 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/09/29 00:18:53 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2020/09/29 19:33:15 jperkin Exp $
 
 DISTNAME=      pyrlp-1.2.0
 PKGNAME=       ${PYPKGPREFIX}-rlp-1.2.0
@@ -31,6 +31,8 @@ DEPENDS+=     ${PYPKGPREFIX}-eth-utils-[0-9]
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # 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