Port details |
- commitizen Commitizen client tool written in Python
- 3.31.0 devel
=2 3.27.0_1Version of this port present on the latest quarterly branch. - Maintainer: danfe@FreeBSD.org
 - Port Added: 2024-06-28 07:06:10
- Last Update: 2025-08-27 16:51:24
- Commit Hash: bc46367
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://commitizen-tools.github.io/commitizen/
- Description:
- Commitizen is release management tool designed for teams.
Commitizen assumes your team uses a standard way of committing rules and
from that foundation, it can bump your project's version, create the
changelog, and update files.
By default, commitizen uses conventional commits, but you can build your
own set of rules, and publish them.
Using a standardized set of rules to write commits, makes commits easier
to read, and enforces writing descriptive commits.
¦ ¦ ¦ ¦ 
- 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.
- Dependency lines:
-
- commitizen>0:devel/commitizen
- To install the port:
- cd /usr/ports/devel/commitizen/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/commitizen
- pkg install commitizen
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: commitizen
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1731743988
SHA256 (commitizen-3.31.0.tar.gz) = 6ab973e91d07c1e745c6c0efe6dd0708b1f6d8fd7e4ab5e7c773b5ceb3df4ff0
SIZE (commitizen-3.31.0.tar.gz) = 51227
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:
-
- py311-poetry-core>0 : devel/py-poetry-core@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-Jinja2>=2.10.3 : devel/py-Jinja2@py311
- py311-argcomplete>=1.12.1 : devel/py-argcomplete@py311
- py311-charset-normalizer>=2.1.0 : textproc/py-charset-normalizer@py311
- py311-colorama>=0.4.1 : devel/py-colorama@py311
- py311-decli>=0.6.0 : devel/py-decli@py311
- py311-packaging>=19 : devel/py-packaging@py311
- py311-pyyaml>=3.08 : devel/py-pyyaml@py311
- py311-prompt-toolkit>0 : devel/py-prompt-toolkit@py311
- py311-questionary>=2.0 : devel/py-questionary@py311
- py311-termcolor>=1.1 : devel/py-termcolor@py311
- py311-tomlkit>=0.5.3 : textproc/py-tomlkit@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_commitizen
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.31.0 27 Aug 2025 16:51:24
    |
Alexey Dokuchaev (danfe)  |
devel/commitizen: transiently update the port to version 3.31.0
This is the latest version in the 3.x series for the benefit of
some Python projects checking for commitizen >= 3.29.0 and then
refusing to work, while we're working on a major version update.
PR: 289050
Requested by: O. Hartmann
Reported by: portscout |
3.27.0_1 07 Jul 2024 18:37:36
    |
Dan Langille (dvl)  |
devel/commitizen: add missing trailing \
Fixes e58daba8c157d6e9d386347416cc4fc6ee9b606f
Reported by: FreshPorts Sanity Testing Daemon |
07 Jul 2024 18:22:45
  
|
Colin Percival (cperciva)  |
devel/commitizen: Chase py-yaml rename
As in 1a80ec7c2281, follow move from devel/py-yaml to devel/py-pyyaml
and bump PORTREVISION.
This should unbreak INDEX. |
3.27.0 28 Jun 2024 07:04:38
    |
Alexey Dokuchaev (danfe)  |
devel/commitizen: new port had been added (+)
Commitizen is release management tool designed for teams.
It assumes your team uses a standard way of committing
rules and from that foundation it can bump your project's
version, create the changelog, and update files.
WWW: https://commitizen-tools.github.io/commitizen/ |