This commit is contained in:
2023-03-12 21:19:08 +02:00
parent 03557b463a
commit 56b18d31aa
339 changed files with 16782 additions and 918 deletions

View 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>