diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2022-12-09 09:37:04 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-10 07:43:10 +0700 |
commit | ebf0c73ce03f6115037b6d549dd10058f7878014 (patch) | |
tree | 329d45fb2cce82603b52e0e3536112da3a33df42 | |
parent | 1f11a0007257d12acebf48d9b1024da45ced6466 (diff) |
python/pymongo: Updated for version 4.3.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/pymongo/README | 1 | ||||
-rw-r--r-- | python/pymongo/pymongo.SlackBuild | 11 | ||||
-rw-r--r-- | python/pymongo/pymongo.info | 8 | ||||
-rw-r--r-- | python/pymongo/slack-desc | 2 |
4 files changed, 8 insertions, 14 deletions
diff --git a/python/pymongo/README b/python/pymongo/README index cfa106b153b7..711daff44c3a 100644 --- a/python/pymongo/README +++ b/python/pymongo/README @@ -3,4 +3,3 @@ database from Python. The bson package is an implementation of the BSON format for Python (http://bsonspec.org). The pymongo package is a native Python driver for MongoDB. The gridfs package is a gridfs implementation on top of pymongo. -(http://www.mongodb.org/display/DOCS/GridFS+Specification) diff --git a/python/pymongo/pymongo.SlackBuild b/python/pymongo/pymongo.SlackBuild index 08f64ae20f51..4805e325807c 100644 --- a/python/pymongo/pymongo.SlackBuild +++ b/python/pymongo/pymongo.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for pymongo # Copyright 2013-2014 Christoph Willing, Australia -# Copyright 2015-2019 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2015-2022 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pymongo -VERSION=${VERSION:-3.10.0} +VERSION=${VERSION:-4.3.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -80,12 +80,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -python setup.py install --root=$PKG - -# Python 3 support. -if $(python3 -c 'import sys' 2>/dev/null); then - python3 setup.py install --root=$PKG -fi +python3 setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/python/pymongo/pymongo.info b/python/pymongo/pymongo.info index f38620edec68..e63853e9ef50 100644 --- a/python/pymongo/pymongo.info +++ b/python/pymongo/pymongo.info @@ -1,8 +1,8 @@ PRGNAM="pymongo" -VERSION="3.10.0" -HOMEPAGE="https://pypi.python.org/pypi/pymongo" -DOWNLOAD="https://files.pythonhosted.org/packages/5d/86/bfcec2a1c99e52344530e581a89871738bdcbf2c8f2ba681ad891e0980f1/pymongo-3.10.0.tar.gz" -MD5SUM="fb98d896f0eb14d9b4fe9baac24d772a" +VERSION="4.3.3" +HOMEPAGE="https://github.com/mongodb/mongo-python-driver" +DOWNLOAD="https://files.pythonhosted.org/packages/9a/31/482f7401e7bbbeb66ab6b4ac263e2b50435f4329cce1e72378972d48f6b5/pymongo-4.3.3.tar.gz" +MD5SUM="1f900f3e2a2757db7d91f640de4a1af3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/python/pymongo/slack-desc b/python/pymongo/slack-desc index 9a5631452df6..49b7a87d14c0 100644 --- a/python/pymongo/slack-desc +++ b/python/pymongo/slack-desc @@ -13,7 +13,7 @@ pymongo: database from Python. The bson package is an implementation of pymongo: the BSON format for Python (http://bsonspec.org). The pymongo pymongo: package is a native Python driver for MongoDB. The gridfs package pymongo: is a gridfs implementation on top of pymongo. -pymongo: (http://www.mongodb.org/display/DOCS/GridFS+Specification) pymongo: +pymongo: Homepage: https://github.com/mongodb/mongo-python-driver pymongo: pymongo: |