pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-sparqlwrapper



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue May  4 14:21:31 UTC 2021

Modified Files:
        pkgsrc/www/py-sparqlwrapper: Makefile

Log Message:
py-sparqlwrapper: broken with python 3.6


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-sparqlwrapper/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-sparqlwrapper/Makefile
diff -u pkgsrc/www/py-sparqlwrapper/Makefile:1.7 pkgsrc/www/py-sparqlwrapper/Makefile:1.8
--- pkgsrc/www/py-sparqlwrapper/Makefile:1.7    Fri Apr 16 12:18:42 2021
+++ pkgsrc/www/py-sparqlwrapper/Makefile        Tue May  4 14:21:30 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2021/04/16 12:18:42 adam Exp $
+# $NetBSD: Makefile,v 1.8 2021/05/04 14:21:30 nia Exp $
 
 DISTNAME=      SPARQLWrapper-1.8.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -14,6 +14,10 @@ DEPENDS+=    ${PYPKGPREFIX}-rdflib>=4.0:../
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27      # py-networkx via py-rdflib
 
+# 'ascii' codec can't decode byte 0xc3 in position 390:
+# ordinal not in range(128)
+PYTHON_VERSIONS_INCOMPATIBLE+= 36
+
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index