Skip to Content.
Sympa Menu

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

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 (698692bcd1e1c42794c5d6b906b4f00554a268b7)
  • Date: Wed, 6 May 2015 14:36:35 -0500

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

ChangeLog | 1 +
python-pypi/tzlocal/DEPENDS | 3 +++
python-pypi/tzlocal/DETAILS | 15 +++++++++++++++
python-pypi/tzlocal/HISTORY | 2 ++
4 files changed, 21 insertions(+)

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

tzlocal: new spell, tzinfo object for the local timezone

diff --git a/ChangeLog b/ChangeLog
index 24a81a6..3c1cf56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* perl-cpan/weakref: spell deprecated, it's a part of perl now
* perl-cpan/mail-internet: spell deprecated, it's a part of mailtools
now
+ * python-pypi/tzlocal: new spell, tzinfo object for the local timezone

2015-05-06 Ismael Luceno <ismael AT sourcemage.org>
* devel/bokken: new spell, GUI for the Pyew and Radare projects
diff --git a/python-pypi/tzlocal/DEPENDS b/python-pypi/tzlocal/DEPENDS
new file mode 100755
index 0000000..fbc7239
--- /dev/null
+++ b/python-pypi/tzlocal/DEPENDS
@@ -0,0 +1,3 @@
+depends PYTHON &&
+depends SETUPTOOLS &&
+depends pytz
diff --git a/python-pypi/tzlocal/DETAILS b/python-pypi/tzlocal/DETAILS
new file mode 100755
index 0000000..004983e
--- /dev/null
+++ b/python-pypi/tzlocal/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=tzlocal
+ VERSION=1.1.3
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://pypi.python.org/packages/source/t/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:bb144c3762e7a5ce81c122b3ae71b26d7618326d08e434c0f2f940c6364ba4c31bee370e2e63c3693fb19b13cfca0b1f1cccd874fcf50ed2c1d96cf1cbc35f0d
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/regebro/tzlocal
+ LICENSE[0]=PD
+ ENTERED=20150506
+ SHORT="tzinfo object for the local timezone"
+cat << EOF
+This module attempts to fix a glaring hole in pytz, that there is no way to
get
+the local timezone information, unless you know the zoneinfo name, and under
+several Linux distros that's hard or impossible to figure out.
+EOF
diff --git a/python-pypi/tzlocal/HISTORY b/python-pypi/tzlocal/HISTORY
new file mode 100644
index 0000000..33a4434
--- /dev/null
+++ b/python-pypi/tzlocal/HISTORY
@@ -0,0 +1,2 @@
+2015-05-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 1.1.3



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (698692bcd1e1c42794c5d6b906b4f00554a268b7), Vlad Glagolev, 05/06/2015

Archive powered by MHonArc 2.6.24.

Top of Page