diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2016-10-26 13:54:34 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2016-10-26 13:54:34 +0000 |
commit | 0cb348898e91cec9ca1c55b7b56100acbbb11723 (patch) | |
tree | b9e4139e3470ad58a0aec97dee11ef60410de3ec /databases | |
parent | 921da8cca79419828e939e0b494771c8098b3da8 (diff) | |
download | ports-0cb348898e91cec9ca1c55b7b56100acbbb11723.tar.gz ports-0cb348898e91cec9ca1c55b7b56100acbbb11723.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/pymongo28/Makefile | 21 | ||||
-rw-r--r-- | databases/pymongo28/distinfo | 2 | ||||
-rw-r--r-- | databases/pymongo28/pkg-descr | 6 |
4 files changed, 0 insertions, 30 deletions
diff --git a/databases/Makefile b/databases/Makefile index a8d67eecef74..06bef4ed4440 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -796,7 +796,6 @@ SUBDIR += py35-sqlite3 SUBDIR += pydbx SUBDIR += pymongo - SUBDIR += pymongo28 SUBDIR += pypy-gdbm SUBDIR += pypy-sqlite3 SUBDIR += pyspatialite diff --git a/databases/pymongo28/Makefile b/databases/pymongo28/Makefile deleted file mode 100644 index 50e499a430e2..000000000000 --- a/databases/pymongo28/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Created by: wen@FreeBSD.org -# $FreeBSD$ - -PORTNAME= pymongo -PORTVERSION= 2.8 -CATEGORIES= databases python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 28 - -MAINTAINER= demon@FreeBSD.org -COMMENT= Python driver for MongoDB - -LICENSE= APACHE20 - -CONFLICTS_INSTALL= py[0-9][0-9]-pymongo - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/databases/pymongo28/distinfo b/databases/pymongo28/distinfo deleted file mode 100644 index 66bb3d0bd13f..000000000000 --- a/databases/pymongo28/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pymongo-2.8.tar.gz) = 0543f65364fb54fb54b954136cf6b5e689ab12a7c1d15c59c52d3d0c5fa73935 -SIZE (pymongo-2.8.tar.gz) = 394529 diff --git a/databases/pymongo28/pkg-descr b/databases/pymongo28/pkg-descr deleted file mode 100644 index 9592e8cf627f..000000000000 --- a/databases/pymongo28/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -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 |