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

2020-12-14 Thread Felix Yan via arch-commits
Date: Tuesday, December 15, 2020 @ 00:04:59
  Author: felixonmars
Revision: 775809

upgpkg: python-pytest-xdist 2.2.0-1

Modified:
  python-pytest-xdist/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-15 00:00:03 UTC (rev 775808)
+++ PKGBUILD2020-12-15 00:04:59 UTC (rev 775809)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-pytest-xdist
-pkgver=2.1.0
-pkgrel=3
+pkgver=2.2.0
+pkgrel=1
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
 license=('MIT')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools_scm')
 checkdepends=('python-filelock')
 
source=("https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('1bbe43f51bb5641cb7006875f5dc4c889afcede68a02b842880aefca93c2fcf258741707d2add9daa17876a20ebc1da4907ed66e45a8c4eaaf1ca68ddaea00bb')
+sha512sums=('b462f7a569f5a2bd6a1fb1e3c84a3a7972c6375bddb7dae54db9a9551ebd7b79be038ce166ed9436ed35b10c88442824b8a626b5ef9083f7a430a82d0407f6ec')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-11-13 Thread Felix Yan via arch-commits
Date: Friday, November 13, 2020 @ 12:00:06
  Author: felixonmars
Revision: 753878

upgpkg: python-pytest-xdist 2.1.0-3: Python 3.9 rebuild

Modified:
  python-pytest-xdist/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-13 12:00:00 UTC (rev 753877)
+++ PKGBUILD2020-11-13 12:00:06 UTC (rev 753878)
@@ -2,7 +2,7 @@
 
 pkgname=python-pytest-xdist
 pkgver=2.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
 license=('MIT')


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

2020-11-13 Thread Evangelos Foutras via arch-commits
Date: Friday, November 13, 2020 @ 11:57:49
  Author: foutrelis
Revision: 753876

Skip test failing with pytest 6

Modified:
  python-pytest-xdist/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-13 11:56:12 UTC (rev 753875)
+++ PKGBUILD2020-11-13 11:57:49 UTC (rev 753876)
@@ -25,7 +25,8 @@
 
   cd pytest-xdist-$pkgver
   python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.9/site-packages:$PYTHONPATH" 
pytest
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.9/site-packages:$PYTHONPATH" 
pytest \
+--deselect 
testing/acceptance_test.py::TestWarnings::test_warning_captured_deprecated_in_pytest_6
 }
 
 package() {


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

2020-08-25 Thread Felix Yan via arch-commits
Date: Tuesday, August 25, 2020 @ 16:02:35
  Author: felixonmars
Revision: 688464

upgpkg: python-pytest-xdist 2.1.0-1

Modified:
  python-pytest-xdist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-25 16:02:21 UTC (rev 688463)
+++ PKGBUILD2020-08-25 16:02:35 UTC (rev 688464)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-pytest-xdist
-pkgver=2.0.0
+pkgver=2.1.0
 pkgrel=1
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools_scm')
 checkdepends=('python-filelock')
 
source=("https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('eef8e0e27a91d689b4b0980847659c841d7f9b7cfb98796afe45489815b2c167a2372f07917aa4b1cc18644c983e114f6390ad8d24db863b81d1b56bdcd0f900')
+sha512sums=('1bbe43f51bb5641cb7006875f5dc4c889afcede68a02b842880aefca93c2fcf258741707d2add9daa17876a20ebc1da4907ed66e45a8c4eaaf1ca68ddaea00bb')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-08-14 Thread Felix Yan via arch-commits
Date: Friday, August 14, 2020 @ 20:05:30
  Author: felixonmars
Revision: 679289

fix makedepends

Modified:
  python-pytest-xdist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-14 20:03:00 UTC (rev 679288)
+++ PKGBUILD2020-08-14 20:05:30 UTC (rev 679289)
@@ -8,9 +8,8 @@
 license=('MIT')
 url='https://bitbucket.org/pytest-dev/pytest-xdist'
 depends=('python-execnet' 'python-psutil' 'python-pytest-forked')
-makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm'
- 'python-execnet' 'python2-execnet' 'python-pytest-forked' 
'python2-pytest-forked'
- 'python-filelock' 'python2-filelock')
+makedepends=('python-setuptools_scm')
+checkdepends=('python-filelock')
 
source=("https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
 
sha512sums=('eef8e0e27a91d689b4b0980847659c841d7f9b7cfb98796afe45489815b2c167a2372f07917aa4b1cc18644c983e114f6390ad8d24db863b81d1b56bdcd0f900')
 


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

2020-08-14 Thread Felix Yan via arch-commits
Date: Friday, August 14, 2020 @ 19:57:12
  Author: felixonmars
Revision: 679275

upgpkg: python-pytest-xdist 2.0.0-1

Modified:
  python-pytest-xdist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-14 19:56:59 UTC (rev 679274)
+++ PKGBUILD2020-08-14 19:57:12 UTC (rev 679275)
@@ -1,58 +1,38 @@
 # Maintainer: Felix Yan 
 
-pkgbase=python-pytest-xdist
-pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-pkgver=1.34.0
+pkgname=python-pytest-xdist
+pkgver=2.0.0
 pkgrel=1
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
 license=('MIT')
 url='https://bitbucket.org/pytest-dev/pytest-xdist'
+depends=('python-execnet' 'python-psutil' 'python-pytest-forked')
 makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm'
  'python-execnet' 'python2-execnet' 'python-pytest-forked' 
'python2-pytest-forked'
  'python-filelock' 'python2-filelock')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz;)
