Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Mar 2026 14:47:49 +0000
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: 2e731d354dc9 - main - devel/py-tox-ini-fmt: Add py-tox-ini-fmt 1.7.1
Message-ID:  <69b2d215.38bab.160b747c@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2e731d354dc9aac6ac4bfb8cacdbf8723652ba64

commit 2e731d354dc9aac6ac4bfb8cacdbf8723652ba64
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-03-12 14:16:29 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-03-12 14:46:51 +0000

    devel/py-tox-ini-fmt: Add py-tox-ini-fmt 1.7.1
    
    tox-ini-fmt applies a consistent format to tox.ini files.
---
 devel/Makefile                 |  1 +
 devel/py-tox-ini-fmt/Makefile  | 24 ++++++++++++++++++++++++
 devel/py-tox-ini-fmt/distinfo  |  3 +++
 devel/py-tox-ini-fmt/pkg-descr |  1 +
 4 files changed, 29 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 5782ca814f99..58365b2b13da 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6155,6 +6155,7 @@
     SUBDIR += py-tooz
     SUBDIR += py-toposort
     SUBDIR += py-tox
+    SUBDIR += py-tox-ini-fmt
     SUBDIR += py-tox-toml-fmt
     SUBDIR += py-traceback2
     SUBDIR += py-trailrunner
diff --git a/devel/py-tox-ini-fmt/Makefile b/devel/py-tox-ini-fmt/Makefile
new file mode 100644
index 000000000000..48dae17bb95b
--- /dev/null
+++ b/devel/py-tox-ini-fmt/Makefile
@@ -0,0 +1,24 @@
+PORTNAME=	tox-ini-fmt
+PORTVERSION=	1.7.1
+CATEGORIES=	devel python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	tox_ini_fmt-${PORTVERSION}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Generic virtualenv management and test command line tool
+WWW=		https://github.com/tox-dev/tox-ini-fmt
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0.5:devel/py-hatch-vcs@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}hatchling>=1.27:devel/py-hatchling@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}packaging>=25:devel/py-packaging@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent pep517
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-tox-ini-fmt/distinfo b/devel/py-tox-ini-fmt/distinfo
new file mode 100644
index 000000000000..7b2ff037b349
--- /dev/null
+++ b/devel/py-tox-ini-fmt/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1773152793
+SHA256 (tox_ini_fmt-1.7.1.tar.gz) = 2255857901d85edf63d252e29a711924fbcceee4046a0397a29e50eb9878e8c3
+SIZE (tox_ini_fmt-1.7.1.tar.gz) = 16865
diff --git a/devel/py-tox-ini-fmt/pkg-descr b/devel/py-tox-ini-fmt/pkg-descr
new file mode 100644
index 000000000000..c851729a5214
--- /dev/null
+++ b/devel/py-tox-ini-fmt/pkg-descr
@@ -0,0 +1 @@
+tox-ini-fmt applies a consistent format to tox.ini files.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69b2d215.38bab.160b747c>