Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "Python driver for MongoDB <http://www.mongodb.org>" |
| 2 | DESCRIPTION = "\ |
| 3 | The PyMongo distribution contains tools for interacting with MongoDB \ |
| 4 | database from Python. The bson package is an implementation of the BSON \ |
| 5 | format for Python. The pymongo package is a native Python driver for \ |
| 6 | MongoDB. The gridfs package is a gridfs implementation on top of pymongo." |
| 7 | HOMEPAGE = "http://github.com/mongodb/mongo-python-driver" |
| 8 | LICENSE = "Apache-2.0" |
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2a944942e1496af1886903d274dedb13" |
| 10 | |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame^] | 11 | SRC_URI[md5sum] = "35ae53073a25603591e085b18bc5a0ec" |
| 12 | SRC_URI[sha256sum] = "e820d93414f3bec1fa456c84afbd4af1b43ff41366321619db74e6bc065d6924" |
| 13 | |
| 14 | PACKAGES =+ "${PYTHON_PN}-bson" |
| 15 | |
| 16 | FILES_${PYTHON_PN}-bson = "${PYTHON_SITEPACKAGES_DIR}/bson/*" |
| 17 | |
| 18 | RDEPENDS_${PYTHON_PN}-bson += " \ |
| 19 | ${PYTHON_PN}-datetime \ |
| 20 | ${PYTHON_PN}-netclient \ |
| 21 | ${PYTHON_PN}-numbers \ |
| 22 | ${PYTHON_PN}-threading \ |
| 23 | " |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 24 | |
| 25 | RDEPENDS_${PN} += " \ |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame^] | 26 | ${PYTHON_PN}-bson \ |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 27 | " |