-sha512sums=('636fe25d41ae2ba606760ec3fae3a7ae96b1c68251ecbf0df4ec50f03e44ded06038e73bb6955b750cc4b676e7f892bc8d79ae92102fadfb23d64bc5e54efdf6')
+source=("https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('eef8e0e27a91d689b4b0980847659c841d7f9b7cfb98796afe45489815b2c167a2372f07917aa4b1cc18644c983e114f6390ad8d24db863b81d1b56bdcd0f900')
 
-prepare() {
-  cp -a pytest-xdist-$pkgver{,-py2}
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 
-  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-}
-
 build() {
-  cd "$srcdir"/pytest-xdist-$pkgver
+  cd pytest-xdist-$pkgver
   python setup.py build
-
-  cd "$srcdir"/pytest-xdist-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
   # Hack entry points by installing it
 
-  cd "$srcdir"/pytest-xdist-$pkgver
+  cd pytest-xdist-$pkgver
   python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH" 
py.test
-
-  cd "$srcdir"/pytest-xdist-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH" 
pytest
 }
 
-package_python-pytest-xdist() {
-  depends=('python-pytest-forked' 'python-execnet')
-
+package() {
   cd pytest-xdist-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
   install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
-package_python2-pytest-xdist() {
-  depends=('python2-pytest-forked' 'python2-execnet')
-
-  cd pytest-xdist-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
 # vim:set ts=2 sw=2 et:


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

2020-07-28 Thread Felix Yan via arch-commits
Date: Tuesday, July 28, 2020 @ 06:55:19
  Author: felixonmars
Revision: 665624

upgpkg: python-pytest-xdist 1.34.0-1

Modified:
  python-pytest-xdist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-28 06:48:31 UTC (rev 665623)
+++ PKGBUILD2020-07-28 06:55:19 UTC (rev 665624)
@@ -2,7 +2,7 @@
 
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-pkgver=1.33.0
+pkgver=1.34.0
 pkgrel=1
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
@@ -12,7 +12,7 @@
  'python-execnet' 'python2-execnet' 'python-pytest-forked' 
'python2-pytest-forked'
  'python-filelock' 'python2-filelock')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz;)
-sha512sums=('01e85ac00beeb2e74a656f562c93b365b5acc49c4d34572043fed3dd68ff8be3263d060bda63c7797d9678f7fb84143bf5092e40d3f9567a2d8ebec231a623c3')
+sha512sums=('636fe25d41ae2ba606760ec3fae3a7ae96b1c68251ecbf0df4ec50f03e44ded06038e73bb6955b750cc4b676e7f892bc8d79ae92102fadfb23d64bc5e54efdf6')
 
 prepare() {
   cp -a pytest-xdist-$pkgver{,-py2}


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

2020-07-10 Thread Felix Yan via arch-commits
Date: Friday, July 10, 2020 @ 12:42:04
  Author: felixonmars
Revision: 663089

upgpkg: python-pytest-xdist 1.33.0-1

Modified:
  python-pytest-xdist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-10 12:39:44 UTC (rev 663088)
+++ PKGBUILD2020-07-10 12:42:04 UTC (rev 663089)
@@ -2,7 +2,7 @@
 
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-pkgver=1.32.0
+pkgver=1.33.0
 pkgrel=1
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
@@ -12,7 +12,7 @@
  'python-execnet' 'python2-execnet' 'python-pytest-forked' 
'python2-pytest-forked'
  'python-filelock' 'python2-filelock')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz;)
-sha512sums=('4a6458d789130712fe521a0786f7a6143d28b99b80497f4d87c6600e879533bbe19898782f1dd95ffe88afd11f509dd6042bc6f057b5a4d751d8e572e0f83b6e')
+sha512sums=('01e85ac00beeb2e74a656f562c93b365b5acc49c4d34572043fed3dd68ff8be3263d060bda63c7797d9678f7fb84143bf5092e40d3f9567a2d8ebec231a623c3')
 
 prepare() {
   cp -a pytest-xdist-$pkgver{,-py2}


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

2020-05-02 Thread Felix Yan via arch-commits
Date: Sunday, May 3, 2020 @ 02:24:21
  Author: felixonmars
Revision: 624541

upgpkg: python-pytest-xdist 1.32.0-1

Modified:
  python-pytest-xdist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-03 02:23:29 UTC (rev 624540)
+++ PKGBUILD2020-05-03 02:24:21 UTC (rev 624541)
@@ -2,7 +2,7 @@
 
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-pkgver=1.31.0
+pkgver=1.32.0
 pkgrel=1
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
@@ -12,7 +12,7 @@
  'python-execnet' 'python2-execnet' 'python-pytest-forked' 
'python2-pytest-forked'
  'python-filelock' 'python2-filelock')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz;)
-sha512sums=('48c18802f5573ed4ceb061e82aea2046e3b19ad54e595ef666e095409d393cc301e729edd34eab999eae85184fc22c9d5fcda6ae334d183265e4baddcb6dfa46')
+sha512sums=('4a6458d789130712fe521a0786f7a6143d28b99b80497f4d87c6600e879533bbe19898782f1dd95ffe88afd11f509dd6042bc6f057b5a4d751d8e572e0f83b6e')
 
 prepare() {
   cp -a pytest-xdist-$pkgver{,-py2}


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

2019-12-23 Thread Felix Yan via arch-commits
Date: Monday, December 23, 2019 @ 09:59:21
  Author: felixonmars
Revision: 539052

upgpkg: python-pytest-xdist 1.31.0-1

Modified:
  python-pytest-xdist/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-23 09:59:19 UTC (rev 539051)
+++ PKGBUILD2019-12-23 09:59:21 UTC (rev 539052)
@@ -2,8 +2,8 @@
 
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-pkgver=1.30.0
-pkgrel=3
+pkgver=1.31.0
+pkgrel=1
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
 license=('MIT')
@@ -12,7 +12,7 @@
  'python-execnet' 'python2-execnet' 'python-pytest-forked' 
'python2-pytest-forked'
  'python-filelock' 'python2-filelock')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz;)
-sha512sums=('ef1f9758884290ac1518ce7483f536ef2356c8c9e8ed2b480de14e61ebc26b4bdd09d4cecdad84e3adfb9544b51ad9fce530fedecf1bac88cbc716e083c7f681')
+sha512sums=('48c18802f5573ed4ceb061e82aea2046e3b19ad54e595ef666e095409d393cc301e729edd34eab999eae85184fc22c9d5fcda6ae334d183265e4baddcb6dfa46')
 
 prepare() {
   cp -a pytest-xdist-$pkgver{,-py2}


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 04:01:43
  Author: felixonmars
Revision: 523093

Python 3.8 rebuild

Modified:
  python-pytest-xdist/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 04:01:20 UTC (rev 523092)
+++ PKGBUILD2019-11-04 04:01:43 UTC (rev 523093)
@@ -3,7 +3,7 @@
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
 pkgver=1.30.0
-pkgrel=2
+pkgrel=3
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
 license=('MIT')


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

2019-10-26 Thread Evangelos Foutras via arch-commits
Date: Saturday, October 26, 2019 @ 20:26:26
  Author: foutrelis
Revision: 520527

Python 3.8 rebuild

Modified:
  python-pytest-xdist/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-26 20:26:21 UTC (rev 520526)
+++ PKGBUILD2019-10-26 20:26:26 UTC (rev 520527)
@@ -3,7 +3,7 @@
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
 pkgver=1.30.0
-pkgrel=1
+pkgrel=2
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
 license=('MIT')


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

2019-10-04 Thread Felix Yan via arch-commits
Date: Friday, October 4, 2019 @ 06:15:54
  Author: felixonmars
Revision: 512665

upgpkg: python-pytest-xdist 1.30.0-1

Modified:
  python-pytest-xdist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 06:15:37 UTC (rev 512664)
+++ PKGBUILD2019-10-04 06:15:54 UTC (rev 512665)
@@ -2,7 +2,7 @@
 
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-pkgver=1.29.0
+pkgver=1.30.0
 pkgrel=1
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
@@ -12,7 +12,7 @@
  'python-execnet' 'python2-execnet' 'python-pytest-forked' 
'python2-pytest-forked'
  'python-filelock' 'python2-filelock')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz;)
