Changeset View
Changeset View
Standalone View
Standalone View
package.yml
- This file was added.
| name : python-pymongo | |||||
| version : 3.6.1 | |||||
Justin: @ikey can you please review name, the repo is called `mongo-python-driver` but the summary line… | |||||
| release : 1 | |||||
| source : | |||||
| - https://github.com/mongodb/mongo-python-driver/archive/3.6.1.tar.gz : 8165814e490129047bb92a3e36d857bf4110318920e98cf6d494f294c35ca9c7 | |||||
| license : | |||||
| - Apache-2.0 | |||||
| - MIT | |||||
| component : programming.python | |||||
Not Done Inline ActionsI only see Apache-2.0 referenced in the LICENSE file, where is MIT referenced? Justin: I only see Apache-2.0 referenced in the LICENSE file, where is MIT referenced? | |||||
| summary : Python driver for MongoDB | |||||
| description: | | |||||
| The PyMongo package contains tools for interacting with MongoDB database from Python: | |||||
| * bson: an implementation of the BSON format for Python. | |||||
| * pymongo: a native Python driver for MongoDB. | |||||
| * gridfs: a gridfs implementation on top of pymongo. | |||||
| builddeps : | |||||
| - pkgconfig(python3) | |||||
| - python-setuptools | |||||
| rundeps : | |||||
| - mongodb | |||||
| build : | | |||||
| %python_setup | |||||
| %python3_setup | |||||
| install : | | |||||
| %python_install | |||||
| %python3_install | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
@ikey can you please review name, the repo is called mongo-python-driver but the summary line at the top calls it pymongo.