Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Finn Haedicke (b00ee2d89e3a3086ec5b9972578f0d59b9869703)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Finn Haedicke <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Finn Haedicke (b00ee2d89e3a3086ec5b9972578f0d59b9869703)
  • Date: Thu, 17 Sep 2009 18:28:45 -0500

GIT changes to master grimoire by Finn Haedicke <finn_haedicke AT gmx.net>:

ChangeLog | 4 ++++
python-pypi/vobject/DEPENDS | 3 +++
python-pypi/vobject/DETAILS | 16 ++++++++++++++++
python-pypi/vobject/HISTORY | 3 +++
4 files changed, 26 insertions(+)

New commits:
commit b00ee2d89e3a3086ec5b9972578f0d59b9869703
Author: Finn Haedicke <finn_haedicke AT gmx.net>
Commit: Finn Haedicke <finn_haedicke AT gmx.net>

python-pypi/vobject: new spell, python module for iCalendars and vCards

diff --git a/ChangeLog b/ChangeLog
index cb43949..526c380 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-18 Finn Haedicke <finn_haedicke AT gmx.net>
+ * python-pypi/vobject: new spell, python module for iCalendars and
+ vCards
+
2009-09-17 David Kowis <dkowis AT shlrm.org>
* perl-cpan/xml-parser: new spell, xml-sax-expat needs this (at least)

diff --git a/python-pypi/vobject/DEPENDS b/python-pypi/vobject/DEPENDS
new file mode 100755
index 0000000..09ab381
--- /dev/null
+++ b/python-pypi/vobject/DEPENDS
@@ -0,0 +1,3 @@
+depends python-dateutil &&
+depends setuptools &&
+depends python
diff --git a/python-pypi/vobject/DETAILS b/python-pypi/vobject/DETAILS
new file mode 100755
index 0000000..c80b067
--- /dev/null
+++ b/python-pypi/vobject/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=vobject
+ VERSION=0.8.1c
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://${SPELL}.skyhouseconsulting.com/${SOURCE}
+
SOURCE_HASH=sha512:3c7071e040172c8ef9e93bb818fb3c5f04912322adaaf56794b00005ff1ee787d54ad6860835be4fb123fa4215c104e1cbc4031dcdab53e96f7dbed771c0fa79
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://vobject.skyhouseconsulting.com/";
+ LICENSE[0]=APACHE
+ ENTERED=20090504
+ SHORT="A Python-based iCalendar and vCard library."
+cat << EOF
+vobject is a Python library for processing iCalendar and vCard information.
It
+allows programs to manipulate standard Python objects like datetimes, and
+tzinfo classes for time zones without worrying too much about iCalendar
+semantics.
+EOF
diff --git a/python-pypi/vobject/HISTORY b/python-pypi/vobject/HISTORY
new file mode 100644
index 0000000..9d79556
--- /dev/null
+++ b/python-pypi/vobject/HISTORY
@@ -0,0 +1,3 @@
+2009-05-04 Finn Haedicke <finn_haedicke AT gmx.net>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Finn Haedicke (b00ee2d89e3a3086ec5b9972578f0d59b9869703), Finn Haedicke, 09/17/2009

Archive powered by MHonArc 2.6.24.

Top of Page