-sha512sums=('50e2bcf9e97e6cfaddc931220f74346ebced77cd56135a57d2be1c29ad462f49dadba18efaf0615d4d7ce10c291da1418b7b1d3caa24e21d90c2af773e1372f0')
+sha512sums=('ef1f9758884290ac1518ce7483f536ef2356c8c9e8ed2b480de14e61ebc26b4bdd09d4cecdad84e3adfb9544b51ad9fce530fedecf1bac88cbc716e083c7f681')
 
 prepare() {
   cp -a pytest-xdist-$pkgver{,-py2}


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

2019-06-15 Thread Felix Yan via arch-commits
Date: Saturday, June 15, 2019 @ 17:02:57
  Author: felixonmars
Revision: 481700

upgpkg: python-pytest-xdist 1.29.0-1

Modified:
  python-pytest-xdist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-15 16:53:46 UTC (rev 481699)
+++ PKGBUILD2019-06-15 17:02:57 UTC (rev 481700)
@@ -2,7 +2,7 @@
 
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-pkgver=1.28.0
+pkgver=1.29.0
 pkgrel=1
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
@@ -12,7 +12,7 @@
  'python-execnet' 'python2-execnet' 'python-pytest-forked' 
'python2-pytest-forked'
  'python-filelock' 'python2-filelock')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz;)
-sha512sums=('8125686ee5464af8262d57a24b0bac9e5661eebed2162bd1edd46bb1c98a47616cda5fab4752c89540bf9babdb5eaab40f9dd723023da50493cdaf10e0af5fc9')
+sha512sums=('50e2bcf9e97e6cfaddc931220f74346ebced77cd56135a57d2be1c29ad462f49dadba18efaf0615d4d7ce10c291da1418b7b1d3caa24e21d90c2af773e1372f0')
 
 prepare() {
   cp -a pytest-xdist-$pkgver{,-py2}


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

2019-04-03 Thread Felix Yan via arch-commits
Date: Thursday, April 4, 2019 @ 00:12:53
  Author: felixonmars
Revision: 448682

upgpkg: python-pytest-xdist 1.28.0-1

Modified:
  python-pytest-xdist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-04 00:12:03 UTC (rev 448681)
+++ PKGBUILD2019-04-04 00:12:53 UTC (rev 448682)
@@ -2,7 +2,7 @@
 
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-pkgver=1.27.0
+pkgver=1.28.0
 pkgrel=1
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
@@ -12,7 +12,7 @@
  'python-execnet' 'python2-execnet' 'python-pytest-forked' 
'python2-pytest-forked'
  'python-filelock' 'python2-filelock')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz;)
-sha512sums=('62b5b0132bd41c3fee558092796b0c2701d8c9e0ad8c2f93b12a1402bf26d9bfb4e40ec5d67e6531142a4799a5fb7d1d8bffd35c5a4c1b59cae2c114409144f4')
+sha512sums=('8125686ee5464af8262d57a24b0bac9e5661eebed2162bd1edd46bb1c98a47616cda5fab4752c89540bf9babdb5eaab40f9dd723023da50493cdaf10e0af5fc9')
 
 prepare() {
   cp -a pytest-xdist-$pkgver{,-py2}


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

2019-03-21 Thread Felix Yan via arch-commits
Date: Thursday, March 21, 2019 @ 11:14:46
  Author: felixonmars
Revision: 443022

upgpkg: python-pytest-xdist 1.27.0-1

Modified:
  python-pytest-xdist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-21 11:03:33 UTC (rev 443021)
+++ PKGBUILD2019-03-21 11:14:46 UTC (rev 443022)
@@ -2,7 +2,7 @@
 
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-pkgver=1.26.1
+pkgver=1.27.0
 pkgrel=1
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
@@ -12,7 +12,7 @@
  'python-execnet' 'python2-execnet' 'python-pytest-forked' 
'python2-pytest-forked'
  'python-filelock' 'python2-filelock')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz;)
-sha512sums=('7acff106fe002134b3c6960d4873932f206164c5abf7c6589849b1039503de3c970ace24b47dcdd7ce3faed226dad093fc908db5e777b91d7a30c8dab54d0533')
+sha512sums=('62b5b0132bd41c3fee558092796b0c2701d8c9e0ad8c2f93b12a1402bf26d9bfb4e40ec5d67e6531142a4799a5fb7d1d8bffd35c5a4c1b59cae2c114409144f4')
 
 prepare() {
   cp -a pytest-xdist-$pkgver{,-py2}


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

2019-01-29 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 15:20:17
  Author: felixonmars
Revision: 428407

upgpkg: python-pytest-xdist 1.26.1-1

Modified:
  python-pytest-xdist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 15:13:49 UTC (rev 428406)
+++ PKGBUILD2019-01-29 15:20:17 UTC (rev 428407)
@@ -2,7 +2,7 @@
 
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-pkgver=1.26.0
+pkgver=1.26.1
 pkgrel=1
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
@@ -12,7 +12,7 @@
  'python-execnet' 'python2-execnet' 'python-pytest-forked' 
'python2-pytest-forked'
  'python-filelock' 'python2-filelock')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz;)
-sha512sums=('72138e4e1a597eba098d4835fc05fd74ba5979ea3beffa230c814cdf2a3cc32f4bf1b8bb0958f337ed4ff621faec8ab688af148fa46164a45333850e760cbd60')
+sha512sums=('7acff106fe002134b3c6960d4873932f206164c5abf7c6589849b1039503de3c970ace24b47dcdd7ce3faed226dad093fc908db5e777b91d7a30c8dab54d0533')
 
 prepare() {
   cp -a pytest-xdist-$pkgver{,-py2}


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

2019-01-17 Thread Felix Yan via arch-commits
Date: Thursday, January 17, 2019 @ 19:19:57
  Author: felixonmars
Revision: 423838

upgpkg: python-pytest-xdist 1.26.0-1

Modified:
  python-pytest-xdist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-17 19:19:48 UTC (rev 423837)
+++ PKGBUILD2019-01-17 19:19:57 UTC (rev 423838)
@@ -2,7 +2,7 @@
 
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-pkgver=1.25.0
+pkgver=1.26.0
 pkgrel=1
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
@@ -12,7 +12,7 @@
  'python-execnet' 'python2-execnet' 'python-pytest-forked' 
'python2-pytest-forked'
  'python-filelock' 'python2-filelock')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz;)
