Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2024 05:29:41 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 009c5ca12565 - main - textproc/py-autopep8: Update version requirement of RUN_DEPENDS
Message-ID:  <202410140529.49E5TfDp052196@gitrepo.freebsd.org>

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

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

commit 009c5ca12565114d6225c4c66fd53531d132a1ed
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-10-14 04:51:39 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-10-14 05:25:46 +0000

    textproc/py-autopep8: Update version requirement of RUN_DEPENDS
    
    - Bump PORTREVISION for package change
---
 textproc/py-autopep8/Makefile                   |  3 ++-
 textproc/py-autopep8/files/patch-pyproject.toml | 11 -----------
 2 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/textproc/py-autopep8/Makefile b/textproc/py-autopep8/Makefile
index e91d335c3ea0..1f8d1ebc16d5 100644
--- a/textproc/py-autopep8/Makefile
+++ b/textproc/py-autopep8/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	autopep8
 PORTVERSION=	2.3.1
+PORTREVISION=	1
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 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} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycodestyle>=2.12.0:devel/py-pycodestyle@${PY_FLAVOR} \
 		${PY_TOMLI}
 
 USES=		python
diff --git a/textproc/py-autopep8/files/patch-pyproject.toml b/textproc/py-autopep8/files/patch-pyproject.toml
deleted file mode 100644
index 4837483c0483..000000000000
--- a/textproc/py-autopep8/files/patch-pyproject.toml
+++ /dev/null
@@ -1,11 +0,0 @@
---- pyproject.toml.orig	2024-06-16 09:50:19 UTC
-+++ pyproject.toml
-@@ -30,7 +30,7 @@ dependencies = [
- ]
- requires-python = ">=3.8"
- dependencies = [
--    "pycodestyle >= 2.12.0",
-+    "pycodestyle >= 2.11.0",
-     "tomli; python_version < '3.11'",
- ]
- dynamic = ["version"]



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