Port details |
- py-resolvelib1 Resolve abstract dependencies into concrete ones
- 1.1.0 devel =2 1.1.0Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2023-04-18 20:15:10
- Last Update: 2024-10-31 20:40:33
- Commit Hash: 8a4f1e4
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: ISCL
- WWW:
- https://github.com/sarugaku/resolvelib
- Description:
- ResolveLib at the highest level provides a Resolver class that includes
dependency resolution logic. You give it some things, and a little information
on how it should interact with them, and it will spit out a resolution result.
- ¦ ¦ ¦ ¦
- 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}resolvelib1>0:devel/py-resolvelib1@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- py311-resolvelib
- py311-resolvelib0[0-9]
- To install the port:
- cd /usr/ports/devel/py-resolvelib1/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-resolvelib1
- pkg install py311-resolvelib1
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-resolvelib1 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-resolvelib1
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1730387098
SHA256 (resolvelib-1.1.0.tar.gz) = b68591ef748f58c1e2a2ac28d0961b3586ae8b25f60b0ba9a5e4f3d87c1d6a79
SIZE (resolvelib-1.1.0.tar.gz) = 22551
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-setuptools>=62 : devel/py-setuptools@py311
- py311-wheel>=0.28.0 : devel/py-wheel@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:
-
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/py-pdm
Configuration Options:
- No options to configure
- Options name:
- devel_py-resolvelib1
- USES:
- 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.1.0 31 Oct 2024 20:40:33 |
Po-Chuan Hsieh (sunpoet) |
devel/py-resolvelib1: Update to 1.1.0
Changes: https://github.com/sarugaku/resolvelib/blob/main/CHANGELOG.rst |
1.0.1 08 Apr 2024 06:46:35 |
Po-Chuan Hsieh (sunpoet) |
devel/py-resolvelib1: Remove PY_SETUPTOOLS
py-setuptools should be used rather than PY_SETUPTOOLS |
1.0.1 18 Jul 2023 00:53:09 |
Charlie Li (vishwin) |
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358 |
1.0.1 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 18 Apr 2023 20:12:51 |
Po-Chuan Hsieh (sunpoet) |
devel/py-resolvelib1: Add py-resolvelib1 1.0.1
ResolveLib at the highest level provides a Resolver class that includes
dependency resolution logic. You give it some things, and a little information
on how it should interact with them, and it will spit out a resolution result. |
Number of commits found: 5
|