-sha512sums=('0de788107dae37e1cd845b0f170d06fe0c560a7f4e2caa95069af78ff0ca2e4eab11838e17979e0482057a668f1741c1f6c8be35532309aca3d2c9caaecab527')
+sha512sums=('72138e4e1a597eba098d4835fc05fd74ba5979ea3beffa230c814cdf2a3cc32f4bf1b8bb0958f337ed4ff621faec8ab688af148fa46164a45333850e760cbd60')
 
 prepare() {
   cp -a pytest-xdist-$pkgver{,-py2}


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

2018-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 13, 2018 @ 19:09:38
  Author: felixonmars
Revision: 416084

upgpkg: python-pytest-xdist 1.25.0-1

Modified:
  python-pytest-xdist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-13 19:09:31 UTC (rev 416083)
+++ PKGBUILD2018-12-13 19:09:38 UTC (rev 416084)
@@ -2,7 +2,7 @@
 
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-pkgver=1.24.1
+pkgver=1.25.0
 pkgrel=1
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
@@ -12,7 +12,7 @@
  'python-execnet' 'python2-execnet' 'python-pytest-forked' 
'python2-pytest-forked'
  'python-filelock' 'python2-filelock')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz;)
-sha512sums=('1998c08ccc9d528ee676dcb174667fe17f5fdad8461392276c506ab7b29fe040b2cd246e22ff078d4637e4bb19aca2c17a68446d344541281fea528fa69d35ce')
+sha512sums=('0de788107dae37e1cd845b0f170d06fe0c560a7f4e2caa95069af78ff0ca2e4eab11838e17979e0482057a668f1741c1f6c8be35532309aca3d2c9caaecab527')
 
 prepare() {
   cp -a pytest-xdist-$pkgver{,-py2}


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

2018-11-10 Thread Felix Yan via arch-commits
Date: Saturday, November 10, 2018 @ 19:42:00
  Author: felixonmars
Revision: 405714

upgpkg: python-pytest-xdist 1.24.1-1

Modified:
  python-pytest-xdist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-10 19:28:54 UTC (rev 405713)
+++ PKGBUILD2018-11-10 19:42:00 UTC (rev 405714)
@@ -2,7 +2,7 @@
 
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-pkgver=1.24.0
+pkgver=1.24.1
 pkgrel=1
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
@@ -12,7 +12,7 @@
  'python-execnet' 'python2-execnet' 'python-pytest-forked' 
'python2-pytest-forked'
  'python-filelock' 'python2-filelock')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz;)
