Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (fd17ae33e35605b156f120d548588a0a5ec59857)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (fd17ae33e35605b156f120d548588a0a5ec59857)
  • Date: Wed, 3 Oct 2018 03:24:23 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
python-pypi/envdir/CONFLICTS | 1 +
python-pypi/envdir/DEPENDS | 1 +
python-pypi/envdir/DETAILS | 23 +++++++++++++++++++++++
python-pypi/envdir/HISTORY | 2 ++
5 files changed, 30 insertions(+)

New commits:
commit fd17ae33e35605b156f120d548588a0a5ec59857
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

envdir: new spell, Python port of daemontools' envdir

diff --git a/ChangeLog b/ChangeLog
index 747cbe0..aca791a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2018-10-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/envdir: new spell, Python port of daemontools' envdir
+
2018-09-23 Treeve Jelbert <treeve AT sourcemage.org>
* groups: add kvm

diff --git a/python-pypi/envdir/CONFLICTS b/python-pypi/envdir/CONFLICTS
new file mode 100755
index 0000000..7062b42
--- /dev/null
+++ b/python-pypi/envdir/CONFLICTS
@@ -0,0 +1 @@
+conflicts daemontools
diff --git a/python-pypi/envdir/DEPENDS b/python-pypi/envdir/DEPENDS
new file mode 100755
index 0000000..6de4242
--- /dev/null
+++ b/python-pypi/envdir/DEPENDS
@@ -0,0 +1 @@
+. "${SECTION_DIRECTORY}/PY_DEPENDS"
diff --git a/python-pypi/envdir/DETAILS b/python-pypi/envdir/DETAILS
new file mode 100755
index 0000000..01dd986
--- /dev/null
+++ b/python-pypi/envdir/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=envdir
+ VERSION=1.0.1
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://pypi.io/packages/source/e/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:117fb97e75d4c3c1821fc077b539fa5bb7c4d1a27289d0857470ea49d7ee659c1ed9b304a44537a61937bf466c652372a0dbad2d8181da61f61ea2edb271f0c2
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ DOC_DIRS=""
+ WEB_SITE=https://envdir.readthedocs.io/
+ LICENSE[0]=MIT
+ ENTERED=20181002
+ KEYWORDS=""
+ SHORT="Python port of daemontools' envdir"
+cat << EOF
+This is a Python port of daemontools’ tool envdir.
+
+envdir runs another program with a modified environment according to files in
+a specified directory.
+
+envdir allows you to set a series of environment variables at once to
simplify
+maintaining complicated environments, for example in which you have multiple
+sets of those configuration variables depending on the infrastructure you run
+your program on.
+EOF
diff --git a/python-pypi/envdir/HISTORY b/python-pypi/envdir/HISTORY
new file mode 100644
index 0000000..23b057f
--- /dev/null
+++ b/python-pypi/envdir/HISTORY
@@ -0,0 +1,2 @@
+2018-10-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS, CONFLICTS: created spell, version 1.0.1



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (fd17ae33e35605b156f120d548588a0a5ec59857), Vlad Glagolev, 10/02/2018

Archive powered by MHonArc 2.6.24.

Top of Page