View | Details | Raw Unified | Return to bug 190424
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	pymongo
4
PORTNAME=	pymongo
5
PORTVERSION=	2.7
5
PORTVERSION=	2.7.1
6
CATEGORIES=	databases python
6
CATEGORIES=	databases python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
8
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (pymongo-2.7.tar.gz) = 8320bbbb8ca76de86bd47c253cfbfc4aedae3439fc57f6a9f8fdfa15a00bd601
1
SHA256 (pymongo-2.7.1.tar.gz) = 4810d302b8e132b99bfb6eeabcc71490cfc9d4064d84df593feb305121ed3535
2
SIZE (pymongo-2.7.tar.gz) = 376543
2
SIZE (pymongo-2.7.1.tar.gz) = 378724
(-)pkg-descr (-1 / +1 lines)
Lines 3-6 Link Here
3
Python driver for the Mongo database. The gridfs package is a
3
Python driver for the Mongo database. The gridfs package is a
4
gridfs implementation on top of pymongo.
4
gridfs implementation on top of pymongo.
5
5
6
WWW: http://github.com/mongodb/mongo-python-driver/
6
WWW: http://github.com/mongodb/mongo-python-driver

Return to bug 190424