pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/newspipe



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Dec 28 21:27:58 UTC 2020

Modified Files:
        pkgsrc/mail/newspipe: Makefile

Log Message:
newspipe: mark as python 2.x only

Errors immediately on startup.

  File "/usr/pkg/share/newspipe/newspipe.py", line 496
    except HTTPError, e:
                    ^
SyntaxError: invalid syntax

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/mail/newspipe/Makefile

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

Modified files:

Index: pkgsrc/mail/newspipe/Makefile
diff -u pkgsrc/mail/newspipe/Makefile:1.21 pkgsrc/mail/newspipe/Makefile:1.22
--- pkgsrc/mail/newspipe/Makefile:1.21  Fri Dec  4 20:45:27 2020
+++ pkgsrc/mail/newspipe/Makefile       Mon Dec 28 21:27:58 2020
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2020/12/04 20:45:27 nia Exp $
+# $NetBSD: Makefile,v 1.22 2020/12/28 21:27:58 wiz Exp $
 
 DISTNAME=              newspipe.1.1.9
 PKGNAME=               ${DISTNAME:S/./-/}
-PKGREVISION=           9
+PKGREVISION=           10
 CATEGORIES=            mail
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=newspipe/}
 EXTRACT_SUFX=          .zip
@@ -17,6 +17,7 @@ DEPENDS+=             ${PYPKGPREFIX}-feedparser<6.0
 WRKSRC=                        ${WRKDIR}
 
 PYTHON_VERSIONED_DEPENDENCIES= html2text
+PYTHON_VERSIONS_ACCEPTED=      27
 
 NO_BUILD=      yes
 REPLACE_PYTHON=        *.py



Home | Main Index | Thread Index | Old Index