Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (beb33db4a432818ed93352cb1f6032169c032412)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (beb33db4a432818ed93352cb1f6032169c032412)
  • Date: Wed, 7 Jan 2015 18:56:13 -0600

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

ChangeLog | 3 +++
python-pypi/python-crontab/DEPENDS | 3 +++
python-pypi/python-crontab/DETAILS | 14 ++++++++++++++
python-pypi/python-crontab/HISTORY | 2 ++
4 files changed, 22 insertions(+)

New commits:
commit beb33db4a432818ed93352cb1f6032169c032412
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

python-pypi/python-crontab: new spell, Python Crontab API

diff --git a/ChangeLog b/ChangeLog
index 0e37c58..4927fbe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2015-01-07 Pol Vinogradov <vin.public AT gmail.com>
+ * python-pypi: new spell, Python Crontab API
+
2015-01-07 Ismael Luceno <ismael AT sourcemage.org>
* devel/nickle: new spell, Nickle prototyping environment

diff --git a/python-pypi/python-crontab/DEPENDS
b/python-pypi/python-crontab/DEPENDS
new file mode 100755
index 0000000..0d09933
--- /dev/null
+++ b/python-pypi/python-crontab/DEPENDS
@@ -0,0 +1,3 @@
+. $SECTION_DIRECTORY/PY_DEPENDS &&
+
+optional_depends CRON '' '' 'to use system cron service'
diff --git a/python-pypi/python-crontab/DETAILS
b/python-pypi/python-crontab/DETAILS
new file mode 100755
index 0000000..9159198
--- /dev/null
+++ b/python-pypi/python-crontab/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=python-crontab
+ VERSION=1.9.1
+
SOURCE_HASH=sha512:771db8f0915d07ff5785fa09293178ac3540c897f2e5418d90c12a3f70e88e087600b3f260769b5de99e5d27b3e109e26fa7639678d7d1e96f4f5f8bfdacf7a2
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/p/$SPELL/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://pypi.python.org/pypi/python-crontab/
+ LICENSE[0]=GPL
+ UPDATED=20150107
+ SHORT="Python Crontab API"
+cat << EOF
+Crontab module for read and writing crontab files and accessing
+the system cron automatically and simply using a direct API.
+EOF
diff --git a/python-pypi/python-crontab/HISTORY
b/python-pypi/python-crontab/HISTORY
new file mode 100644
index 0000000..f227303
--- /dev/null
+++ b/python-pypi/python-crontab/HISTORY
@@ -0,0 +1,2 @@
+2015-01-07 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS, DEPENDS: spell created



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (beb33db4a432818ed93352cb1f6032169c032412), Pol Vinogradov, 01/07/2015

Archive powered by MHonArc 2.6.24.

Top of Page