pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/py-pisa



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Apr 29 07:39:24 UTC 2021

Modified Files:
        pkgsrc/print/py-pisa: Makefile

Log Message:
py-pisa: mark as broken since it needs python 2.7

py-reportlab does not support py27 any longer.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/print/py-pisa/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-pisa/Makefile
diff -u pkgsrc/print/py-pisa/Makefile:1.24 pkgsrc/print/py-pisa/Makefile:1.25
--- pkgsrc/print/py-pisa/Makefile:1.24  Mon Sep  2 13:19:59 2019
+++ pkgsrc/print/py-pisa/Makefile       Thu Apr 29 07:39:24 2021
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.24 2019/09/02 13:19:59 adam Exp $
+# $NetBSD: Makefile,v 1.25 2021/04/29 07:39:24 wiz Exp $
 
 DISTNAME=      pisa-3.0.33
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 PKGREVISION=   3
-CATEGORIES=    textproc print www python
+CATEGORIES=    print textproc www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pisa/}
 
 OWNER=         joerg%NetBSD.org@localhost
@@ -15,7 +15,8 @@ DEPENDS+=     ${PYPKGPREFIX}-Pdf-[0-9]*:../.
 DEPENDS+=      ${PYPKGPREFIX}-reportlab>=2.2:../../print/py-reportlab
 DEPENDS+=      ${PYPKGPREFIX}-html5lib-[0-9]*:../../textproc/py-html5lib
 
-PYTHON_VERSIONS_ACCEPTED=      27 # not ported as of 3.0.33
+BROKEN=                "needs python 2.7"
+#PYTHON_VERSIONS_ACCEPTED=     27 # not ported as of 3.0.33
 
 # remove CRs: fixes patching on Darwin and stops pkglint from complaining
 pre-patch:



Home | Main Index | Thread Index | Old Index