-sha512sums=('90e86e09ae7ca6c0e8cab50cc72591f0d062b4457adddb3325ef10e5f899f160def60430b95aaf4efa84b12c403e063a1126cf231a576991c90b42ee04b3cbd4')
+sha512sums=('1998c08ccc9d528ee676dcb174667fe17f5fdad8461392276c506ab7b29fe040b2cd246e22ff078d4637e4bb19aca2c17a68446d344541281fea528fa69d35ce')
 
 prepare() {
   cp -a pytest-xdist-$pkgver{,-py2}


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

2018-10-31 Thread Felix Yan via arch-commits
Date: Wednesday, October 31, 2018 @ 09:08:05
  Author: felixonmars
Revision: 399827

upgpkg: python-pytest-xdist 1.24.0-1

Modified:
  python-pytest-xdist/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-31 09:08:05 UTC (rev 399826)
+++ PKGBUILD2018-10-31 09:08:05 UTC (rev 399827)
@@ -2,7 +2,7 @@
 
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-pkgver=1.23.2
+pkgver=1.24.0
 pkgrel=1
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
@@ -9,9 +9,10 @@
 license=('MIT')
 url='https://bitbucket.org/pytest-dev/pytest-xdist'
 makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm'
- 'python-execnet' 'python2-execnet' 'python-pytest-forked' 
'python2-pytest-forked')
+ 'python-execnet' 'python2-execnet' 'python-pytest-forked' 
'python2-pytest-forked'
+ 'python-filelock' 'python2-filelock')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz;)
-sha512sums=('cf8705beb182518864baa27fd2ac1344ee5020e9bffde268678847af8dd9e5e5b80f50c0a6b34aebbc1e5e7840b8b88e6edf73584821fce472083ed8d27c7a1b')
+sha512sums=('90e86e09ae7ca6c0e8cab50cc72591f0d062b4457adddb3325ef10e5f899f160def60430b95aaf4efa84b12c403e063a1126cf231a576991c90b42ee04b3cbd4')
 
 prepare() {
   cp -a pytest-xdist-$pkgver{,-py2}


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

2018-09-28 Thread Felix Yan via arch-commits
Date: Friday, September 28, 2018 @ 15:24:09
  Author: felixonmars
Revision: 387302

upgpkg: python-pytest-xdist 1.23.2-1

Modified:
  python-pytest-xdist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-28 15:18:35 UTC (rev 387301)
+++ PKGBUILD2018-09-28 15:24:09 UTC (rev 387302)
@@ -2,7 +2,7 @@
 
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-pkgver=1.23.1
+pkgver=1.23.2
 pkgrel=1
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm'
  'python-execnet' 'python2-execnet' 'python-pytest-forked' 
'python2-pytest-forked')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz;)
-sha512sums=('fb1a406e7649dfe6dd10b8f5d770eff4de63e80596e1a57b23f086ba9dae73250a20aa8fa960f5606b1ab04b872e9ca269441605f48f3a14deb6a58f509d4da5')
+sha512sums=('cf8705beb182518864baa27fd2ac1344ee5020e9bffde268678847af8dd9e5e5b80f50c0a6b34aebbc1e5e7840b8b88e6edf73584821fce472083ed8d27c7a1b')
 
 prepare() {
   cp -a pytest-xdist-$pkgver{,-py2}


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

2018-09-26 Thread Felix Yan via arch-commits
Date: Wednesday, September 26, 2018 @ 14:09:13
  Author: felixonmars
Revision: 385346

upgpkg: python-pytest-xdist 1.23.1-1

Modified:
  python-pytest-xdist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-26 14:07:34 UTC (rev 385345)
+++ PKGBUILD2018-09-26 14:09:13 UTC (rev 385346)
@@ -2,7 +2,7 @@
 
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-pkgver=1.23.0
+pkgver=1.23.1
 pkgrel=1
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm'
  'python-execnet' 'python2-execnet' 'python-pytest-forked' 
'python2-pytest-forked')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz;)
-sha512sums=('a365c8ad4ba84e2aac503c140f9e5893405dbfa67bc7dc14bb92eda6171e3a4a54433427213e2cd1b8ddcc88cf81bfd1ac0c62cb2c352c345e4c615dc9e59d2f')
+sha512sums=('fb1a406e7649dfe6dd10b8f5d770eff4de63e80596e1a57b23f086ba9dae73250a20aa8fa960f5606b1ab04b872e9ca269441605f48f3a14deb6a58f509d4da5')
 
 prepare() {
   cp -a pytest-xdist-$pkgver{,-py2}


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

2018-08-25 Thread Felix Yan via arch-commits
Date: Saturday, August 25, 2018 @ 16:41:11
  Author: felixonmars
Revision: 374002

upgpkg: python-pytest-xdist 1.23.0-1

Modified:
  python-pytest-xdist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-25 14:13:08 UTC (rev 374001)
+++ PKGBUILD2018-08-25 16:41:11 UTC (rev 374002)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-pkgver=1.22.5
+pkgver=1.23.0
 pkgrel=1
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm'
  'python-execnet' 'python2-execnet' 'python-pytest-forked' 
'python2-pytest-forked')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz;)
-sha512sums=('682b779f2c85fda6d736ce1bf5cc08e662b2961ca06b8d0e9d26c3e5a4e1e581b75bfcc1847690b940a6fec5da8bc8b42757a8842cb0202c6a852af784eb4d08')
+sha512sums=('a365c8ad4ba84e2aac503c140f9e5893405dbfa67bc7dc14bb92eda6171e3a4a54433427213e2cd1b8ddcc88cf81bfd1ac0c62cb2c352c345e4c615dc9e59d2f')
 
 prepare() {
   cp -a pytest-xdist-$pkgver{,-py2}


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

2018-08-17 Thread Felix Yan via arch-commits
Date: Friday, August 17, 2018 @ 06:18:16
  Author: felixonmars
Revision: 372099

upgpkg: python-pytest-xdist 1.22.5-1

Modified:
  python-pytest-xdist/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-17 06:17:59 UTC (rev 372098)
+++ PKGBUILD2018-08-17 06:18:16 UTC (rev 372099)
@@ -3,8 +3,8 @@
 
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-pkgver=1.22.2
-pkgrel=2
+pkgver=1.22.5
+pkgrel=1
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
 license=('MIT')
@@ -12,7 +12,7 @@
 makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm'
  'python-execnet' 'python2-execnet' 'python-pytest-forked' 
'python2-pytest-forked')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz;)
-sha512sums=('22de52876bdbcfdeb5ee14d4159ed8535d3f3afa1c2d67116f4d249cced24627163b34f3e1629b2198eb6f5672e4a7db7c864f6e45a37759be01ab2753a20dce')
+sha512sums=('682b779f2c85fda6d736ce1bf5cc08e662b2961ca06b8d0e9d26c3e5a4e1e581b75bfcc1847690b940a6fec5da8bc8b42757a8842cb0202c6a852af784eb4d08')
 
 prepare() {
   cp -a pytest-xdist-$pkgver{,-py2}
@@ -33,7 +33,7 @@
 
   cd "$srcdir"/pytest-xdist-$pkgver
   python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages:$PYTHONPATH" 
py.test
 
   cd "$srcdir"/pytest-xdist-$pkgver-py2
   python2 setup.py install --root="$PWD/tmp_install" --optimize=1


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

2018-06-30 Thread Felix Yan via arch-commits
Date: Saturday, June 30, 2018 @ 07:25:14
  Author: felixonmars
Revision: 347959

upgpkg: python-pytest-xdist 1.22.2-2

Python 3.7 rebuild

Modified:
  python-pytest-xdist/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-30 07:23:33 UTC (rev 347958)
+++ PKGBUILD2018-06-30 07:25:14 UTC (rev 347959)
@@ -4,7 +4,7 @@
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
 pkgver=1.22.2
-pkgrel=1
+pkgrel=2
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
 license=('MIT')


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

2018-02-28 Thread Felix Yan via arch-commits
Date: Wednesday, February 28, 2018 @ 21:09:15
  Author: felixonmars
Revision: 300331

upgpkg: python-pytest-xdist 1.22.2-1

Modified:
  python-pytest-xdist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-28 21:03:01 UTC (rev 300330)
+++ PKGBUILD2018-02-28 21:09:15 UTC (rev 300331)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-pkgver=1.22.1
+pkgver=1.22.2
 pkgrel=1
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm'
  'python-execnet' 'python2-execnet' 'python-pytest-forked' 
'python2-pytest-forked')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz;)
-sha512sums=('bbc3855d60c477667aa657951ada547c76286e117192abe7b2dbf2fea99bac54be0a30d92a25f2cb0378363b4e5ff87fb86bc80b3a8a2ed5728d86f7eccd0c55')
+sha512sums=('22de52876bdbcfdeb5ee14d4159ed8535d3f3afa1c2d67116f4d249cced24627163b34f3e1629b2198eb6f5672e4a7db7c864f6e45a37759be01ab2753a20dce')
 
 prepare() {
   cp -a pytest-xdist-$pkgver{,-py2}


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

2018-02-20 Thread Felix Yan via arch-commits
Date: Tuesday, February 20, 2018 @ 17:35:50
  Author: felixonmars
Revision: 296497

upgpkg: python-pytest-xdist 1.22.1-1

Modified:
  python-pytest-xdist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-20 17:33:10 UTC (rev 296496)
+++ PKGBUILD2018-02-20 17:35:50 UTC (rev 296497)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-pkgver=1.22.0
+pkgver=1.22.1
 pkgrel=1
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm'
  'python-execnet' 'python2-execnet' 'python-pytest-forked' 
'python2-pytest-forked')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz;)
-sha512sums=('eac72f03016a98dd1c437a909e512184a7254a752952b0084698a511a5af5d68358e1e2ba4cdb35fac7475f830150a7b4e7f76c99bf0b618ad695a674e0c94f0')
+sha512sums=('bbc3855d60c477667aa657951ada547c76286e117192abe7b2dbf2fea99bac54be0a30d92a25f2cb0378363b4e5ff87fb86bc80b3a8a2ed5728d86f7eccd0c55')
 
 prepare() {
   cp -a pytest-xdist-$pkgver{,-py2}


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

2018-01-11 Thread Felix Yan via arch-commits
Date: Friday, January 12, 2018 @ 05:57:06
  Author: felixonmars
Revision: 281534

upgpkg: python-pytest-xdist 1.22.0-1

Modified:
  python-pytest-xdist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-12 05:55:48 UTC (rev 281533)
+++ PKGBUILD2018-01-12 05:57:06 UTC (rev 281534)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-pkgver=1.21.0
+pkgver=1.22.0
 pkgrel=1
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm'
  'python-execnet' 'python2-execnet' 'python-pytest-forked' 
'python2-pytest-forked')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz;)
-sha512sums=('443a0a3fd2eeeca09787ce031363c5ae15ff76aca6f6e50cd476f04e4e9f645acbe4538a027144b5aada9651e857bc988d5d57ccfbf8bb6fa662653f437c2122')
+sha512sums=('eac72f03016a98dd1c437a909e512184a7254a752952b0084698a511a5af5d68358e1e2ba4cdb35fac7475f830150a7b4e7f76c99bf0b618ad695a674e0c94f0')
 
 prepare() {
   cp -a pytest-xdist-$pkgver{,-py2}


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

2017-12-26 Thread Felix Yan via arch-commits
Date: Tuesday, December 26, 2017 @ 17:50:20
  Author: felixonmars
Revision: 276126

upgpkg: python-pytest-xdist 1.21.0-1

Modified:
  python-pytest-xdist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-26 17:46:34 UTC (rev 276125)
+++ PKGBUILD2017-12-26 17:50:20 UTC (rev 276126)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-pkgver=1.20.1
+pkgver=1.21.0
 pkgrel=1
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm'
  'python-execnet' 'python2-execnet' 'python-pytest-forked' 
'python2-pytest-forked')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz;)
-sha512sums=('0be76529df57ad63e13242a6efb9a35c706c4440a63969cb9da5173bdaa849a85d41bd44abfe3b47c0107cd81ac24ca9759302257fda64bb5bb4565c727f297e')
+sha512sums=('443a0a3fd2eeeca09787ce031363c5ae15ff76aca6f6e50cd476f04e4e9f645acbe4538a027144b5aada9651e857bc988d5d57ccfbf8bb6fa662653f437c2122')
 
 prepare() {
   cp -a pytest-xdist-$pkgver{,-py2}


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

2017-10-06 Thread Felix Yan
Date: Friday, October 6, 2017 @ 13:06:48
  Author: felixonmars
Revision: 261907

upgpkg: python-pytest-xdist 1.20.1-1

Modified:
  python-pytest-xdist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-06 12:19:22 UTC (rev 261906)
+++ PKGBUILD2017-10-06 13:06:48 UTC (rev 261907)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-pkgver=1.20.0
+pkgver=1.20.1
 pkgrel=1
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm'
  'python-execnet' 'python2-execnet' 'python-pytest-forked' 
'python2-pytest-forked')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz;)
-sha512sums=('10defb418b41948108e5f8fc3a9a116cdd501acf45ffea523db509ca7592fa86a638a4c9ecbb5a9027ea334c45fbceecd049cc9cc8f95824c8225d5636eee337')
+sha512sums=('0be76529df57ad63e13242a6efb9a35c706c4440a63969cb9da5173bdaa849a85d41bd44abfe3b47c0107cd81ac24ca9759302257fda64bb5bb4565c727f297e')
 
 prepare() {
   cp -a pytest-xdist-$pkgver{,-py2}


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

2017-08-19 Thread Felix Yan
Date: Saturday, August 19, 2017 @ 06:58:22
  Author: felixonmars
Revision: 252533

upgpkg: python-pytest-xdist 1.20.0-1

Modified:
  python-pytest-xdist/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 06:45:56 UTC (rev 252532)
+++ PKGBUILD2017-08-19 06:58:22 UTC (rev 252533)
@@ -3,8 +3,8 @@
 
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-pkgver=1.19.1
-pkgrel=2
+pkgver=1.20.0
+pkgrel=1
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
 license=('MIT')
@@ -12,7 +12,7 @@
 makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm'
  'python-execnet' 'python2-execnet' 'python-pytest-forked' 
'python2-pytest-forked')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz;)
-sha512sums=('3c61f7f23bcb0f4fa761c0ab77b48117452c4f4db53699cb55ccc62a28279e15356d6f9cbd7b9f14fc69ae981fac4f18bcac3d214149d8ecef6a02d2293c6ca6')
+sha512sums=('10defb418b41948108e5f8fc3a9a116cdd501acf45ffea523db509ca7592fa86a638a4c9ecbb5a9027ea334c45fbceecd049cc9cc8f95824c8225d5636eee337')
 
 prepare() {
   cp -a pytest-xdist-$pkgver{,-py2}


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

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 01:36:25
  Author: felixonmars
Revision: 250094

upgpkg: python-pytest-xdist 1.19.1-2

Fix dependency on pytest-forked

Modified:
  python-pytest-xdist/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 01:01:44 UTC (rev 250093)
+++ PKGBUILD2017-08-14 01:36:25 UTC (rev 250094)
@@ -4,13 +4,13 @@
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
 pkgver=1.19.1
-pkgrel=1
+pkgrel=2
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
 license=('MIT')
 url='https://bitbucket.org/pytest-dev/pytest-xdist'
 makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm'
- 'python-execnet' 'python2-execnet')
+ 'python-execnet' 'python2-execnet' 'python-pytest-forked' 
'python2-pytest-forked')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz;)
 
