| Port details |
- py-tomllint Simple TOML linter
- 0.3.6 textproc
=0 0.3.3Version of this port present on the latest quarterly branch. - Maintainer: nivit@FreeBSD.org
 - Port Added: 2026-02-28 10:57:06
- Last Update: 2026-08-14 15:55:35
- Commit Hash: 7809a68
- Also Listed In: python
- License: CC0-1.0
- WWW:
- https://pypi.org/project/tomllint/
- Description:
- A simple TOML linter. Checks for basic syntactic errors in any TOML file.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}tomllint>0:textproc/py-tomllint@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-tomllint/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-tomllint
- pkg install py312-tomllint
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py312-tomllint listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py312-tomllint
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1786721017
SHA256 (tomllint-0.3.6.tar.gz) = 7ed5d87862ba133d72a6b9590fe85445d24008c13629e71f05fbbba8693c786b
SIZE (tomllint-0.3.6.tar.gz) = 6763
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py312-setuptools>=63.1.0_3 : devel/py-setuptools@py312
- py312-wheel>=0.46.3_1 : devel/py-wheel@py312
- python3.12 : lang/python312
- py312-build>=0 : devel/py-build@py312
- py312-installer>=0 : devel/py-installer@py312
- Test dependencies:
-
- py312-pytest>=7,1 : devel/py-pytest@py312
- python3.12 : lang/python312
- Runtime dependencies:
-
- python3.12 : lang/python312
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_py-tomllint
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 3
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.3.6 14 Aug 2026 15:55:35
    |
Nicola Vitale (nivit)  |
textproc/py-tomllint: Update to 0.3.6
- Add a post-patch target to fix the license key in pyproject.toml file.
This is required because we are using an old version of setuptools.
Otherwise the port fails with the error:
configuration error: `project.license` must be valid exactly by one definition
(2 matches found):
- keys:
'file': {type: string}
required: ['file']
- keys:
'text': {type: string}
required: ['text']
DESCRIPTION:
`Project license <https://www.python.org/dev/peps/pep-0621/#license>`_.
GIVEN VALUE:
"MIT-0"
Reported by: portscout! |
0.3.3 18 Jun 2026 08:14:06
    |
Nicola Vitale (nivit)  |
textproc/py-tomllint: Update to 0.3.3
- Add testing support via pytest
Reported by: portscout! |
0.3.2 28 Feb 2026 10:54:38
    |
Nicola Vitale (nivit)  |
textproc/py-tomllint: Add new port
Simple TOML linter. Checks for basic syntactic errors in any TOML file.
https://pypi.org/project/tomllint/ |
Number of commits found: 3
|