Skip to Content.
Sympa Menu

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

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 (385b2e81868e3569101d751865e536d37f33f41e)
  • Date: Thu, 8 Jan 2015 16:59:26 -0600

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

python-pypi/python-crontab/DEPENDS | 3 ++-
python-pypi/python-crontab/DETAILS | 4 ++--
python-pypi/python-crontab/HISTORY | 4 ++++
3 files changed, 8 insertions(+), 3 deletions(-)

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

python-pypi/python-crontab: fixed DEPENDS and switched to https in DETAILS

diff --git a/python-pypi/python-crontab/DEPENDS
b/python-pypi/python-crontab/DEPENDS
index 0d09933..3fa6f8e 100755
--- a/python-pypi/python-crontab/DEPENDS
+++ b/python-pypi/python-crontab/DEPENDS
@@ -1,3 +1,4 @@
-. $SECTION_DIRECTORY/PY_DEPENDS &&
+depends PYTHON &&
+depends python-dateutil &&

optional_depends CRON '' '' 'to use system cron service'
diff --git a/python-pypi/python-crontab/DETAILS
b/python-pypi/python-crontab/DETAILS
index 5257f44..162509d 100755
--- a/python-pypi/python-crontab/DETAILS
+++ b/python-pypi/python-crontab/DETAILS
@@ -2,9 +2,9 @@
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_URL[0]=https://pypi.python.org/packages/source/p/$SPELL/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=http://pypi.python.org/pypi/python-crontab/
+ WEB_SITE=https://pypi.python.org/pypi/python-crontab/
LICENSE[0]=GPL
ENTERED=20150107
SHORT="Python Crontab API"
diff --git a/python-pypi/python-crontab/HISTORY
b/python-pypi/python-crontab/HISTORY
index f227303..ef75a5d 100644
--- a/python-pypi/python-crontab/HISTORY
+++ b/python-pypi/python-crontab/HISTORY
@@ -1,2 +1,6 @@
2015-01-07 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: http -> https
+ * DEPENDS: now depends on PYTHON and python-dateutil
+
+2015-01-07 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS, DEPENDS: spell created



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

Archive powered by MHonArc 2.6.24.

Top of Page