Skip to content

Commit

Permalink
devel/py-resolvelib: Add a new port
Browse files Browse the repository at this point in the history
This is a dependency for the upcoming sysutils/py-ansible-core port.
  • Loading branch information
0mp committed May 12, 2021
1 parent 62e8e9a commit aa094c3
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -5072,6 +5072,7 @@
SUBDIR += py-represent
SUBDIR += py-requestsexceptions
SUBDIR += py-requirementslib
SUBDIR += py-resolvelib
SUBDIR += py-resolver
SUBDIR += py-resource
SUBDIR += py-responses
Expand Down
18 changes: 18 additions & 0 deletions devel/py-resolvelib/Makefile
@@ -0,0 +1,18 @@
PORTNAME= resolvelib
# Make sure you don't break Ansible.
DISTVERSION= 0.5.4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= 0mp@FreeBSD.org
COMMENT= Resolve abstract dependencies into concrete ones

LICENSE= ISCL

USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions devel/py-resolvelib/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1620308660
SHA256 (resolvelib-0.5.4.tar.gz) = 9b9b80d5c60e4c2a8b7fbf0712c3449dc01d74e215632e5199850c9eca687628
SIZE (resolvelib-0.5.4.tar.gz) = 14474
5 changes: 5 additions & 0 deletions devel/py-resolvelib/pkg-descr
@@ -0,0 +1,5 @@
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.

WWW: https://github.com/sarugaku/resolvelib

0 comments on commit aa094c3

Please sign in to comment.