Skip to Content.
Sympa Menu

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

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 (b843980e2742a1b12b442c01f8749fb35b8b02f9)
  • Date: Wed, 24 Dec 2014 01:58:06 -0600

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

ChangeLog | 3 +++
python-pypi/python-watchdog/DEPENDS | 5 +++++
python-pypi/python-watchdog/DETAILS | 15 +++++++++++++++
python-pypi/python-watchdog/HISTORY | 5 +++++
python-pypi/watchdog/DEPENDS | 5 -----
python-pypi/watchdog/DETAILS | 14 --------------
python-pypi/watchdog/HISTORY | 2 --
7 files changed, 28 insertions(+), 21 deletions(-)

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

watchdog -> python-watchdog: renamed spell

diff --git a/ChangeLog b/ChangeLog
index 740dda3..7e2fe01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2014-12-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/watchdog -> python-pypi/python-watchdog: renamed spell
+
2014-12-23 Pol Vinogradov <vin.public AT gmail.com>
* video/kodi: new spell, a rebranded XBMC

diff --git a/python-pypi/python-watchdog/DEPENDS
b/python-pypi/python-watchdog/DEPENDS
new file mode 100755
index 0000000..cb794d5
--- /dev/null
+++ b/python-pypi/python-watchdog/DEPENDS
@@ -0,0 +1,5 @@
+depends PYTHON &&
+depends SETUPTOOLS &&
+depends pyyaml &&
+depends argh &&
+depends pathtools
diff --git a/python-pypi/python-watchdog/DETAILS
b/python-pypi/python-watchdog/DETAILS
new file mode 100755
index 0000000..66fd96d
--- /dev/null
+++ b/python-pypi/python-watchdog/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=python-watchdog
+ SPELLX=watchdog
+ VERSION=0.8.2
+ SOURCE=$SPELLX-$VERSION.tar.gz
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/w/$SPELLX/$SOURCE
+
SOURCE_HASH=sha512:96f1fcd0d6898ce950c8768000be2f619c9a28c9d96cb1d7323f04371b065e50b38692179949255bb13fa4e3c72e6f656dbc02b4d7f77b7fb3aacdf08600cb71
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
+ WEB_SITE=http://github.com/gorakhargosh/watchdog
+ LICENSE[0]=APACHE
+ ENTERED=20141222
+ KEYWORDS="python"
+ SHORT="filesystem events monitoring"
+cat << EOF
+Python API and shell utilities to monitor file system events.
+EOF
diff --git a/python-pypi/python-watchdog/HISTORY
b/python-pypi/python-watchdog/HISTORY
new file mode 100644
index 0000000..d8e261b
--- /dev/null
+++ b/python-pypi/python-watchdog/HISTORY
@@ -0,0 +1,5 @@
+2014-12-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: renamed spell to avoid duplication
+
+2014-12-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 0.8.2
diff --git a/python-pypi/watchdog/DEPENDS b/python-pypi/watchdog/DEPENDS
deleted file mode 100755
index cb794d5..0000000
--- a/python-pypi/watchdog/DEPENDS
+++ /dev/null
@@ -1,5 +0,0 @@
-depends PYTHON &&
-depends SETUPTOOLS &&
-depends pyyaml &&
-depends argh &&
-depends pathtools
diff --git a/python-pypi/watchdog/DETAILS b/python-pypi/watchdog/DETAILS
deleted file mode 100755
index 5ecd3c1..0000000
--- a/python-pypi/watchdog/DETAILS
+++ /dev/null
@@ -1,14 +0,0 @@
- SPELL=watchdog
- VERSION=0.8.2
- SOURCE=$SPELL-$VERSION.tar.gz
-
SOURCE_HASH=sha512:96f1fcd0d6898ce950c8768000be2f619c9a28c9d96cb1d7323f04371b065e50b38692179949255bb13fa4e3c72e6f656dbc02b4d7f77b7fb3aacdf08600cb71
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- SOURCE_URL[0]=http://pypi.python.org/packages/source/w/$SPELL/$SOURCE
- WEB_SITE=http://github.com/gorakhargosh/watchdog
- LICENSE[0]=APACHE
- ENTERED=20141222
- KEYWORDS="python"
- SHORT="filesystem events monitoring"
-cat << EOF
-Python API and shell utilities to monitor file system events.
-EOF
diff --git a/python-pypi/watchdog/HISTORY b/python-pypi/watchdog/HISTORY
deleted file mode 100644
index b01c2a4..0000000
--- a/python-pypi/watchdog/HISTORY
+++ /dev/null
@@ -1,2 +0,0 @@
-2014-12-20 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS, DEPENDS: created spell, version 0.8.2



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b843980e2742a1b12b442c01f8749fb35b8b02f9), Vlad Glagolev, 12/24/2014

Archive powered by MHonArc 2.6.24.

Top of Page