aboutsummaryrefslogtreecommitdiff
path: root/databases/pymongo
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2009-11-23 13:33:44 +0000
committerWen Heping <wen@FreeBSD.org>2009-11-23 13:33:44 +0000
commit1f3f523f0b255c803922f07fbfc75e7289ca7eda (patch)
treeeb064428fa64c5f11325f66af5b935149f78d39c /databases/pymongo
parent637504c00e0e43929ee988e6d413a8fd4cf79f05 (diff)
downloadports-1f3f523f0b255c803922f07fbfc75e7289ca7eda.tar.gz
ports-1f3f523f0b255c803922f07fbfc75e7289ca7eda.zip
The PyMongo distribution contains tools for interacting with
the Mongo database from Python. The pymongo package is a native Python driver for the Mongo database. The gridfs package is a gridfs implementation on top of pymongo. WWW: http://github.com/mongodb/mongo-python-driver
Notes
Notes: svn path=/head/; revision=244680
Diffstat (limited to 'databases/pymongo')
-rw-r--r--databases/pymongo/Makefile23
-rw-r--r--databases/pymongo/distinfo3
-rw-r--r--databases/pymongo/pkg-descr6
3 files changed, 32 insertions, 0 deletions
diff --git a/databases/pymongo/Makefile b/databases/pymongo/Makefile
new file mode 100644
index 000000000000..dd933e8a81a8
--- /dev/null
+++ b/databases/pymongo/Makefile
@@ -0,0 +1,23 @@
+# Ports collection makefile for: pymongo
+# Date created: 23 Nov, 2009
+# Whom: wen@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= pymongo
+PORTVERSION= 1.1.1
+CATEGORIES= databases python
+MASTER_SITES= CHEESESHOP
+
+MAINTAINER= wen@FreeBSD.org
+COMMENT= Python driver for MongoDB
+
+PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
+
+USE_PYTHON= yes
+USE_PYDISTUTILS= easy_install
+PYEASYINSTALL_ARCHDEP= yes
+PYDISTUTILS_NOEGGINFO= yes
+
+.include <bsd.port.mk>
diff --git a/databases/pymongo/distinfo b/databases/pymongo/distinfo
new file mode 100644
index 000000000000..4e498b8ee0d8
--- /dev/null
+++ b/databases/pymongo/distinfo
@@ -0,0 +1,3 @@
+MD5 (pymongo-1.1.1.tar.gz) = 631279fb113126e40535c66b95498a42
+SHA256 (pymongo-1.1.1.tar.gz) = ceb154ae3ca799ee8c9034c1de70fe99db895f5c3db6d5f82bf0605c8c993e60
+SIZE (pymongo-1.1.1.tar.gz) = 93994
diff --git a/databases/pymongo/pkg-descr b/databases/pymongo/pkg-descr
new file mode 100644
index 000000000000..c46dcbf865d4
--- /dev/null
+++ b/databases/pymongo/pkg-descr
@@ -0,0 +1,6 @@
+The PyMongo distribution contains tools for interacting with
+the Mongo database from Python. The pymongo package is a native
+Python driver for the Mongo database. The gridfs package is a
+gridfs implementation on top of pymongo.
+
+WWW: http://github.com/mongodb/mongo-python-driver