Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (99a181da8fa45f421f5a650e8de747b1f4d4661d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (99a181da8fa45f421f5a650e8de747b1f4d4661d)
  • Date: Wed, 8 May 2024 23:24:13 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

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

New commits:
commit 99a181da8fa45f421f5a650e8de747b1f4d4661d
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

python-pypi/python-i3ipc: new spell

python library for controlling i3 and sway

diff --git a/ChangeLog b/ChangeLog
index 652940e..fa99bbc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,7 @@
* windowmanagers/swayfx: new spell, sway with eye candy
* fonts-x11/noto-color-emoji: deprecated in favor of ttf-noto-emoji
* x11/xsettingsd: new spell, xsettings daemon
+ * python-pypi/python-i3ipc: new spell, python lib for i3 and sway

2024-05-06 Pavel Vinogradov <public AT sourcemage.org>
* wm-addons/hypridle: new spell. Hyprland's idle daemon
diff --git a/python-pypi/python-i3ipc/DEPENDS
b/python-pypi/python-i3ipc/DEPENDS
new file mode 100755
index 0000000..b5ef47a
--- /dev/null
+++ b/python-pypi/python-i3ipc/DEPENDS
@@ -0,0 +1,3 @@
+depends python3 &&
+depends setuptools &&
+depends python-xlib
\ No newline at end of file
diff --git a/python-pypi/python-i3ipc/DETAILS
b/python-pypi/python-i3ipc/DETAILS
new file mode 100755
index 0000000..6a8193b
--- /dev/null
+++ b/python-pypi/python-i3ipc/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=python-i3ipc
+ SPELLX=i3ipc-python
+ VERSION=2.2.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+
SOURCE_URL[0]=https://github.com/altdesktop/$SPELLX/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha512:edbcec3cd0da53815dba22d696a17ddf909c39db771cf234befaa3130f8b56003ccc70eb28a07b286ab31c2cbb9d5893caf42b01ed20d61efdcd6359afbecc18
+ LICENSE[0]=BSD
+ WEB_SITE=https://github.com/thesharp/daemonize/
+ ENTERED=20240508
+ KEYWORDS="python sway i3 library"
+ SHORT="python library for controlling i3wm and sway"
+cat << EOF
+python library for controlling i3wm and sway
+EOF
diff --git a/python-pypi/python-i3ipc/HISTORY
b/python-pypi/python-i3ipc/HISTORY
new file mode 100644
index 0000000..0d3ab12
--- /dev/null
+++ b/python-pypi/python-i3ipc/HISTORY
@@ -0,0 +1,3 @@
+2024-05-08 Conner Clere <xenanthropy AT sourcemage.org>
+ * DEPENDS, DETAILS: new spell, version 2.2.1
+


  • [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (99a181da8fa45f421f5a650e8de747b1f4d4661d), Conner Clere, 05/08/2024

Archive powered by MHonArc 2.6.24.

Top of Page