Skip to Content.
Sympa Menu

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

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 (e6845d665bb38c96833cfce8a0c23c8ba0a54eb9)
  • Date: Mon, 29 Aug 2016 23:36:11 +0000

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

ChangeLog | 4 ++++
python-pypi/python-notify2/DEPENDS | 2 ++
python-pypi/python-notify2/DETAILS | 17 +++++++++++++++++
python-pypi/python-notify2/HISTORY | 2 ++
4 files changed, 25 insertions(+)

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

python-notify2: new spell, Python interface to D-Bus notifications

diff --git a/ChangeLog b/ChangeLog
index 4d173ab..ba70904 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-08-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/python-notify2: new spell, Python interface to D-Bus
+ notifications
+
2016-08-27 Ismael Luceno <ismael AT sourcemage.org>
* disk/snapper: new spell, The ultimate snapshot tool for Linux

diff --git a/python-pypi/python-notify2/DEPENDS
b/python-pypi/python-notify2/DEPENDS
new file mode 100755
index 0000000..9cc1ccb
--- /dev/null
+++ b/python-pypi/python-notify2/DEPENDS
@@ -0,0 +1,2 @@
+depends PYTHON &&
+depends dbus-python
diff --git a/python-pypi/python-notify2/DETAILS
b/python-pypi/python-notify2/DETAILS
new file mode 100755
index 0000000..e71e92b
--- /dev/null
+++ b/python-pypi/python-notify2/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=python-notify2
+ SPELLX=${SPELL/python-/}
+ VERSION=0.3
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/n/${SPELLX}/${SOURCE}
+
SOURCE_HASH=sha512:3290a5ff291d5500bcf631094fcf10302b234353eb8c26b91e7cd264238443866aadc15224d51eb6608e16b7ffbc9316d4bc551e5ad9de2a48b12a31b195739f
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ DOC_DIRS="examples"
+ LICENSE[0]=BSD
+ WEB_SITE=https://bitbucket.org/takluyver/pynotify2
+ ENTERED=20160829
+ SHORT="Python interface to D-Bus notifications"
+cat << EOF
+This is a pure-python replacement for notify-python, using python-dbus to
+communicate with the notifications server directly. It's compatible with
Python
+2 and 3, and its callbacks can work with Gtk or Qt applications.
+EOF
diff --git a/python-pypi/python-notify2/HISTORY
b/python-pypi/python-notify2/HISTORY
new file mode 100644
index 0000000..d91ce51
--- /dev/null
+++ b/python-pypi/python-notify2/HISTORY
@@ -0,0 +1,2 @@
+2016-08-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 0.3



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e6845d665bb38c96833cfce8a0c23c8ba0a54eb9), Vlad Glagolev, 08/29/2016

Archive powered by MHonArc 2.6.24.

Top of Page