sha512sums=('3c61f7f23bcb0f4fa761c0ab77b48117452c4f4db53699cb55ccc62a28279e15356d6f9cbd7b9f14fc69ae981fac4f18bcac3d214149d8ecef6a02d2293c6ca6')
 
@@ -30,19 +30,18 @@
 
 check() {
   # Hack entry points by installing it
-  # https://github.com/pytest-dev/pytest-xdist/issues/163
 
   cd "$srcdir"/pytest-xdist-$pkgver
   python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test || warning "Tests failed"
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test
 
   cd "$srcdir"/pytest-xdist-$pkgver-py2
   python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2 || warning "Tests failed"
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
 }
 
 package_python-pytest-xdist() {
-  depends=('python-pytest' 'python-execnet')
+  depends=('python-pytest-forked' 'python-execnet')
 
   cd pytest-xdist-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
@@ -50,7 +49,7 @@
 }
 
 package_python2-pytest-xdist() {
-  depends=('python2-pytest' 'python2-execnet')
+  depends=('python2-pytest-forked' 'python2-execnet')
 
   cd pytest-xdist-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1


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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 17:27:59
  Author: felixonmars
Revision: 249742

upgpkg: python-pytest-xdist 1.19.1-1

Modified:
  python-pytest-xdist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 17:25:27 UTC (rev 249741)
+++ PKGBUILD2017-08-10 17:27:59 UTC (rev 249742)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-pkgver=1.18.2
+pkgver=1.19.1
 pkgrel=1
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm'
  'python-execnet' 'python2-execnet')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz;)
