Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (abafab53fe229778946e97b031ef10826f5c8755)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (abafab53fe229778946e97b031ef10826f5c8755)
  • Date: Fri, 29 Mar 2013 07:15:58 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 6 ++++++
python-pypi/python-futures/DEPENDS | 1 +
python-pypi/python-futures/DETAILS | 13 +++++++++++++
python-pypi/python-futures/HISTORY | 3 +++
python-pypi/urlwatch/DEPENDS | 2 ++
python-pypi/urlwatch/DETAILS | 18 ++++++++++++++++++
python-pypi/urlwatch/HISTORY | 3 +++
7 files changed, 46 insertions(+)

New commits:
commit abafab53fe229778946e97b031ef10826f5c8755
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/urlwatch: new spell, a tool for monitoring webpages for
updates

commit c5a9c0c8944372dd44b9c13c5eeab359c8891ac0
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/python-futures: new spell, backport of concurrent.futures to
python2

diff --git a/ChangeLog b/ChangeLog
index d2c9d78..fedec71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-03-29 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * python-pypi/python-futures: new spell, backport of the
+ concurrent.futures package from Python 3.2
+ * python-pypi/urlwatch: new spell, a tool for monitoring webpages for
+ updates
+
2013-03-24 Vlad Glagolev <stealth AT sourcemage.org>
* python-pypi/psutil: new spell, process and system utilities module
for Python
diff --git a/python-pypi/python-futures/DEPENDS
b/python-pypi/python-futures/DEPENDS
new file mode 100755
index 0000000..6e84a0e
--- /dev/null
+++ b/python-pypi/python-futures/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-pypi/python-futures/DETAILS
b/python-pypi/python-futures/DETAILS
new file mode 100755
index 0000000..0295db7
--- /dev/null
+++ b/python-pypi/python-futures/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=python-futures
+ VERSION=2.1.3
+ SOURCE="futures-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/f/futures/$SOURCE
+
SOURCE_HASH=sha512:46f7d758193eca02c0c591472617413a349ee647776e6b8fc1894a61619dc7dd2aa292f870b94d4f53c04f57a4e2a48012b4a02a18a97b6bac35afd322c7920b
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/futures-${VERSION}"
+ WEB_SITE="https://pypi.python.org/pypi/futures";
+ LICENSE[0]=BSD
+ ENTERED=20130329
+ SHORT="backport of the concurrent.futures package from Python 3.2"
+cat << EOF
+Backport of the concurrent.futures package from Python 3.2
+EOF
diff --git a/python-pypi/python-futures/HISTORY
b/python-pypi/python-futures/HISTORY
new file mode 100644
index 0000000..16bbc85
--- /dev/null
+++ b/python-pypi/python-futures/HISTORY
@@ -0,0 +1,3 @@
+2013-03-29 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/python-pypi/urlwatch/DEPENDS b/python-pypi/urlwatch/DEPENDS
new file mode 100755
index 0000000..e93ecef
--- /dev/null
+++ b/python-pypi/urlwatch/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends python-futures
diff --git a/python-pypi/urlwatch/DETAILS b/python-pypi/urlwatch/DETAILS
new file mode 100755
index 0000000..281a6a6
--- /dev/null
+++ b/python-pypi/urlwatch/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=urlwatch
+ VERSION=1.15
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://thp.io/2008/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:60b7904ec10fcc20c4d3096381d26c7baf0a4a3abe4aed0a9c7b6e5de74e212a8221279438ca0e3186966f9a9ba50138ce5cbe7564b155b2d4e7ffc17e94da1e
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://thp.io/2008/urlwatch/";
+ LICENSE[0]=BSD
+ ENTERED=20130329
+ SHORT="a tool for monitoring webpages for updates"
+cat << EOF
+This script is intended to help you watch URLs and get notified (via email
+or in your terminal) of any changes. The change notification will include
+the URL that has changed and a unified diff of what has changed.
+
+The script supports the use of a filtering hook function to strip
+trivially-varying elements of a webpage.
+EOF
diff --git a/python-pypi/urlwatch/HISTORY b/python-pypi/urlwatch/HISTORY
new file mode 100644
index 0000000..16bbc85
--- /dev/null
+++ b/python-pypi/urlwatch/HISTORY
@@ -0,0 +1,3 @@
+2013-03-29 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (abafab53fe229778946e97b031ef10826f5c8755), Florian Franzmann, 03/29/2013

Archive powered by MHonArc 2.6.24.

Top of Page