Skip to Content.
Sympa Menu

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

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 (842a6ba77c41c5a08ca3d81297371d66e23ba2a8)
  • Date: Tue, 29 May 2012 07:27:18 -0500

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

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

New commits:
commit 842a6ba77c41c5a08ca3d81297371d66e23ba2a8
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pymongo: new spell, Python driver for MongoDB

diff --git a/ChangeLog b/ChangeLog
index ab391f7..f3c7b47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-05-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/pymongo: new spell, Python driver for MongoDB
+
2012-05-28 Ladislav Hagara <hgr AT vabo.cz>
* shell-term-fm/spacefm: new spell, multi-panel tabbed file manager

diff --git a/python-pypi/pymongo/DEPENDS b/python-pypi/pymongo/DEPENDS
new file mode 100755
index 0000000..503782e
--- /dev/null
+++ b/python-pypi/pymongo/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends SETUPTOOLS
diff --git a/python-pypi/pymongo/DETAILS b/python-pypi/pymongo/DETAILS
new file mode 100755
index 0000000..4768dc7
--- /dev/null
+++ b/python-pypi/pymongo/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=pymongo
+ VERSION=2.2
+
SOURCE_HASH=sha512:0683bbaaef081d9a3af4ccec932920bae0c8f843498a4726af93dde4747d65b86adf01c6d501e78a4607ca024fde5a372a7003de0e0e66bd71d927676f4fde4b
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL=http://pypi.python.org/packages/source/p/$SPELL/$SOURCE
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=https://github.com/mongodb/mongo-python-driver
+ LICENSE[0]=APACHE
+ ENTERED=20120529
+ KEYWORDS="python database mongodb"
+ SHORT="Python driver for MongoDB"
+cat << EOF
+The pymongo package is a native Python driver for MongoDB.
+EOF
diff --git a/python-pypi/pymongo/HISTORY b/python-pypi/pymongo/HISTORY
new file mode 100644
index 0000000..e74d35e
--- /dev/null
+++ b/python-pypi/pymongo/HISTORY
@@ -0,0 +1,2 @@
+2012-05-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (842a6ba77c41c5a08ca3d81297371d66e23ba2a8), Vlad Glagolev, 05/29/2012

Archive powered by MHonArc 2.6.24.

Top of Page