Date: Sat, 11 Apr 2026 18:53:32 +0000 From: Yusuf Yaman <nxjoseph@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Cc: Goran=?utf-8?Q? Meki=C4=87?= <meka@tilda.center> Subject: git: 481eabf8b8a8 - main - devel/py-autoflake: Update 2.3.1 => 2.3.3 Message-ID: <69da98ac.3bd0a.6b4d9262@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by nxjoseph: URL: https://cgit.FreeBSD.org/ports/commit/?id=481eabf8b8a892d0951618e68ade0d70cfb7bff4 commit 481eabf8b8a892d0951618e68ade0d70cfb7bff4 Author: Goran Mekić <meka@tilda.center> AuthorDate: 2026-04-10 13:53:42 +0000 Commit: Yusuf Yaman <nxjoseph@FreeBSD.org> CommitDate: 2026-04-11 18:52:53 +0000 devel/py-autoflake: Update 2.3.1 => 2.3.3 Changelogs: * https://github.com/PyCQA/autoflake/releases/tag/v2.3.2 * https://github.com/PyCQA/autoflake/releases/tag/v2.3.3 Port changes: * Switch to GitHub since PYPI distribution no longer have the tests. * Pet portclippy. PR: 294385 Reported by: Goran Mekić <meka@tilda.center> (maintainer) Approved by: osa, vvd (mentors) MFH: 2026Q2 --- devel/py-autoflake/Makefile | 8 +++++--- devel/py-autoflake/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/devel/py-autoflake/Makefile b/devel/py-autoflake/Makefile index effa0979e02c..beff5df88926 100644 --- a/devel/py-autoflake/Makefile +++ b/devel/py-autoflake/Makefile @@ -1,7 +1,7 @@ PORTNAME= autoflake -DISTVERSION= 2.3.1 +DISTVERSIONPREFIX= v +DISTVERSION= 2.3.3 CATEGORIES= devel python -MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= meka@tilda.center @@ -15,9 +15,11 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVO RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyflakes>=3.0.0:devel/py-pyflakes@${PY_FLAVOR} USES= python shebangfix +USE_GITHUB= yes +GH_ACCOUNT= PyCQA USE_PYTHON= autoplist pep517 pytest -SHEBANG_FILES= autoflake.py test_autoflake.py +SHEBANG_FILES= autoflake.py NO_ARCH= yes diff --git a/devel/py-autoflake/distinfo b/devel/py-autoflake/distinfo index 46252e1cc83d..1d9bdb1b510e 100644 --- a/devel/py-autoflake/distinfo +++ b/devel/py-autoflake/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712572143 -SHA256 (autoflake-2.3.1.tar.gz) = c98b75dc5b0a86459c4f01a1d32ac7eb4338ec4317a4469515ff1e687ecd909e -SIZE (autoflake-2.3.1.tar.gz) = 27642 +TIMESTAMP = 1775829132 +SHA256 (PyCQA-autoflake-v2.3.3_GH0.tar.gz) = 83846a6b612274afe31390eb949e050bf61427cae0fa3f222fa89238dde1b2b9 +SIZE (PyCQA-autoflake-v2.3.3_GH0.tar.gz) = 30671home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69da98ac.3bd0a.6b4d9262>