-sha512sums=('0f7e6d004386ef07fcfacc4fa221cfee320319433937a7dac494739a0661223739d55072d4675d591461ca3eaa4b4ae7fb5ddd5c18d70b97b477018951ce37ac')
+sha512sums=('3c61f7f23bcb0f4fa761c0ab77b48117452c4f4db53699cb55ccc62a28279e15356d6f9cbd7b9f14fc69ae981fac4f18bcac3d214149d8ecef6a02d2293c6ca6')
 
 prepare() {
   cp -a pytest-xdist-$pkgver{,-py2}


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

2017-07-28 Thread Felix Yan
Date: Friday, July 28, 2017 @ 14:40:36
  Author: felixonmars
Revision: 246679

upgpkg: python-pytest-xdist 1.18.2-1

Modified:
  python-pytest-xdist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-28 14:40:22 UTC (rev 246678)
+++ PKGBUILD2017-07-28 14:40:36 UTC (rev 246679)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-pkgver=1.18.1
+pkgver=1.18.2
 pkgrel=1
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm'
  'python-execnet' 'python2-execnet')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz;)
-sha512sums=('7a43e533a01881f290949f5e48cfa2eec297f1060ead9784b27af9772bd1aa56e507b02e1dd2f327d9dfeb6be69302482b839e646c2fa0b4b2cbb41def764a8a')
+sha512sums=('0f7e6d004386ef07fcfacc4fa221cfee320319433937a7dac494739a0661223739d55072d4675d591461ca3eaa4b4ae7fb5ddd5c18d70b97b477018951ce37ac')
 
 prepare() {
   cp -a pytest-xdist-$pkgver{,-py2}


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

2017-07-06 Thread Felix Yan
Date: Friday, July 7, 2017 @ 02:03:12
  Author: felixonmars
Revision: 242604

upgpkg: python-pytest-xdist 1.18.1-1

Modified:
  python-pytest-xdist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-07 02:00:00 UTC (rev 242603)
+++ PKGBUILD2017-07-07 02:03:12 UTC (rev 242604)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-pkgver=1.18.0
+pkgver=1.18.1
 pkgrel=1
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm'
  'python-execnet' 'python2-execnet')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz;)
-sha512sums=('d7074df3617de40571f517ea7be900135c8b11dced9061d490ead8dbfca540e7afd3f7ac2c77c920571a9f6b7bf9c122990a708c817469a92146aedc86891f0a')
+sha512sums=('7a43e533a01881f290949f5e48cfa2eec297f1060ead9784b27af9772bd1aa56e507b02e1dd2f327d9dfeb6be69302482b839e646c2fa0b4b2cbb41def764a8a')
 
 prepare() {
   cp -a pytest-xdist-$pkgver{,-py2}


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

2017-06-29 Thread Felix Yan
Date: Thursday, June 29, 2017 @ 06:23:08
  Author: felixonmars
Revision: 241560

upgpkg: python-pytest-xdist 1.18.0-1

Modified:
  python-pytest-xdist/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-29 05:53:25 UTC (rev 241559)
+++ PKGBUILD2017-06-29 06:23:08 UTC (rev 241560)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-pkgver=1.16.0
+pkgver=1.18.0
 pkgrel=1
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm'
  'python-execnet' 'python2-execnet')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz;)
