[arch-commits] Commit in python-pymongo/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Sat Apr 23 17:39:30 UTC 2022


    Date: Saturday, April 23, 2022 @ 17:39:30
  Author: felixonmars
Revision: 1187710

archrelease: copy trunk to community-x86_64

Added:
  python-pymongo/repos/community-x86_64/PKGBUILD
    (from rev 1187709, python-pymongo/trunk/PKGBUILD)
Deleted:
  python-pymongo/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 36 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-23 17:39:18 UTC (rev 1187709)
+++ PKGBUILD	2022-04-23 17:39:30 UTC (rev 1187710)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Thomas S Hatch <thatch45 at gmail.com>
-# Contributor: Jelle van der Waa <jelle at vdwaa.nl>
-
-pkgname=python-pymongo
-pkgver=3.12.3
-pkgrel=1
-pkgdesc='Python module for using MongoDB'
-arch=('x86_64')
-license=('APACHE')
-url='https://pypi.python.org/pypi/pymongo/'
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://pypi.io/packages/source/p/pymongo/pymongo-$pkgver.tar.gz")
-sha512sums=('39e1ea74c1802b1a649fbadb9ab382649cfce1f087ab2274fbdf9c1eaa258310b1e68d45d0f2679e66801b423300626d0ca2439e78743231fcaaacd7bca7060e')
-
-build() {
-  cd "$srcdir"/pymongo-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd "pymongo-$pkgver"
-  python setup.py install --root="$pkgdir" --skip-build --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pymongo/repos/community-x86_64/PKGBUILD (from rev 1187709, python-pymongo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-23 17:39:30 UTC (rev 1187710)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Thomas S Hatch <thatch45 at gmail.com>
+# Contributor: Jelle van der Waa <jelle at vdwaa.nl>
+
+pkgname=python-pymongo
+pkgver=4.0
+pkgrel=1
+pkgdesc='Python module for using MongoDB'
+arch=('x86_64')
+license=('Apache')
+url='https://pypi.python.org/pypi/pymongo/'
+depends=('python')
+makedepends=('python-setuptools')
+optdepends=('python-pymongocrypt: for [encryption]'
+            'python-pyopenssl: for [ocsp]'
+            'python-requests: for [ocsp]'
+            'python-service-identity: for [ocsp]'
+            'python-snappy: for [snappy]'
+            'python-zstandard: for [zstd]'
+            'python-pymongo-auth-aws: for [aws]'
+            'python-dnspython: for [srv]')
+source=("https://pypi.io/packages/source/p/pymongo/pymongo-$pkgver.tar.gz")
+sha512sums=('457c138a2e6277c87654a20fe9f07ce4803ab3fba619b15132b315bbbcdc7065920373058192e7449065faeeff324ae3b748df75605fc8ab1fad26bc57f7773c')
+
+build() {
+  cd pymongo-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd pymongo-$pkgver
+  python setup.py install --root="$pkgdir" --skip-build --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list