pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/py-pisa py-pisa: mark as broken since it needs p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f5728fe277e
branches:  trunk
changeset: 451610:1f5728fe277e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Apr 29 07:39:24 2021 +0000

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

py-reportlab does not support py27 any longer.

diffstat:

 print/py-pisa/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r b2c1b18b4237 -r 1f5728fe277e print/py-pisa/Makefile
--- a/print/py-pisa/Makefile    Thu Apr 29 07:02:42 2021 +0000
+++ b/print/py-pisa/Makefile    Thu Apr 29 07:39:24 2021 +0000
@@ -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}-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