pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/newspipe newspipe: use direct dependency



details:   https://anonhg.NetBSD.org/pkgsrc/rev/680f480d062e
branches:  trunk
changeset: 382113:680f480d062e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jul 20 23:04:36 2022 +0000

description:
newspipe: use direct dependency

diffstat:

 mail/newspipe/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 960ebca54a8b -r 680f480d062e mail/newspipe/Makefile
--- a/mail/newspipe/Makefile    Wed Jul 20 23:02:36 2022 +0000
+++ b/mail/newspipe/Makefile    Wed Jul 20 23:04:36 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2022/06/30 11:18:34 nia Exp $
+# $NetBSD: Makefile,v 1.24 2022/07/20 23:04:36 wiz Exp $
 
 DISTNAME=              newspipe.1.1.9
 PKGNAME=               ${DISTNAME:S/./-/}
@@ -13,10 +13,10 @@
 
 DEPENDS+=              ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 DEPENDS+=              ${PYPKGPREFIX}-feedparser<6.0.0:../../textproc/py-feedparser5
+DEPENDS+=              ${PYPKGPREFIX}-html2text-[0-9]*:../../textproc/py-html2text-2019.8.11
 
 WRKSRC=                        ${WRKDIR}
 
-PYTHON_VERSIONED_DEPENDENCIES= html2text
 PYTHON_VERSIONS_ACCEPTED=      27
 
 NO_BUILD=      yes
@@ -45,6 +45,5 @@
        ${INSTALL_DATA} $${f} ${DESTDIR}${PREFIX}/share/examples/newspipe; \
        done
 
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index