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

2020-11-29 Thread Felix Yan via arch-commits
Date: Sunday, November 29, 2020 @ 22:57:30
  Author: felixonmars
Revision: 766495

upgpkg: python-sybil 2.0.1-1

Modified:
  python-sybil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-29 22:40:41 UTC (rev 766494)
+++ PKGBUILD2020-11-29 22:57:30 UTC (rev 766495)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-sybil
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc='Automated testing for the examples in your documentation.'
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/cjw296/sybil/archive/$pkgver.tar.gz;)
-sha512sums=('c441619db2404175e04b22c754d449095c219e5b6e97ed1411941797b8ac554980eb2a77371a84bb005e9497d42e42ffecc2ee3c34f2098e5c2fd220c3398895')
+sha512sums=('77892932f947ace293df1732a01c3272414ce22edefafc1ee09b28214b34278d5030edea1130aa0ffd7acce569cf0f877dbe21c21f32e4333ac8d25c5ec0a058')
 
 build() {
   cd sybil-$pkgver


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

2020-11-18 Thread Felix Yan via arch-commits
Date: Wednesday, November 18, 2020 @ 22:47:34
  Author: felixonmars
Revision: 757288

upgpkg: python-sybil 2.0.0-1

Modified:
  python-sybil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-18 22:46:57 UTC (rev 757287)
+++ PKGBUILD2020-11-18 22:47:34 UTC (rev 757288)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-sybil
-pkgver=1.4.0
-pkgrel=3
+pkgver=2.0.0
+pkgrel=1
 pkgdesc='Automated testing for the examples in your documentation.'
 arch=('any')
 license=('MIT')
@@ -9,18 +9,18 @@
 url='https://github.com/cjw296/sybil'
 depends=('python')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-nose')
+checkdepends=('python-pytest')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/cjw296/sybil/archive/$pkgver.tar.gz;)
-sha512sums=('ba5361265a43d35b1f2576a9aace9adf6c9f6ebc0ab60da69671f462f08c276df15b4fd5cd291e621d457d8a17f256fbaf86c11eef3d53fcd84f42e460e89682')
+sha512sums=('c441619db2404175e04b22c754d449095c219e5b6e97ed1411941797b8ac554980eb2a77371a84bb005e9497d42e42ffecc2ee3c34f2098e5c2fd220c3398895')
 
 build() {
-  cd "$srcdir"/sybil-$pkgver
+  cd sybil-$pkgver
   python setup.py build
 }
 
 check() {
-  cd "$srcdir"/sybil-$pkgver
-  python setup.py pytest
+  cd sybil-$pkgver
+  python -m pytest
 }
 
 package() {


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

2020-08-06 Thread Felix Yan via arch-commits
Date: Thursday, August 6, 2020 @ 07:45:30
  Author: felixonmars
Revision: 670615

upgpkg: python-sybil 1.4.0-1

Modified:
  python-sybil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-06 07:44:18 UTC (rev 670614)
+++ PKGBUILD2020-08-06 07:45:30 UTC (rev 670615)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-sybil
-pkgver=1.3.1
+pkgver=1.4.0
 pkgrel=1
 pkgdesc='Automated testing for the examples in your documentation.'
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner' 'python-nose')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/cjw296/sybil/archive/$pkgver.tar.gz;)
-sha512sums=('93cd2bf3c7e44261653a7c9bc19c11c738ec3afeb64696831a5e9def44d5f66d6a41d48ebdfb10208d1674cfc14f9bd603f73cc94de59d631bde58a112eb6361')
+sha512sums=('ba5361265a43d35b1f2576a9aace9adf6c9f6ebc0ab60da69671f462f08c276df15b4fd5cd291e621d457d8a17f256fbaf86c11eef3d53fcd84f42e460e89682')
 
 build() {
   cd "$srcdir"/sybil-$pkgver


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

2020-07-29 Thread Felix Yan via arch-commits
Date: Wednesday, July 29, 2020 @ 12:29:21
  Author: felixonmars
Revision: 665765

upgpkg: python-sybil 1.3.1-1

Modified:
  python-sybil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-29 12:12:22 UTC (rev 665764)
+++ PKGBUILD2020-07-29 12:29:21 UTC (rev 665765)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-sybil
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc='Automated testing for the examples in your documentation.'
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner' 'python-nose')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/cjw296/sybil/archive/$pkgver.tar.gz;)
-sha512sums=('88c29021ed6469cf68f76755fa2e801cc3ed73ab391448cbdaab426dbad49c4001f1feea004eeb64b14378830a282d1651ac0ce1abd64f5d3457c2d8292d9ed9')
+sha512sums=('93cd2bf3c7e44261653a7c9bc19c11c738ec3afeb64696831a5e9def44d5f66d6a41d48ebdfb10208d1674cfc14f9bd603f73cc94de59d631bde58a112eb6361')
 
 build() {
   cd "$srcdir"/sybil-$pkgver


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

2020-03-28 Thread Felix Yan via arch-commits
Date: Saturday, March 28, 2020 @ 22:47:47
  Author: felixonmars
Revision: 605617

upgpkg: python-sybil 1.3.0-1

Modified:
  python-sybil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-28 22:47:27 UTC (rev 605616)
+++ PKGBUILD2020-03-28 22:47:47 UTC (rev 605617)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-sybil
-pkgver=1.2.2
+pkgver=1.3.0
 pkgrel=1
 pkgdesc='Automated testing for the examples in your documentation.'
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner' 'python-nose')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/cjw296/sybil/archive/$pkgver.tar.gz;)
-sha512sums=('82c068e6ea2d03639cab78bb5bf37e69a2c6f1a51dc6f56d5fdcd904ebf05aaec002343267750385c6d0f74668189bd15d73fdfd1dd335d24909738448b7203f')
+sha512sums=('88c29021ed6469cf68f76755fa2e801cc3ed73ab391448cbdaab426dbad49c4001f1feea004eeb64b14378830a282d1651ac0ce1abd64f5d3457c2d8292d9ed9')
 
 build() {
   cd "$srcdir"/sybil-$pkgver


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

2020-02-21 Thread Felix Yan via arch-commits
Date: Friday, February 21, 2020 @ 13:42:41
  Author: felixonmars
Revision: 577530

upgpkg: python-sybil 1.2.2-1

Modified:
  python-sybil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-21 13:41:33 UTC (rev 577529)
+++ PKGBUILD2020-02-21 13:42:41 UTC (rev 577530)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-sybil
-pkgver=1.2.1
+pkgver=1.2.2
 pkgrel=1
 pkgdesc='Automated testing for the examples in your documentation.'
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner' 'python-nose')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/cjw296/sybil/archive/$pkgver.tar.gz;)
-sha512sums=('116fec1b5488a0b65001f473b32b359761fd460078cd8cc5a2be1787491b35833a14d6c877ac09ab17e150679b44a944c830fb82e72a0a53517a42e8115a4552')
+sha512sums=('82c068e6ea2d03639cab78bb5bf37e69a2c6f1a51dc6f56d5fdcd904ebf05aaec002343267750385c6d0f74668189bd15d73fdfd1dd335d24909738448b7203f')
 
 build() {
   cd "$srcdir"/sybil-$pkgver


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 06:54:27
  Author: felixonmars
Revision: 553359

upgpkg: python-sybil 1.2.1-1

Modified:
  python-sybil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 05:41:49 UTC (rev 553358)
+++ PKGBUILD2020-01-22 06:54:27 UTC (rev 553359)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-sybil
-pkgver=1.2.0
-pkgrel=3
+pkgver=1.2.1
+pkgrel=1
 pkgdesc='Automated testing for the examples in your documentation.'
 arch=('any')
 license=('MIT')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner' 'python-nose')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/cjw296/sybil/archive/$pkgver.tar.gz;)
-sha512sums=('769b528a03b75ba6dcd371ac677cb01f88e1629c6b2f3d401ec6bad056650a41ae6cf112d7b0ec8f34434ec2e945a19e87e3910b828182916fa87113a1b45372')
+sha512sums=('116fec1b5488a0b65001f473b32b359761fd460078cd8cc5a2be1787491b35833a14d6c877ac09ab17e150679b44a944c830fb82e72a0a53517a42e8115a4552')
 
 build() {
   cd "$srcdir"/sybil-$pkgver


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 05:32:19
  Author: felixonmars
Revision: 523203

Python 3.8 rebuild

Modified:
  python-sybil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 05:32:03 UTC (rev 523202)
+++ PKGBUILD2019-11-04 05:32:19 UTC (rev 523203)
@@ -2,7 +2,7 @@
 
 pkgname=python-sybil
 pkgver=1.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Automated testing for the examples in your documentation.'
 arch=('any')
 license=('MIT')


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

2019-11-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 2, 2019 @ 21:57:55
  Author: foutrelis
Revision: 522276

Python 3.8 rebuild

Modified:
  python-sybil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 21:57:50 UTC (rev 522275)
+++ PKGBUILD2019-11-02 21:57:55 UTC (rev 522276)
@@ -2,7 +2,7 @@
 
 pkgname=python-sybil
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Automated testing for the examples in your documentation.'
 arch=('any')
 license=('MIT')


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

2019-11-01 Thread Antonio Rojas via arch-commits
Date: Saturday, November 2, 2019 @ 00:40:10
  Author: arojas
Revision: 522120

Drop python2

Modified:
  python-sybil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 00:36:22 UTC (rev 522119)
+++ PKGBUILD2019-11-02 00:40:10 UTC (rev 522120)
@@ -1,7 +1,6 @@
 # Maintainer: Felix Yan 
 
-pkgbase=python-sybil
-pkgname=('python-sybil' 'python2-sybil')
+pkgname=python-sybil
 pkgver=1.2.0
 pkgrel=1
 pkgdesc='Automated testing for the examples in your documentation.'
@@ -8,43 +7,25 @@
 arch=('any')
 license=('MIT')
 url='https://github.com/cjw296/sybil'
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-nose' 
'python2-nose')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/cjw296/sybil/archive/$pkgver.tar.gz;)
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-nose')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/cjw296/sybil/archive/$pkgver.tar.gz;)
 
sha512sums=('769b528a03b75ba6dcd371ac677cb01f88e1629c6b2f3d401ec6bad056650a41ae6cf112d7b0ec8f34434ec2e945a19e87e3910b828182916fa87113a1b45372')
 
-prepare() {
-  cp -a sybil-$pkgver{,-py2}
-}
-
 build() {
   cd "$srcdir"/sybil-$pkgver
   python setup.py build
-
-  cd "$srcdir"/sybil-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
   cd "$srcdir"/sybil-$pkgver
   python setup.py pytest
-
-  cd "$srcdir"/sybil-$pkgver-py2
-  python2 setup.py pytest
 }
 
-package_python-sybil() {
-  depends=('python')
-
+package() {
   cd sybil-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }
 
-package_python2-sybil() {
-  depends=('python2')
-
-  cd sybil-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
 # vim:set ts=2 sw=2 et:


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

2019-04-29 Thread Felix Yan via arch-commits
Date: Monday, April 29, 2019 @ 11:56:31
  Author: felixonmars
Revision: 456041

upgpkg: python-sybil 1.2.0-1

Modified:
  python-sybil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-29 11:56:13 UTC (rev 456040)
+++ PKGBUILD2019-04-29 11:56:31 UTC (rev 456041)
@@ -2,7 +2,7 @@
 
 pkgbase=python-sybil
 pkgname=('python-sybil' 'python2-sybil')
-pkgver=1.1.0
+pkgver=1.2.0
 pkgrel=1
 pkgdesc='Automated testing for the examples in your documentation.'
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-nose' 
'python2-nose')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/cjw296/sybil/archive/$pkgver.tar.gz;)
-sha512sums=('a2e2a67be838883f837d985dd0dd5c4c11f9e484b3571cff8e43c73f02707f3bd6a59d3a9729f4f2c195ffde293a1882e2bf09c7eb0993c5cd2e53d3232ab22c')
+sha512sums=('769b528a03b75ba6dcd371ac677cb01f88e1629c6b2f3d401ec6bad056650a41ae6cf112d7b0ec8f34434ec2e945a19e87e3910b828182916fa87113a1b45372')
 
 prepare() {
   cp -a sybil-$pkgver{,-py2}


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

2019-04-25 Thread Felix Yan via arch-commits
Date: Friday, April 26, 2019 @ 00:21:12
  Author: felixonmars
Revision: 454076

upgpkg: python-sybil 1.1.0-1

Modified:
  python-sybil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-26 00:20:13 UTC (rev 454075)
+++ PKGBUILD2019-04-26 00:21:12 UTC (rev 454076)
@@ -2,7 +2,7 @@
 
 pkgbase=python-sybil
 pkgname=('python-sybil' 'python2-sybil')
-pkgver=1.0.9
+pkgver=1.1.0
 pkgrel=1
 pkgdesc='Automated testing for the examples in your documentation.'
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-nose' 
'python2-nose')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/cjw296/sybil/archive/$pkgver.tar.gz;)
-sha512sums=('f084150cd1c87912c1843fc3e4205d5a3d7edaa5fb6f0ea9db87a70f1e6899eb5113d3ba8e56edd8e2498dfdf3e73d22d36de0528ebf690a4be01224f2ec256c')
+sha512sums=('a2e2a67be838883f837d985dd0dd5c4c11f9e484b3571cff8e43c73f02707f3bd6a59d3a9729f4f2c195ffde293a1882e2bf09c7eb0993c5cd2e53d3232ab22c')
 
 prepare() {
   cp -a sybil-$pkgver{,-py2}


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

2018-08-01 Thread Felix Yan via arch-commits
Date: Wednesday, August 1, 2018 @ 18:31:02
  Author: felixonmars
Revision: 367182

upgpkg: python-sybil 1.0.9-1

Modified:
  python-sybil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-01 18:24:20 UTC (rev 367181)
+++ PKGBUILD2018-08-01 18:31:02 UTC (rev 367182)
@@ -3,8 +3,8 @@
 
 pkgbase=python-sybil
 pkgname=('python-sybil' 'python2-sybil')
-pkgver=1.0.8
-pkgrel=2
+pkgver=1.0.9
+pkgrel=1
 pkgdesc='Automated testing for the examples in your documentation.'
 arch=('any')
 license=('MIT')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-nose' 
'python2-nose')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/cjw296/sybil/archive/$pkgver.tar.gz;)
-sha512sums=('fa3b00d1af6b0ba7a0f527d3b64c45438025442057a201f6200c506c531ff8cd31b0c0caeb8f23fb7ad87befd2aecbad3ae3549a0b0106d2c2b75a2c0eee3adc')
+sha512sums=('f084150cd1c87912c1843fc3e4205d5a3d7edaa5fb6f0ea9db87a70f1e6899eb5113d3ba8e56edd8e2498dfdf3e73d22d36de0528ebf690a4be01224f2ec256c')
 
 prepare() {
   cp -a sybil-$pkgver{,-py2}


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

2018-06-30 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 30, 2018 @ 18:45:39
  Author: foutrelis
Revision: 349099

Python 3.7 rebuild

Modified:
  python-sybil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-30 18:45:36 UTC (rev 349098)
+++ PKGBUILD2018-06-30 18:45:39 UTC (rev 349099)
@@ -4,7 +4,7 @@
 pkgbase=python-sybil
 pkgname=('python-sybil' 'python2-sybil')
 pkgver=1.0.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Automated testing for the examples in your documentation.'
 arch=('any')
 license=('MIT')


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

2018-04-06 Thread Felix Yan via arch-commits
Date: Saturday, April 7, 2018 @ 05:44:15
  Author: felixonmars
Revision: 314652

upgpkg: python-sybil 1.0.8-1

Modified:
  python-sybil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-07 05:43:55 UTC (rev 314651)
+++ PKGBUILD2018-04-07 05:44:15 UTC (rev 314652)
@@ -3,7 +3,7 @@
 
 pkgbase=python-sybil
 pkgname=('python-sybil' 'python2-sybil')
-pkgver=1.0.7
+pkgver=1.0.8
 pkgrel=1
 pkgdesc='Automated testing for the examples in your documentation.'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-nose' 
'python2-nose')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/cjw296/sybil/archive/$pkgver.tar.gz;)
-sha512sums=('a8677029b929dda76bbdf1e4880cd820e5d999edd8757ac125d6c223e665ee57c6946468c0e13a24f2c28ff7523b351761d3624fc6f9a8d91e7513eecbe9170a')
+sha512sums=('fa3b00d1af6b0ba7a0f527d3b64c45438025442057a201f6200c506c531ff8cd31b0c0caeb8f23fb7ad87befd2aecbad3ae3549a0b0106d2c2b75a2c0eee3adc')
 
 prepare() {
   cp -a sybil-$pkgver{,-py2}


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

2018-01-26 Thread Felix Yan via arch-commits
Date: Friday, January 26, 2018 @ 17:45:49
  Author: felixonmars
Revision: 287165

upgpkg: python-sybil 1.0.7-1

Modified:
  python-sybil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-26 17:44:33 UTC (rev 287164)
+++ PKGBUILD2018-01-26 17:45:49 UTC (rev 287165)
@@ -3,7 +3,7 @@
 
 pkgbase=python-sybil
 pkgname=('python-sybil' 'python2-sybil')
-pkgver=1.0.6
+pkgver=1.0.7
 pkgrel=1
 pkgdesc='Automated testing for the examples in your documentation.'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-nose' 
'python2-nose')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/cjw296/sybil/archive/$pkgver.tar.gz;)
-sha512sums=('6389f179afa6af9ffd23877cc7ea1b71b6431d3955262ec6707d65bcd45774e848a36c9cdbba323cca3bf016e22c7e31672059ee86f6556345311099f42a78da')
+sha512sums=('a8677029b929dda76bbdf1e4880cd820e5d999edd8757ac125d6c223e665ee57c6946468c0e13a24f2c28ff7523b351761d3624fc6f9a8d91e7513eecbe9170a')
 
 prepare() {
   cp -a sybil-$pkgver{,-py2}


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

2017-11-30 Thread Felix Yan via arch-commits
Date: Thursday, November 30, 2017 @ 09:05:21
  Author: felixonmars
Revision: 270819

upgpkg: python-sybil 1.0.6-1

Modified:
  python-sybil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-30 09:05:12 UTC (rev 270818)
+++ PKGBUILD2017-11-30 09:05:21 UTC (rev 270819)
@@ -3,7 +3,7 @@
 
 pkgbase=python-sybil
 pkgname=('python-sybil' 'python2-sybil')
-pkgver=1.0.5
+pkgver=1.0.6
 pkgrel=1
 pkgdesc='Automated testing for the examples in your documentation.'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-nose' 
'python2-nose')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/cjw296/sybil/archive/$pkgver.tar.gz;)
-sha512sums=('f503c70af6e803dcf38a51ffcb4ebd6fdb8ca3e68f6fb6c6f6e026d152f5634f3e2b07f09a0210dd3906f8c8e56b50e43fa86bc4c9a27304c650a37db01cc506')
+sha512sums=('6389f179afa6af9ffd23877cc7ea1b71b6431d3955262ec6707d65bcd45774e848a36c9cdbba323cca3bf016e22c7e31672059ee86f6556345311099f42a78da')
 
 prepare() {
   cp -a sybil-$pkgver{,-py2}