git: 96ddb42ff973 - main - textproc/py-autopep8: Update to 2.1.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Mar 2024 03:43:04 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=96ddb42ff973d9d272b3aea42c6a175011165b29 commit 96ddb42ff973d9d272b3aea42c6a175011165b29 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-31 03:10:01 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-31 03:10:01 +0000 textproc/py-autopep8: Update to 2.1.0 - Convert to USE_PYTHON=pep517 Changes: https://github.com/hhatto/autopep8/releases --- textproc/py-autopep8/Makefile | 8 +++++--- textproc/py-autopep8/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/textproc/py-autopep8/Makefile b/textproc/py-autopep8/Makefile index cdb98b4a0fce..27002eee81b9 100644 --- a/textproc/py-autopep8/Makefile +++ b/textproc/py-autopep8/Makefile @@ -1,5 +1,5 @@ PORTNAME= autopep8 -PORTVERSION= 2.0.4 +PORTVERSION= 2.1.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +11,12 @@ WWW= https://github.com/hhatto/autopep8 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycodestyle>=2.10.0:devel/py-pycodestyle@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycodestyle>=2.11.0:devel/py-pycodestyle@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-autopep8/distinfo b/textproc/py-autopep8/distinfo index a0cd3473d525..3063f9ab4caf 100644 --- a/textproc/py-autopep8/distinfo +++ b/textproc/py-autopep8/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1693334073 -SHA256 (autopep8-2.0.4.tar.gz) = 2913064abd97b3419d1cc83ea71f042cb821f87e45b9c88cad5ad3c4ea87fe0c -SIZE (autopep8-2.0.4.tar.gz) = 116472 +TIMESTAMP = 1711466430 +SHA256 (autopep8-2.1.0.tar.gz) = 1fa8964e4618929488f4ec36795c7ff12924a68b8bf01366c094fc52f770b6e7 +SIZE (autopep8-2.1.0.tar.gz) = 88891