notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-python-semantic-release Automatic Semantic Versioning for Python projects
9.11.0 develnew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-10-14 05:30:21
Last Update: 2024-10-14 04:45:12
Commit Hash: 523bcb0
Also Listed In: python
License: MIT
WWW:
https://python-semantic-release.readthedocs.io/en/latest/
https://github.com/python-semantic-release/python-semantic-release
Description:
Python Semantic Release provides automatic semantic versioning for Python projects. This is a Python implementation of semantic-release for JS by Stephan Bönnemann. The general idea is to be able to detect what the next version of the project should be based on the commits. This tool will use that to automate the whole release, upload to an artifact repository and post changelogs to GitHub. You can run the tool on a CI service, or just run it locally.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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:
  • ${PYTHON_PKGNAMEPREFIX}python-semantic-release>0:devel/py-python-semantic-release@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-python-semantic-release/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-python-semantic-release
  • pkg install py311-python-semantic-release
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 py311-python-semantic-release listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-python-semantic-release
Package flavors (<flavor>: <package>)
  • py311: py311-python-semantic-release
distinfo:
TIMESTAMP = 1728632228 SHA256 (python_semantic_release-9.11.0.tar.gz) = 0c75e35abe2ba95f1bf58a65e0324997793459b25ff7b655068787c910625eca SIZE (python_semantic_release-9.11.0.tar.gz) = 213874

Packages (timestamps in pop-ups are UTC):
py311-python-semantic-release
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest----9.11.0---
FreeBSD:13:quarterly--------
FreeBSD:14:latest-9.11.0--9.11.0---
FreeBSD:14:quarterly--------
FreeBSD:15:latest-9.11.0n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>=61.0 : devel/py-setuptools@py311
  2. py311-wheel>=0.42<1 : devel/py-wheel@py311
  3. python3.11 : lang/python311
  4. py311-build>=0 : devel/py-build@py311
  5. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-click>=8.0<9 : devel/py-click@py311
  2. py311-click-option-group>=0.5<1 : devel/py-click-option-group@py311
  3. py311-dotty-dict>=1.3<2 : devel/py-dotty-dict@py311
  4. py311-gitpython>=3.0<4 : devel/py-gitpython@py311
  5. py311-importlib-resources>=6.0<7 : devel/py-importlib-resources@py311
  6. py311-Jinja2>=3.1<4 : devel/py-Jinja2@py311
  7. py311-pydantic2>=2.0<3 : devel/py-pydantic2@py311
  8. py311-python-gitlab>=4.0<5 : devel/py-python-gitlab@py311
  9. py311-requests>=2.25<3 : www/py-requests@py311
  10. py311-rich>=13.0<14 : textproc/py-rich@py311
  11. py311-shellingham>=1.5<2 : devel/py-shellingham@py311
  12. py311-tomlkit>=0.11<1 : textproc/py-tomlkit@py311
  13. python3.11 : lang/python311
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_py-python-semantic-release
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/p/python_semantic_release/
  2. https://pypi.org/packages/source/p/python_semantic_release/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
9.11.0
14 Oct 2024 04:45:12
commit hash: 523bcb0afcd4aa2af2dc412ecfcbaaaa9df10229commit hash: 523bcb0afcd4aa2af2dc412ecfcbaaaa9df10229commit hash: 523bcb0afcd4aa2af2dc412ecfcbaaaa9df10229commit hash: 523bcb0afcd4aa2af2dc412ecfcbaaaa9df10229 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-python-semantic-release: Add py-python-semantic-release 9.11.0

Python Semantic Release provides automatic semantic versioning for Python
projects. This is a Python implementation of semantic-release for JS by Stephan
Bönnemann.

The general idea is to be able to detect what the next version of the project
should be based on the commits. This tool will use that to automate the whole
release, upload to an artifact repository and post changelogs to GitHub. You can
run the tool on a CI service, or just run it locally.

Number of commits found: 1