Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Mar 2024 08:07:21 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a8d978de0bb4 - main - textproc/py-html2text: Update to 2024.2.26
Message-ID:  <202403060807.42687LGr078735@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a8d978de0bb4bee5d668d1b7358da11bdf4042a3

commit a8d978de0bb4bee5d668d1b7358da11bdf4042a3
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-06 07:55:44 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-06 08:07:06 +0000

    textproc/py-html2text: Update to 2024.2.26
    
    - Switch to DISTVERSION
    - Use USE_PYTHON+=pytest
    - Cleanup Makefile
    
    ChangeLog:
    https://github.com/Alir3z4/html2text/blob/master/ChangeLog.rst
    
    PR:             277471
---
 textproc/py-html2text/Makefile | 10 ++--------
 textproc/py-html2text/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/textproc/py-html2text/Makefile b/textproc/py-html2text/Makefile
index 0ea6947a919b..384f05ddaef2 100644
--- a/textproc/py-html2text/Makefile
+++ b/textproc/py-html2text/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	html2text
-PORTVERSION=	2020.1.16
+DISTVERSION=	2024.2.26
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,16 +11,10 @@ WWW=		https://github.com/Alir3z4/html2text/
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR}
-
 USES=		python
-USE_PYTHON=	distutils concurrent autoplist
+USE_PYTHON=	autoplist concurrent distutils pytest
 NO_ARCH=	yes
 
 CONFLICTS_INSTALL=	html2text py*-html2text2018 # bin/html2text
 
-do-test:
-	@cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest --cov=html2text
-
 .include <bsd.port.mk>
diff --git a/textproc/py-html2text/distinfo b/textproc/py-html2text/distinfo
index 4a6a192b210b..815c14105640 100644
--- a/textproc/py-html2text/distinfo
+++ b/textproc/py-html2text/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1579470104
-SHA256 (html2text-2020.1.16.tar.gz) = e296318e16b059ddb97f7a8a1d6a5c1d7af4544049a01e261731d2d5cc277bbb
-SIZE (html2text-2020.1.16.tar.gz) = 49464
+TIMESTAMP = 1709550685
+SHA256 (html2text-2024.2.26.tar.gz) = 05f8e367d15aaabc96415376776cdd11afd5127a77fce6e36afc60c563ca2c32
+SIZE (html2text-2024.2.26.tar.gz) = 56527



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403060807.42687LGr078735>