Port details |
- py-hatch-semver Hatch plugin for semver versioning scheme
- 2.0.2 devel =2 2.0.2Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2023-03-21 19:24:44
- Last Update: 2024-03-09 14:05:48
- Commit Hash: f2a735b
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/Nagidal/hatch-semver
- Description:
- hatch-semver is a plugin for hatch to support semantic versioning. Hatch-semver
relies on python-semver for all the versioning logic.
- ¦ ¦ ¦ ¦
- 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}hatch-semver>0:devel/py-hatch-semver@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-hatch-semver/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-hatch-semver
- pkg install py39-hatch-semver
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 py39-hatch-semver listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-hatch-semver
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1709390540
SHA256 (hatch_semver-2.0.2.tar.gz) = 3c59c8c1eb30de1e961610d33a375746c658607fa49414081a6940f6b8466fae
SIZE (hatch_semver-2.0.2.tar.gz) = 20169
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:
-
- py39-hatchling>=0 : devel/py-hatchling@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-hatchling>=0 : devel/py-hatchling@py39
- py39-semver>=0 : devel/py-semver@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-hatch-semver
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 6
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.2 09 Mar 2024 14:05:48 |
Po-Chuan Hsieh (sunpoet) |
devel/py-hatch-semver: Update to 2.0.2
- Add GitHub to MASTER_SITES
Changes: https://github.com/fleetingbytes/hatch-semver/releases |
2.0.1 21 Feb 2024 15:07:20 |
Po-Chuan Hsieh (sunpoet) |
devel/py-hatch-semver: Update to 2.0.1
Changes: https://github.com/fleetingbytes/hatch-semver/releases |
1.0.1_2 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.0.1_2 02 May 2023 16:20:06 |
Po-Chuan Hsieh (sunpoet) |
devel/py-hatch-semver: Allow build with py-semver 3.0.0+
- Bump PORTREVISION for package change |
1.0.1_1 04 Apr 2023 18:29:11 |
Antoine Brodin (antoine) |
USE_PYTHON=pep517: bump PORTREVISION |
1.0.1 21 Mar 2023 19:19:51 |
Po-Chuan Hsieh (sunpoet) |
devel/py-hatch-semver: Add py-hatch-semver 1.0.1
hatch-semver is a plugin for hatch to support semantic versioning. Hatch-semver
relies on python-semver for all the versioning logic. |
Number of commits found: 6
|