diff options
author | rodent <rodent> | 2016-12-04 22:02:00 +0000 |
---|---|---|
committer | rodent <rodent> | 2016-12-04 22:02:00 +0000 |
commit | ea6b0372ecbb4b81b9559af9ed7ea76e7b10e02b (patch) | |
tree | f9fc9536422226e5ae02c68b97b7e5d131146554 /textproc | |
parent | 057a7b1fdc749922a07654c890c81b91828a3482 (diff) | |
download | pkgsrc-ea6b0372ecbb4b81b9559af9ed7ea76e7b10e02b.tar.gz |
Removed converters/py-html2text, as it's a duplicate of the one in textproc
Merged the updates from the new package to the old one. Updated the Tryton
dependency which uses it.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-html2text/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/textproc/py-html2text/Makefile b/textproc/py-html2text/Makefile index 920b958b49a..8dea96244f2 100644 --- a/textproc/py-html2text/Makefile +++ b/textproc/py-html2text/Makefile @@ -1,14 +1,16 @@ -# $NetBSD: Makefile,v 1.48 2016/10/05 09:18:35 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2016/12/04 22:02:00 rodent Exp $ DISTNAME= html2text-2016.9.19 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -CATEGORIES= textproc python +CATEGORIES= converters python textproc MASTER_SITES= ${MASTER_SITE_PYPI:=h/html2text/} MAINTAINER= schmonz@NetBSD.org -HOMEPAGE= https://pypi.python.org/pypi/html2text/ +HOMEPAGE= https://github.com/Alir3z4/html2text COMMENT= Convert HTML into easy-to-read plain ASCII text -LICENSE= gnu-gpl-v2 +LICENSE= gnu-gpl-v3 + +USE_LANGUAGES= # none REPLACE_PYTHON= html2text/__init__.py |