mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 03:51:18 +02:00
xxx
This commit is contained in:
17
python/py-pymongo/Makefile
Normal file
17
python/py-pymongo/Makefile
Normal file
@@ -0,0 +1,17 @@
|
||||
PORTNAME= pymongo
|
||||
PORTVERSION= 3.13.0
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= farrokhi@FreeBSD.org
|
||||
COMMENT= Python driver for MongoDB
|
||||
WWW= https://github.com/mongodb/mongo-python-driver
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist concurrent distutils pep517
|
||||
|
||||
CONFLICTS_INSTALL= py[0-9][0-9]-pymongo28
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
python/py-pymongo/distinfo
Normal file
3
python/py-pymongo/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1669452165
|
||||
SHA256 (pymongo-3.13.0.tar.gz) = e22d6cf5802cd09b674c307cc9e03870b8c37c503ebec3d25b86f2ce8c535dc7
|
||||
SIZE (pymongo-3.13.0.tar.gz) = 804388
|
||||
4
python/py-pymongo/pkg-descr
Normal file
4
python/py-pymongo/pkg-descr
Normal file
@@ -0,0 +1,4 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user