Name: | python3.11-resolvelib |
---|---|
Version: | 1.0.1 |
Release: | 1.0.2.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 99215 |
License: | ISC License |
RPM: | python3.11-resolvelib-1.0.1-1.0.2.el8.noarch.rpm |
Source RPM: | python-resolvelib-1.0.1-1.0.2.el8.src.rpm |
Build Date: | Wed Aug 14 2024 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/sarugaku/resolvelib |
Summary: | Resolve abstract dependencies into concrete ones |
Description: | ResolveLib 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. Intended Usage :: import resolvelib Things I want to resolve. requirements [...] Implement logic so the resolver understands the requirement format. class... |
- Add rpm-macros and setuptools
- Initial package. - Adds conftest.py to make tests work.