summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-03-13 20:20:48 +0000
committerwiz <wiz@pkgsrc.org>2020-03-13 20:20:48 +0000
commit5b566f7d29baf4ddb8e804ce542c827cf80f1d8c (patch)
tree2a960e1428075166fda84b4c9022897b0b9bfc58 /mail
parent19a7f12cb9608df26bf807029ebef37ada3c543d (diff)
downloadpkgsrc-5b566f7d29baf4ddb8e804ce542c827cf80f1d8c.tar.gz
py-tryton*: put python-2.7 restriction only in those packages where it belongs
(and the meta package) Fix PLIST for py-trytond for all python versions.
Diffstat (limited to 'mail')
-rw-r--r--mail/newspipe/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/newspipe/Makefile b/mail/newspipe/Makefile
index 639755feb32..094072c0a34 100644
--- a/mail/newspipe/Makefile
+++ b/mail/newspipe/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2020/01/18 23:32:48 rillig Exp $
-#
+# $NetBSD: Makefile,v 1.18 2020/03/13 20:20:49 wiz Exp $
DISTNAME= newspipe.1.1.9
PKGNAME= ${DISTNAME:S/./-/}
@@ -14,10 +13,11 @@ COMMENT= Read RSS/Atom feeds as email messages
DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
DEPENDS+= ${PYPKGPREFIX}-feedparser-[0-9]*:../../textproc/py-feedparser
-DEPENDS+= ${PYPKGPREFIX}-html2text-[0-9]*:../../textproc/py-html2text
WRKSRC= ${WRKDIR}
+PYTHON_VERSIONED_DEPENDENCIES= html2text
+
NO_BUILD= yes
REPLACE_PYTHON= *.py
@@ -44,5 +44,6 @@ do-install:
${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"