Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (45dd7ba6fbeb5f3e6034a43c6fd3531c2cf1d66a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (45dd7ba6fbeb5f3e6034a43c6fd3531c2cf1d66a)
  • Date: Mon, 30 Aug 2021 00:22:29 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 2 ++
python-pypi/python-stevedore/DEPENDS | 1 +
python-pypi/python-stevedore/DETAILS | 20 ++++++++++++++++++++
python-pypi/python-stevedore/HISTORY | 2 ++
python-pypi/rmtoo/DEPENDS | 3 ++-
5 files changed, 27 insertions(+), 1 deletion(-)

New commits:
commit 45dd7ba6fbeb5f3e6034a43c6fd3531c2cf1d66a
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

python-stevedore: new spell, Manage Dynamic Plugins for Python
Applications

commit f3b9a683defbeb403b492afe4ec3bf9bb7ff09a9
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

rmtoo: Add missing dep on stevedore

diff --git a/ChangeLog b/ChangeLog
index 8349534..3af97aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2021-08-30 Ismael Luceno <ismael AT sourcemage.org>
* python-pypi/rmtoo: new spell, Requirements Management Tool
+ * python-pypi/python-stevedore: new spell, Manage Dynamic Plugins
+ for Python Applications

2021-08-29 Ismael Luceno <ismael AT sourcemage.org>
* libs/libexecinfo: new spell, Library for backtracing
diff --git a/python-pypi/python-stevedore/DEPENDS
b/python-pypi/python-stevedore/DEPENDS
new file mode 100755
index 0000000..8c09196
--- /dev/null
+++ b/python-pypi/python-stevedore/DEPENDS
@@ -0,0 +1 @@
+depends python3
diff --git a/python-pypi/python-stevedore/DETAILS
b/python-pypi/python-stevedore/DETAILS
new file mode 100755
index 0000000..08cb2f0
--- /dev/null
+++ b/python-pypi/python-stevedore/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=python-stevedore
+ VERSION=3.4.0
+ SOURCE="stevedore-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://pypi.org/packages/source/s/stevedore/$SOURCE
+
SOURCE_HASH=sha512:a63897c65fe8deb1b900c4279ce38856863a2581f8e0dec3fc082d0bd6daa5f346bfc6af978b73c3ac24215953c1376a973b800ff8dbbdc1a99f52c99bed7d6d
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/stevedore-$VERSION"
+ WEB_SITE="https://docs.openstack.org/stevedore/latest/";
+ LICENSE[0]="Apache-2.0"
+ ENTERED=20210830
+ KEYWORDS=""
+ SHORT="Manage Dynamic Plugins for Python Applications"
+cat << EOF
+Python makes loading code dynamically easy, allowing you to configure and
+extend your application by discovering and loading extensions (“plugins”)
+at runtime. Many applications implement their own library for doing this,
+using __import__ or importlib. stevedore avoids creating yet another
extension
+mechanism by building on top of entry points. The code for managing entry
+points tends to be repetitive, though, so stevedore provides manager classes
+for implementing common patterns for using dynamically loaded extensions.
+EOF
diff --git a/python-pypi/python-stevedore/HISTORY
b/python-pypi/python-stevedore/HISTORY
new file mode 100644
index 0000000..2c27c99
--- /dev/null
+++ b/python-pypi/python-stevedore/HISTORY
@@ -0,0 +1,2 @@
+2021-08-30 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
diff --git a/python-pypi/rmtoo/DEPENDS b/python-pypi/rmtoo/DEPENDS
index 8c09196..52754b8 100755
--- a/python-pypi/rmtoo/DEPENDS
+++ b/python-pypi/rmtoo/DEPENDS
@@ -1 +1,2 @@
-depends python3
+depends python3 &&
+depends python-stevedore



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (45dd7ba6fbeb5f3e6034a43c6fd3531c2cf1d66a), Ismael Luceno, 08/29/2021

Archive powered by MHonArc 2.6.24.

Top of Page