pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/py-resolvelib: import py-resolvelib-0.8.1
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <tk%giga.or.at@localhost>
Pushed By: wiz
Date: Tue Nov 9 20:53:15 2021 +0100
Changeset: 0fe6c115f6621229430db600dfd5e7b37fc0d494
Added Files:
py-resolvelib/DESCR
py-resolvelib/Makefile
py-resolvelib/PLIST
py-resolvelib/distinfo
Log Message:
wip/py-resolvelib: import py-resolvelib-0.8.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.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0fe6c115f6621229430db600dfd5e7b37fc0d494
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-resolvelib/DESCR | 4 ++++
py-resolvelib/Makefile | 16 ++++++++++++++++
py-resolvelib/PLIST | 34 ++++++++++++++++++++++++++++++++++
py-resolvelib/distinfo | 5 +++++
4 files changed, 59 insertions(+)
diffs:
diff --git a/py-resolvelib/DESCR b/py-resolvelib/DESCR
new file mode 100644
index 0000000000..5a2fe2d128
--- /dev/null
+++ b/py-resolvelib/DESCR
@@ -0,0 +1,4 @@
+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.
diff --git a/py-resolvelib/Makefile b/py-resolvelib/Makefile
new file mode 100644
index 0000000000..8281bf734a
--- /dev/null
+++ b/py-resolvelib/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.45 2020/12/18 09:03:43 adam Exp $
+
+DISTNAME= resolvelib-0.8.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=r/resolvelib/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/sarugaku/resolvelib
+COMMENT= Resolve abstract dependencies into concrete ones
+LICENSE= isc
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-resolvelib/PLIST b/py-resolvelib/PLIST
new file mode 100644
index 0000000000..5a4e0a55d0
--- /dev/null
+++ b/py-resolvelib/PLIST
@@ -0,0 +1,34 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/resolvelib/__init__.py
+${PYSITELIB}/resolvelib/__init__.pyc
+${PYSITELIB}/resolvelib/__init__.pyi
+${PYSITELIB}/resolvelib/__init__.pyo
+${PYSITELIB}/resolvelib/compat/__init__.py
+${PYSITELIB}/resolvelib/compat/__init__.pyc
+${PYSITELIB}/resolvelib/compat/__init__.pyo
+${PYSITELIB}/resolvelib/compat/collections_abc.py
+${PYSITELIB}/resolvelib/compat/collections_abc.pyc
+${PYSITELIB}/resolvelib/compat/collections_abc.pyo
+${PYSITELIB}/resolvelib/providers.py
+${PYSITELIB}/resolvelib/providers.pyc
+${PYSITELIB}/resolvelib/providers.pyi
+${PYSITELIB}/resolvelib/providers.pyo
+${PYSITELIB}/resolvelib/py.typed
+${PYSITELIB}/resolvelib/reporters.py
+${PYSITELIB}/resolvelib/reporters.pyc
+${PYSITELIB}/resolvelib/reporters.pyi
+${PYSITELIB}/resolvelib/reporters.pyo
+${PYSITELIB}/resolvelib/resolvers.py
+${PYSITELIB}/resolvelib/resolvers.pyc
+${PYSITELIB}/resolvelib/resolvers.pyi
+${PYSITELIB}/resolvelib/resolvers.pyo
+${PYSITELIB}/resolvelib/structs.py
+${PYSITELIB}/resolvelib/structs.pyc
+${PYSITELIB}/resolvelib/structs.pyi
+${PYSITELIB}/resolvelib/structs.pyo
diff --git a/py-resolvelib/distinfo b/py-resolvelib/distinfo
new file mode 100644
index 0000000000..fb24479450
--- /dev/null
+++ b/py-resolvelib/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.40 2021/10/26 10:18:45 nia Exp $
+
+BLAKE2s (resolvelib-0.8.1.tar.gz) = fc810a698edf56b2d8353d9382cd94c5a46a6f96e86734f8cbf223565bcfe55f
+SHA512 (resolvelib-0.8.1.tar.gz) = 4e1a7d84ee3fb86433701562aff71d0c867428f2bcb58ce998aee13896945b54a0915540dea7dcc3fd1e2544b43ef276df8a1804cbbc9330936169bef98a1c5d
+Size (resolvelib-0.8.1.tar.gz) = 17308 bytes
Home |
Main Index |
Thread Index |
Old Index