-sha512sums=('d9803cc4c0fe3ef35f5e7a494971f141daf7c6b91219b7363a90abbab5af572918ce6b17ab2b6a7df3dbc1781b46925f94e4592025659676bff189fbfc5a807e')
+sha512sums=('d7074df3617de40571f517ea7be900135c8b11dced9061d490ead8dbfca540e7afd3f7ac2c77c920571a9f6b7bf9c122990a708c817469a92146aedc86891f0a')
 
 prepare() {
   cp -a pytest-xdist-$pkgver{,-py2}
@@ -30,6 +30,7 @@
 
 check() {
   # Hack entry points by installing it
+  # https://github.com/pytest-dev/pytest-xdist/issues/163
 
   cd "$srcdir"/pytest-xdist-$pkgver
   python setup.py install --root="$PWD/tmp_install" --optimize=1
@@ -37,7 +38,7 @@
 
   cd "$srcdir"/pytest-xdist-$pkgver-py2
   python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2 || warning "Tests failed"
 }
 
 package_python-pytest-xdist() {


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

2017-05-03 Thread Felix Yan
Date: Thursday, May 4, 2017 @ 02:49:16
  Author: felixonmars
Revision: 226710

upgpkg: python-pytest-xdist 1.16.0-1

Modified:
  python-pytest-xdist/trunk/PKGBUILD

--+
 PKGBUILD |   33 ++---
 1 file changed, 18 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-04 02:30:50 UTC (rev 226709)
+++ PKGBUILD2017-05-04 02:49:16 UTC (rev 226710)
@@ -3,25 +3,28 @@
 
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-pkgver=1.15.0
-pkgrel=2
+pkgver=1.16.0
+pkgrel=1
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
 license=('MIT')
 url='https://bitbucket.org/pytest-dev/pytest-xdist'
-makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm' 'python-execnet' 'python2-execnet' 'git')
-source=("git+https://github.com/pytest-dev/pytest-xdist#tag=v$pkgver;)
-md5sums=('SKIP')
+makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm'
+ 'python-execnet' 'python2-execnet')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz;)
+sha512sums=('d9803cc4c0fe3ef35f5e7a494971f141daf7c6b91219b7363a90abbab5af572918ce6b17ab2b6a7df3dbc1781b46925f94e4592025659676bff189fbfc5a807e')
 
 prepare() {
-  cp -a pytest-xdist{,-py2}
+  cp -a pytest-xdist-$pkgver{,-py2}
+
+  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 }
 
 build() {
-  cd "$srcdir"/pytest-xdist
+  cd "$srcdir"/pytest-xdist-$pkgver
   python setup.py build
 
-  cd "$srcdir"/pytest-xdist-py2
+  cd "$srcdir"/pytest-xdist-$pkgver-py2
   python2 setup.py build
 }
 
@@ -28,11 +31,11 @@
 check() {
   # Hack entry points by installing it
 
-  cd "$srcdir"/pytest-xdist
+  cd "$srcdir"/pytest-xdist-$pkgver
   python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test || warning "Tests failed"
 
-  cd "$srcdir"/pytest-xdist-py2
+  cd "$srcdir"/pytest-xdist-$pkgver-py2
   python2 setup.py install --root="$PWD/tmp_install" --optimize=1
   PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
 }
@@ -40,8 +43,8 @@
 package_python-pytest-xdist() {
   depends=('python-pytest' 'python-execnet')
 
-  cd "$srcdir/pytest-xdist"
-  python setup.py install --root="$pkgdir"/ --optimize=1
+  cd pytest-xdist-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
   install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
@@ -48,8 +51,8 @@
 package_python2-pytest-xdist() {
   depends=('python2-pytest' 'python2-execnet')
 
-  cd "$srcdir/pytest-xdist-py2"
-  python2 setup.py install --root="$pkgdir"/ --optimize=1
+  cd pytest-xdist-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
   install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 # vim:set ts=2 sw=2 et:


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

2016-12-24 Thread Felix Yan
Date: Sunday, December 25, 2016 @ 02:45:40
  Author: felixonmars
Revision: 201799

upgpkg: python-pytest-xdist 1.15.0-2

python 3.6 rebuild

Modified:
  python-pytest-xdist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-25 02:43:31 UTC (rev 201798)
+++ PKGBUILD2016-12-25 02:45:40 UTC (rev 201799)
@@ -4,7 +4,7 @@
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
 pkgver=1.15.0
-pkgrel=1
+pkgrel=2
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
 license=('MIT')
@@ -30,7 +30,7 @@
 
   cd "$srcdir"/pytest-xdist
   python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
py.test
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test
 
   cd "$srcdir"/pytest-xdist-py2
   python2 setup.py install --root="$PWD/tmp_install" --optimize=1


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 17:07:24
  Author: felixonmars
Revision: 186669

upgpkg: python-pytest-xdist 1.15.0-1

Modified:
  python-pytest-xdist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 16:47:16 UTC (rev 186668)
+++ PKGBUILD2016-08-12 17:07:24 UTC (rev 186669)
@@ -3,8 +3,7 @@
 
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-_pypiname=pytest-xdist
-pkgver=1.14
+pkgver=1.15.0
 pkgrel=1
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
@@ -15,14 +14,14 @@
 md5sums=('SKIP')
 
 prepare() {
-  cp -a "${srcdir}/${_pypiname}"{,-py2}
+  cp -a pytest-xdist{,-py2}
 }
 
 build() {
-  cd "$srcdir/$_pypiname"
+  cd "$srcdir"/pytest-xdist
   python setup.py build
 
-  cd "$srcdir/$_pypiname-py2"
+  cd "$srcdir"/pytest-xdist-py2
   python2 setup.py build
 }
 
@@ -29,11 +28,11 @@
 check() {
   # Hack entry points by installing it
 
-  cd "$srcdir/$_pypiname"
+  cd "$srcdir"/pytest-xdist
   python setup.py install --root="$PWD/tmp_install" --optimize=1
   PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
py.test
 
-  cd "$srcdir/$_pypiname-py2"
+  cd "$srcdir"/pytest-xdist-py2
   python2 setup.py install --root="$PWD/tmp_install" --optimize=1
   PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
 }
@@ -41,16 +40,16 @@
 package_python-pytest-xdist() {
   depends=('python-pytest' 'python-execnet')
 
-  cd "$srcdir/$_pypiname"
+  cd "$srcdir/pytest-xdist"
   python setup.py install --root="$pkgdir"/ --optimize=1
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_python2-pytest-xdist() {
   depends=('python2-pytest' 'python2-execnet')
 
-  cd "$srcdir/$_pypiname-py2"
+  cd "$srcdir/pytest-xdist-py2"
   python2 setup.py install --root="$pkgdir"/ --optimize=1
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 # vim:set ts=2 sw=2 et:


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

2016-01-31 Thread Felix Yan
Date: Sunday, January 31, 2016 @ 09:22:02
  Author: fyan
Revision: 159671

upgpkg: python-pytest-xdist 1.14-1

Modified:
  python-pytest-xdist/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-31 07:07:54 UTC (rev 159670)
+++ PKGBUILD2016-01-31 08:22:02 UTC (rev 159671)
@@ -4,14 +4,14 @@
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
 _pypiname=pytest-xdist
-pkgver=1.13.1
-pkgrel=2
+pkgver=1.14
+pkgrel=1
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
 license=('MIT')
 url='https://bitbucket.org/pytest-dev/pytest-xdist'
-makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm' 'python-execnet' 'python2-execnet' 'mercurial')
-source=("hg+https://bitbucket.org/pytest-dev/pytest-xdist#tag=v$pkgver;)
+makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm' 'python-execnet' 'python2-execnet' 'git')
+source=("git+https://github.com/pytest-dev/pytest-xdist#tag=v$pkgver;)
 md5sums=('SKIP')
 
 prepare() {
@@ -31,11 +31,11 @@
 
   cd "$srcdir/$_pypiname"
   python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
py.test || warning "Tests failed"
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
py.test
 
   cd "$srcdir/$_pypiname-py2"
   python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2 || warning "Tests failed"
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
 }
 
 package_python-pytest-xdist() {


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

2015-09-19 Thread Felix Yan
Date: Sunday, September 20, 2015 @ 05:40:28
  Author: fyan
Revision: 141161

upgpkg: python-pytest-xdist 1.13.1-2

rebuild for python 3.5

Modified:
  python-pytest-xdist/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 03:36:36 UTC (rev 141160)
+++ PKGBUILD2015-09-20 03:40:28 UTC (rev 141161)
@@ -5,11 +5,11 @@
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
 _pypiname=pytest-xdist
 pkgver=1.13.1
-pkgrel=1
-pkgdesc='py.test plugin to capture log messages'
+pkgrel=2
+pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
 license=('MIT')
-url='https://bitbucket.org/memedough/pytest-xdist/overview'
+url='https://bitbucket.org/pytest-dev/pytest-xdist'
 makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm' 'python-execnet' 'python2-execnet' 'mercurial')
 source=("hg+https://bitbucket.org/pytest-dev/pytest-xdist#tag=v$pkgver;)
 md5sums=('SKIP')
@@ -31,7 +31,7 @@
 
   cd "$srcdir/$_pypiname"
   python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.4/site-packages:$PYTHONPATH" 
py.test || warning "Tests failed"
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
py.test || warning "Tests failed"
 
   cd "$srcdir/$_pypiname-py2"
   python2 setup.py install --root="$PWD/tmp_install" --optimize=1