1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

textproc/py-tomllint: Add new port

Simple TOML linter. Checks for basic syntactic errors in any TOML file.

https://pypi.org/project/tomllint/
This commit is contained in:
Nicola Vitale
2026-02-28 11:54:00 +01:00
parent 56f1e02002
commit 6c74383361
4 changed files with 27 additions and 0 deletions
+1
View File
@@ -1718,6 +1718,7 @@
SUBDIR += py-tomli
SUBDIR += py-tomli-w
SUBDIR += py-tomlkit
SUBDIR += py-tomllint
SUBDIR += py-toronado
SUBDIR += py-towncrier
SUBDIR += py-translationstring
+22
View File
@@ -0,0 +1,22 @@
PORTNAME= tomllint
DISTVERSION= 0.3.2
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Simple TOML linter
WWW= https://pypi.org/project/tomllint/
LICENSE= CC0-1.0
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=63.1.0_3:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0.46.3_1:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist pep517
NO_ARCH= yes
.include <bsd.port.mk>
+3
View File
@@ -0,0 +1,3 @@
TIMESTAMP = 1772274828
SHA256 (tomllint-0.3.2.tar.gz) = 9dd525378654b4f88b55ffb89381823b93e08625f4d037b86a7f7fb3dc82c3b8
SIZE (tomllint-0.3.2.tar.gz) = 7609
+1
View File
@@ -0,0 +1 @@
A simple TOML linter. Checks for basic syntactic errors in any TOML file.