Date: Tue, 12 Apr 2016 13:20:53 +0000 (UTC) From: Dmitry Sivachenko <demon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413114 - in head/databases: . pymongo28 Message-ID: <201604121320.u3CDKr5A097494@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: demon Date: Tue Apr 12 13:20:53 2016 New Revision: 413114 URL: https://svnweb.freebsd.org/changeset/ports/413114 Log: Add pymongo28 port: the upcoming motor port (https://pypi.python.org/pypi/motor) requires exactly that version. This port should be deleted when motor port will accept newer versions of pymongo. Added: head/databases/pymongo28/ - copied from r413113, head/databases/pymongo/ Modified: head/databases/Makefile head/databases/pymongo28/Makefile head/databases/pymongo28/distinfo Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Tue Apr 12 12:33:01 2016 (r413113) +++ head/databases/Makefile Tue Apr 12 13:20:53 2016 (r413114) @@ -801,6 +801,7 @@ SUBDIR += py35-sqlite3 SUBDIR += pydbx SUBDIR += pymongo + SUBDIR += pymongo28 SUBDIR += pypy-gdbm SUBDIR += pypy-sqlite3 SUBDIR += pyspatialite Modified: head/databases/pymongo28/Makefile ============================================================================== --- head/databases/pymongo/Makefile Tue Apr 12 12:33:01 2016 (r413113) +++ head/databases/pymongo28/Makefile Tue Apr 12 13:20:53 2016 (r413114) @@ -2,16 +2,19 @@ # $FreeBSD$ PORTNAME= pymongo -PORTVERSION= 3.2.2 +PORTVERSION= 2.8 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 28 -MAINTAINER= wg@FreeBSD.org +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 Modified: head/databases/pymongo28/distinfo ============================================================================== --- head/databases/pymongo/distinfo Tue Apr 12 12:33:01 2016 (r413113) +++ head/databases/pymongo28/distinfo Tue Apr 12 13:20:53 2016 (r413114) @@ -1,2 +1,2 @@ -SHA256 (pymongo-3.2.2.tar.gz) = f2018165823b341d83d398165d1c625e5db5cc779e7c44c107034407808463b6 -SIZE (pymongo-3.2.2.tar.gz) = 504184 +SHA256 (pymongo-2.8.tar.gz) = 0543f65364fb54fb54b954136cf6b5e689ab12a7c1d15c59c52d3d0c5fa73935 +SIZE (pymongo-2.8.tar.gz) = 394529
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604121320.u3CDKr5A097494>