diff --git a/textproc/py-tomllint/Makefile b/textproc/py-tomllint/Makefile index da578d2c8e4a..9942f9da8cbf 100644 --- a/textproc/py-tomllint/Makefile +++ b/textproc/py-tomllint/Makefile @@ -1,22 +1,26 @@ PORTNAME= tomllint -DISTVERSION= 0.3.2 +DISTVERSION= 0.3.3 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nivit@FreeBSD.org COMMENT= Simple TOML linter WWW= https://pypi.org/project/tomllint/ LICENSE= CC0-1.0 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=63.1.0_3:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0.46.3_1:devel/py-wheel@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist pep517 +USE_PYTHON= autoplist pep517 pytest + +# tests: 16 passed +TEST_ENV= PYTHONIOENCODING=utf-8 \ + PYTHONPATH="${STAGEDIR}${PYTHON_SITELIBDIR}" NO_ARCH= yes .include diff --git a/textproc/py-tomllint/distinfo b/textproc/py-tomllint/distinfo index 09a564a0ffda..3f65722bee6c 100644 --- a/textproc/py-tomllint/distinfo +++ b/textproc/py-tomllint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1772274828 -SHA256 (tomllint-0.3.2.tar.gz) = 9dd525378654b4f88b55ffb89381823b93e08625f4d037b86a7f7fb3dc82c3b8 -SIZE (tomllint-0.3.2.tar.gz) = 7609 +TIMESTAMP = 1781769758 +SHA256 (tomllint-0.3.3.tar.gz) = b9b53d4c9824f47c24fbd12cc693cf4c66a48c2c77bcccc6f1e1766773966e51 +SIZE (tomllint-0.3.3.tar.gz) = 8366