Skip to Content.
Sympa Menu

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

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 (4c4636194e4351d5629fb4ff640205d64a0bd7f1)
  • Date: Fri, 12 Jun 2020 04:37:16 +0000

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

ChangeLog | 3 +++
python-pypi/libtmux/DEPENDS | 1 +
python-pypi/libtmux/DETAILS | 15 +++++++++++++++
python-pypi/libtmux/HISTORY | 2 ++
4 files changed, 21 insertions(+)

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

libtmux: new spell, Python API for tmux

diff --git a/ChangeLog b/ChangeLog
index 33d6e9b..e56f825 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2020-06-11 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/libtmux: new spell, Python API for tmux
+
2020-06-09 Vlad Glagolev <stealth AT sourcemage.org>
* python-pypi/pybbm: new spell, Django forum solution

diff --git a/python-pypi/libtmux/DEPENDS b/python-pypi/libtmux/DEPENDS
new file mode 100755
index 0000000..6de4242
--- /dev/null
+++ b/python-pypi/libtmux/DEPENDS
@@ -0,0 +1 @@
+. "${SECTION_DIRECTORY}/PY_DEPENDS"
diff --git a/python-pypi/libtmux/DETAILS b/python-pypi/libtmux/DETAILS
new file mode 100755
index 0000000..09c876b
--- /dev/null
+++ b/python-pypi/libtmux/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=libtmux
+ VERSION=0.8.2
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://pypi.io/packages/source/l/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:02156579c91e44e312ebf162b5314381645177cba244294b3251044be35c84b996263508cdedfd25ea2c182a87a3ff457154b9ed06e919e7149583b119a5e227
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ DOC_DIRS=""
+ WEB_SITE=https://github.com/tmux-python/libtmux
+ LICENSE[0]=MIT
+ ENTERED=20200611
+ KEYWORDS="tmux"
+ SHORT="Python API for tmux"
+cat << EOF
+libtmux - scripting library for tmux.
+EOF
diff --git a/python-pypi/libtmux/HISTORY b/python-pypi/libtmux/HISTORY
new file mode 100644
index 0000000..3537fd3
--- /dev/null
+++ b/python-pypi/libtmux/HISTORY
@@ -0,0 +1,2 @@
+2020-06-11 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: created spell, version 0.8.2



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4c4636194e4351d5629fb4ff640205d64a0bd7f1), Vlad Glagolev, 06/12/2020

Archive powered by MHonArc 2.6.24.

Top of Page