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

Felix Yan fyan at archlinux.org
Thu Oct 8 01:04:45 UTC 2015


    Date: Thursday, October 8, 2015 @ 03:04:45
  Author: fyan
Revision: 143325

upgpkg: python-pytest 2.8.2-1

Modified:
  python-pytest/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-08 00:55:03 UTC (rev 143324)
+++ PKGBUILD	2015-10-08 01:04:45 UTC (rev 143325)
@@ -4,21 +4,21 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=2.8.1.20151003
-_commit=5171d167ce8e3bb5fe69544a204ac0edeeee58a7
+pkgver=2.8.2
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
 license=('MIT')
 url="http://pytest.org/"
-makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 'git')
-             # 'python-pluggy' 'python2-pluggy')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 'git'
+             'python-pluggy' 'python2-pluggy')
 checkdepends=('lsof' 'python-nose' 'python2-nose'
               'python-mock' 'python2-mock' 'python-yaml' 'python2-yaml' 'python2-enum34'
               'python-pexpect' 'python2-pexpect' 'python-pytest-xdist' 'python2-pytest-xdist'
               'python-zope-interface' 'python2-zope-interface')
               # 'python-twisted' 'python2-twisted' disabled as they don't support python 3.5 for now
-source=("git+https://github.com/pytest-dev/pytest.git#commit=$_commit")
+#source=("git+https://github.com/pytest-dev/pytest.git#commit=$_commit")
+source=("git+https://github.com/pytest-dev/pytest.git#tag=$pkgver")
 sha512sums=('SKIP')
 
 prepare() {



More information about the arch-commits mailing list