git: a7611523a848 - main - textproc/py-tomlkit: Update to 0.11.7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Apr 2023 13:41:40 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a7611523a84819091cdbdc5383ee240281b50d99 commit a7611523a84819091cdbdc5383ee240281b50d99 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-09 13:32:20 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-09 13:36:58 +0000 textproc/py-tomlkit: Update to 0.11.7 - Convert to USE_PYTHON=pep517 Changes: https://github.com/sdispater/tomlkit/releases --- textproc/py-tomlkit/Makefile | 9 ++++++--- textproc/py-tomlkit/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/textproc/py-tomlkit/Makefile b/textproc/py-tomlkit/Makefile index 8d9391ce2d82..ad6f1a6dc48e 100644 --- a/textproc/py-tomlkit/Makefile +++ b/textproc/py-tomlkit/Makefile @@ -1,5 +1,5 @@ PORTNAME= tomlkit -PORTVERSION= 0.11.6 +PORTVERSION= 0.11.7 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,13 +11,16 @@ WWW= https://github.com/sdispater/tomlkit LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.6+ -USE_PYTHON= autoplist concurrent distutils pytest +USES= python:3.7+ shebangfix +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes +SHEBANG_FILES= tests/toml-test/gen-multi.py + post-patch: @${MV} ${WRKSRC}/tests ${WRKSRC}/tomlkit diff --git a/textproc/py-tomlkit/distinfo b/textproc/py-tomlkit/distinfo index 086be8556208..007ca29dd654 100644 --- a/textproc/py-tomlkit/distinfo +++ b/textproc/py-tomlkit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669057975 -SHA256 (tomlkit-0.11.6.tar.gz) = 71b952e5721688937fb02cf9d354dbcf0785066149d2855e44531ebdd2b65d73 -SIZE (tomlkit-0.11.6.tar.gz) = 188290 +TIMESTAMP = 1680726210 +SHA256 (tomlkit-0.11.7.tar.gz) = f392ef70ad87a672f02519f99967d28a4d3047133e2d1df936511465fbb3791d +SIZE (tomlkit-0.11.7.tar.gz) = 188555