diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pymongo_4.16.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pymongo_4.16.0.bb | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pymongo_4.16.0.bb b/meta-python/recipes-devtools/python/python3-pymongo_4.16.0.bb new file mode 100644 index 0000000000..75d0504d46 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pymongo_4.16.0.bb | |||
| @@ -0,0 +1,38 @@ | |||
| 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 = "https://github.com/mongodb/mongo-python-driver" | ||
| 8 | LICENSE = "Apache-2.0" | ||
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | ||
| 10 | |||
| 11 | SRC_URI[sha256sum] = "8ba8405065f6e258a6f872fe62d797a28f383a12178c7153c01ed04e845c600c" | ||
| 12 | |||
| 13 | CVE_PRODUCT = "pymongo" | ||
| 14 | |||
| 15 | inherit pypi python_hatchling | ||
| 16 | |||
| 17 | PACKAGES =+ "python3-bson" | ||
| 18 | |||
| 19 | FILES:python3-bson = "${PYTHON_SITEPACKAGES_DIR}/bson/*" | ||
| 20 | |||
| 21 | DEPENDS += " \ | ||
| 22 | python3-hatch-requirements-txt-native \ | ||
| 23 | " | ||
| 24 | |||
| 25 | RDEPENDS:python3-bson += " \ | ||
| 26 | python3-datetime \ | ||
| 27 | python3-json \ | ||
| 28 | python3-netclient \ | ||
| 29 | python3-numbers \ | ||
| 30 | python3-threading \ | ||
| 31 | " | ||
| 32 | |||
| 33 | RDEPENDS:${PN} += " \ | ||
| 34 | python3-bson \ | ||
| 35 | python3-pprint \ | ||
| 36 | python3-difflib \ | ||
| 37 | python3-logging \ | ||
| 38 | " | ||
