Port details |
- py-looseversion Python extension for comparing version strings
- 1.3.0 devel =3 1.3.0Version of this port present on the latest quarterly branch.
- Maintainer: krion@FreeBSD.org
- Port Added: 2023-06-07 12:12:05
- Last Update: 2024-04-20 14:26:01
- Commit Hash: bddc13c
- People watching this port, also watch:: p5-Encode-IMAPUTF7, memcached, py39-apscheduler, autoconf, p5-Sort-Naturally
- Also Listed In: python
- License: PSFL
- WWW:
- https://pypi.org/project/looseversion/
- Description:
- A backwards/forwards-compatible fork of distutils.version.LooseVersion, for
times when PEP-440 isn't what you need.
The goal of this package is to be a drop-in replacement for the original
LooseVersion. It implements an identical interface and comparison logic to
LooseVersion. The only major change is that a looseversion.LooseVersion is
comparable to a distutils.version.LooseVersion, which means tools should not
need to worry whether all dependencies that use LooseVersion have migrated.
- ¦ ¦ ¦ ¦
- 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}looseversion>0:devel/py-looseversion@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-looseversion/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-looseversion
- pkg install py39-looseversion
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-looseversion listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-looseversion
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1689073645
SHA256 (looseversion-1.3.0.tar.gz) = ebde65f3f6bb9531a81016c6fef3eb95a61181adc47b7f949e9c0ea47911669e
SIZE (looseversion-1.3.0.tar.gz) = 8799
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:
-
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- sysutils/py-salt
- textproc/py-duecredit
Configuration Options:
- No options to configure
- Options name:
- devel_py-looseversion
- USES:
- cpe python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 5
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.0 20 Apr 2024 14:26:01 |
Po-Chuan Hsieh (sunpoet) |
devel/py-looseversion: Add NO_ARCH
Approved by: portmgr (blanket) |
1.3.0 11 Jul 2023 11:08:32 |
Kirill Ponomarev (krion) |
devel/py-looseversion: Update to 1.3.0 |
1.2.0 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.2.0 09 Jun 2023 16:44:06 |
Kirill Ponomarev (krion) |
devel/py-looseversion: Update to 1.2.0 |
1.1.2 07 Jun 2023 12:10:23 |
Kirill Ponomarev (krion) |
devel/py-looseversion: add new port
Python extension for comparing version strings. |
Number of commits found: 5
|