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.14.0 devel 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-11-22 06:22:32
Commit Hash: 0dfd7c5
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 = 1732239524 SHA256 (python_semantic_release-9.14.0.tar.gz) = 5b69a626458bfb50686d27d9713160eb2bf9897b0c17985f1c68d7316b8e07b6 SIZE (python_semantic_release-9.14.0.tar.gz) = 233999

Packages (timestamps in pop-ups are UTC):
py311-python-semantic-release
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest9.14.09.14.0-9.14.09.14.0---
FreeBSD:13:quarterly--------
FreeBSD:14:latest9.14.09.14.0-9.14.09.14.0---
FreeBSD:14:quarterly--------
FreeBSD:15:latest9.14.09.14.0n/a9.14.0n/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 : 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: 5

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
9.14.0
22 Nov 2024 06:22:32
commit hash: 0dfd7c505b3ceaac5d6bdbf5e1190822c964888bcommit hash: 0dfd7c505b3ceaac5d6bdbf5e1190822c964888bcommit hash: 0dfd7c505b3ceaac5d6bdbf5e1190822c964888bcommit hash: 0dfd7c505b3ceaac5d6bdbf5e1190822c964888b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-python-semantic-release: Update to 9.14.0

Changes:	https://github.com/python-semantic-release/python-semantic-release/releases
9.12.0_1
21 Nov 2024 13:38:16
commit hash: 1c9e03d1fb8ac80126df91d8b6cf706790f00131commit hash: 1c9e03d1fb8ac80126df91d8b6cf706790f00131commit hash: 1c9e03d1fb8ac80126df91d8b6cf706790f00131commit hash: 1c9e03d1fb8ac80126df91d8b6cf706790f00131 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-python-semantic-release: Allow build with py-python-gitlab 5.0.0+

- Fix build after 45b4df0acd5d9064b6cc5a94699d4d3b1b194acc
- Bump PORTREVISION for package change
9.12.0
25 Oct 2024 15:56:46
commit hash: 9a8e7ef92036d896e23ae4ea7909312ace78f6a7commit hash: 9a8e7ef92036d896e23ae4ea7909312ace78f6a7commit hash: 9a8e7ef92036d896e23ae4ea7909312ace78f6a7commit hash: 9a8e7ef92036d896e23ae4ea7909312ace78f6a7 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-python-semantic-release: Update to 9.12.0

Changes:	https://github.com/python-semantic-release/python-semantic-release/releases
9.11.1
22 Oct 2024 21:58:21
commit hash: 6b85fd042dddb8188da55dcb24ae5a98efc1b128commit hash: 6b85fd042dddb8188da55dcb24ae5a98efc1b128commit hash: 6b85fd042dddb8188da55dcb24ae5a98efc1b128commit hash: 6b85fd042dddb8188da55dcb24ae5a98efc1b128 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-python-semantic-release: Update to 9.11.1

Changes:	https://github.com/python-semantic-release/python-semantic-release/releases
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: 5