[arch-commits] Commit in python-pymongo/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Mon Jan 6 13:18:14 UTC 2020


    Date: Monday, January 6, 2020 @ 13:18:13
  Author: jelle
Revision: 549730

upgpkg: python-pymongo 3.10.0-2

Remove check() since mongodb is no longer in the repos

Modified:
  python-pymongo/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-06 12:44:08 UTC (rev 549729)
+++ PKGBUILD	2020-01-06 13:18:13 UTC (rev 549730)
@@ -1,5 +1,5 @@
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
 # 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>
 
@@ -6,14 +6,12 @@
 pkgbase=python-pymongo
 pkgname=('python-pymongo' 'python2-pymongo')
 pkgver=3.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Python module for using MongoDB'
 arch=('x86_64')
 license=('APACHE')
 url='https://pypi.python.org/pypi/pymongo/'
 makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose' 'python2-gevent' 'python2-monotonic' 'pifpaf')
-checkdepends_x86_64=('mongodb')
 source=("https://pypi.io/packages/source/p/pymongo/pymongo-$pkgver.tar.gz")
 sha512sums=('43fb571af90583eb29bf0f52a0ae12b6499fc4c3913d57655d3b58ba58c2e16c510a86136beaf8fd9c9d43fb498aa562c0816340de6d1e716eb323450100e2db')
 
@@ -29,16 +27,6 @@
   python2 setup.py build
 }
 
-check_x86_64() {
-  export DB_PORT=29000
-
-  cd "$srcdir"/pymongo-$pkgver
-  pifpaf run mongodb python setup.py test
-
-  cd "$srcdir"/pymongo2-$pkgver
-  pifpaf run mongodb python2 setup.py test
-}
-
 package_python2-pymongo() {
   depends=('python2')
   optdepends=('python2-monotonic: enable support for a monotonic clock')



More information about the arch-commits mailing list