pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Nov 20 23:29:37 UTC 2021

Modified Files:
        pkgsrc/print/py-weasyprint: Makefile
        pkgsrc/textproc/py-xml2rfc: Makefile

Log Message:
*: py-fonttools does not support python 3.6


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/print/py-weasyprint/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-xml2rfc/Makefile

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

Modified files:

Index: pkgsrc/print/py-weasyprint/Makefile
diff -u pkgsrc/print/py-weasyprint/Makefile:1.31 pkgsrc/print/py-weasyprint/Makefile:1.32
--- pkgsrc/print/py-weasyprint/Makefile:1.31    Fri Nov 19 21:53:29 2021
+++ pkgsrc/print/py-weasyprint/Makefile Sat Nov 20 23:29:37 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2021/11/19 21:53:29 adam Exp $
+# $NetBSD: Makefile,v 1.32 2021/11/20 23:29:37 wiz Exp $
 
 DISTNAME=      weasyprint-53.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -27,7 +27,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-runne
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 36 # py-fonttools
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \

Index: pkgsrc/textproc/py-xml2rfc/Makefile
diff -u pkgsrc/textproc/py-xml2rfc/Makefile:1.1 pkgsrc/textproc/py-xml2rfc/Makefile:1.2
--- pkgsrc/textproc/py-xml2rfc/Makefile:1.1     Sat Jan 16 19:11:45 2021
+++ pkgsrc/textproc/py-xml2rfc/Makefile Sat Nov 20 23:29:37 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/01/16 19:11:45 riastradh Exp $
+# $NetBSD: Makefile,v 1.2 2021/11/20 23:29:37 wiz Exp $
 
 DISTNAME=      xml2rfc-3.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://tools.ietf.org/tools/x
 COMMENT=       IETF RFC 7749 XML-to-RFC conversion too
 LICENSE=       modified-bsd
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 36 # py-fonttools via py-weasyprint
 
 DEPENDS+=      ${PYPKGPREFIX}-appdirs>=1.4.4:../../devel/py-appdirs
 DEPENDS+=      ${PYPKGPREFIX}-configargparse>=1.2.3:../../devel/py-configargparse



Home | Main Index | Thread Index | Old Index