Changeset View
Changeset View
Standalone View
Standalone View
package.yml
- This file was added.
| name : python-pymongo | |||||
Justin: @ikey can you please review name, the repo is called `mongo-python-driver` but the summary line… | |||||
| version : 3.4.0 | |||||
| release : 1 | |||||
| source : | |||||
| - https://github.com/mongodb/mongo-python-driver/archive/3.4.0.tar.gz : 83d2c973dcb997c90e727b1a9c80a5d4e8ff5e6ae9ac9975929d7831af688be3 | |||||
| license : | |||||
| - Apache-2.0 | |||||
| - MIT | |||||
JustinUnsubmitted 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? | |||||
| component : programming.python | |||||
| 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(python-3.5) | |||||
| - python-setuptools | |||||
| setup : | | |||||
| cp -a . ../py3build | |||||
| mv $PWD ${PWD%/*}/py2build | |||||
| build : | | |||||
| pushd py2build | |||||
| %python_setup | |||||
| popd | |||||
| pushd py3build | |||||
| %python3_setup | |||||
| popd | |||||
| install : | | |||||
| pushd py2build | |||||
| %python_install | |||||
| popd | |||||
| pushd py3build | |||||
| %python3_install | |||||
| popd | |||||
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.