Skip to Content.
Sympa Menu

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

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 (1b686fc315ddce13039852b9aa47e9a40e7ee0be)
  • Date: Mon, 9 Oct 2017 15:48:53 +0000

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

ChangeLog | 3 +++
python-pypi/yq/DEPENDS | 5 +++++
python-pypi/yq/DETAILS | 13 +++++++++++++
python-pypi/yq/HISTORY | 2 ++
4 files changed, 23 insertions(+)

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

yq: new spell, command-line YAML processor

diff --git a/ChangeLog b/ChangeLog
index 2964c5c..c7359e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2017-10-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/yq: new spell, command-line YAML processor
+
2017-10-09 Ismael Luceno <ismael AT sourcemage.org>
* doc/txt2man: new spell, txt2man converts text to man page

diff --git a/python-pypi/yq/DEPENDS b/python-pypi/yq/DEPENDS
new file mode 100755
index 0000000..3c58a6b
--- /dev/null
+++ b/python-pypi/yq/DEPENDS
@@ -0,0 +1,5 @@
+depends PYTHON &&
+depends SETUPTOOLS &&
+depends pyyaml &&
+
+runtime_depends jq
diff --git a/python-pypi/yq/DETAILS b/python-pypi/yq/DETAILS
new file mode 100755
index 0000000..1ee3b97
--- /dev/null
+++ b/python-pypi/yq/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=yq
+ VERSION=2.3.3
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://pypi.io/packages/source/y/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:58461c74f907be241047197967ec316ea6ffe2accd99c8b97a158369d06f32c758c56edaeea30d3e4988e295a58fabeb47d960097b136c6b0bf16c2792b7f75d
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/kislyuk/yq
+ LICENSE[0]=APACHE
+ ENTERED=20171009
+ SHORT="command-line YAML processor"
+cat << EOF
+yq is a jq wrapper for YAML documents.
+EOF
diff --git a/python-pypi/yq/HISTORY b/python-pypi/yq/HISTORY
new file mode 100644
index 0000000..12e804e
--- /dev/null
+++ b/python-pypi/yq/HISTORY
@@ -0,0 +1,2 @@
+2017-10-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 2.3.3



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1b686fc315ddce13039852b9aa47e9a40e7ee0be), Vlad Glagolev, 10/09/2017

Archive powered by MHonArc 2.6.24.

Top of Page