[arch-commits] Commit in python-hunter/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Sep 25 15:04:30 UTC 2016
Date: Sunday, September 25, 2016 @ 15:04:29
Author: felixonmars
Revision: 190556
upgpkg: python-hunter 1.4.1-1
Modified:
python-hunter/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-09-25 14:57:56 UTC (rev 190555)
+++ PKGBUILD 2016-09-25 15:04:29 UTC (rev 190556)
@@ -3,7 +3,7 @@
pkgbase=python-hunter
pkgname=('python-hunter' 'python2-hunter')
-pkgver=1.3.0
+pkgver=1.4.1
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='Hunter is a flexible code tracing toolkit'
@@ -12,8 +12,8 @@
makedepends=('python-setuptools' 'python2-setuptools' 'python-fields' 'python2-fields'
'python-colorama' 'python2-colorama' 'python-six' 'python2-six' 'git'
'cython' 'cython2')
-checkdepends=('python-pytest-benchmark' 'python2-pytest-benchmark' 'python2-virtualenv'
- 'python-pytest-runner' 'python2-pytest-runner')
+checkdepends=('python-pytest-benchmark' 'python2-pytest-benchmark' 'python-virtualenv'
+ 'python2-virtualenv' 'python-pytest-runner' 'python2-pytest-runner')
source=("git+https://github.com/ionelmc/python-hunter.git#tag=v$pkgver")
sha512sums=('SKIP')
@@ -33,7 +33,7 @@
# Hack to process .pth files properly
cd "$srcdir"/python-hunter
- pyvenv "$srcdir/pyvenv" --system-site-packages
+ virtualenv "$srcdir/pyvenv" --system-site-packages
(
. "$srcdir/pyvenv/bin/activate"
python setup.py install
More information about the arch-commits
mailing list