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

2020-11-15 Thread Felix Yan via arch-commits
Date: Sunday, November 15, 2020 @ 10:46:50
  Author: felixonmars
Revision: 754391

upgpkg: python-hypothesmith 0.1.7-1

Modified:
  python-hypothesmith/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-15 10:46:36 UTC (rev 754390)
+++ PKGBUILD2020-11-15 10:46:50 UTC (rev 754391)
@@ -1,9 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-hypothesmith
-pkgver=0.1.6
-_commit=40947c2e590f06ea5f3b88c6e75d8a98e9443c63
-pkgrel=3
+pkgver=0.1.7
+pkgrel=1
 pkgdesc="Hypothesis strategies for generating Python programs, something like 
CSmith"
 url="https://github.com/Zac-HD/hypothesmith;
 license=('MPL')
@@ -11,20 +10,20 @@
 depends=('python-hypothesis' 'python-lark-parser' 'python-libcst')
 makedepends=('python-setuptools')
 checkdepends=('python-black' 'python-parso' 'python-pytest-cov')
-source=("https://github.com/Zac-HD/hypothesmith/archive/$_commit/$pkgname-$_commit.tar.gz;)
-sha512sums=('c93341aaa3397c46331474b6b5b48efab1b50a8cf4e7359b77fa60c9e4952341fc0e8a8c3becca44599ef9b5ed05748072a0022ba79def82a2b78e0dd44e165d')
+source=("https://pypi.io/packages/source/h/hypothesmith/hypothesmith-$pkgver.tar.gz;)
+sha512sums=('2cd24ad00489c086f9ed687ba3824216628d66c7f3eac7dc36f13117110d9a8f9e791a4be0ee7987aa1bd04d6593ccff000d3e6cc7776b905dfdda79ce20cb71')
 
 build() {
-  cd hypothesmith-$_commit
+  cd hypothesmith-$pkgver
   python setup.py build
 }
 
 check() {
-  cd hypothesmith-$_commit
+  cd hypothesmith-$pkgver
   PYTHONPATH="$PWD/build/lib" pytest
 }
 
 package() {
-  cd hypothesmith-$_commit
+  cd hypothesmith-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }


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

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Friday, November 13, 2020 @ 07:28:20
  Author: foutrelis
Revision: 753843

upgpkg: python-hypothesmith 0.1.6-3: Python 3.9 rebuild

Modified:
  python-hypothesmith/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-13 07:26:13 UTC (rev 753842)
+++ PKGBUILD2020-11-13 07:28:20 UTC (rev 753843)
@@ -3,7 +3,7 @@
 pkgname=python-hypothesmith
 pkgver=0.1.6
 _commit=40947c2e590f06ea5f3b88c6e75d8a98e9443c63
-pkgrel=2
+pkgrel=3
 pkgdesc="Hypothesis strategies for generating Python programs, something like 
CSmith"
 url="https://github.com/Zac-HD/hypothesmith;
 license=('MPL')


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

2020-11-01 Thread Felix Yan via arch-commits
Date: Monday, November 2, 2020 @ 06:11:18
  Author: felixonmars
Revision: 739122

upgpkg: python-hypothesmith 0.1.6-1

Modified:
  python-hypothesmith/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-02 06:11:13 UTC (rev 739121)
+++ PKGBUILD2020-11-02 06:11:18 UTC (rev 739122)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-hypothesmith
-pkgver=0.1.5
-_commit=10328724474f4d377c876bd880da91766d9189ab
+pkgver=0.1.6
+_commit=40947c2e590f06ea5f3b88c6e75d8a98e9443c63
 pkgrel=1
 pkgdesc="Hypothesis strategies for generating Python programs, something like 
CSmith"
 url="https://github.com/Zac-HD/hypothesmith;
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-black' 'python-parso' 'python-pytest-cov')
 
source=("https://github.com/Zac-HD/hypothesmith/archive/$_commit/$pkgname-$_commit.tar.gz;)
-sha512sums=('0a7ce47176c50de70a5a5eb6ac0a1da751f14c85b742e4808e25983b46535ce8467a4cd8c77c9f0a1b4b91db4eb9bd0d47b88a2a81a900811127d6624710')
+sha512sums=('c93341aaa3397c46331474b6b5b48efab1b50a8cf4e7359b77fa60c9e4952341fc0e8a8c3becca44599ef9b5ed05748072a0022ba79def82a2b78e0dd44e165d')
 
 build() {
   cd hypothesmith-$_commit


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

2020-10-15 Thread Felix Yan via arch-commits
Date: Thursday, October 15, 2020 @ 20:09:07
  Author: felixonmars
Revision: 724284

upgpkg: python-hypothesmith 0.1.5-1

Modified:
  python-hypothesmith/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-15 19:51:14 UTC (rev 724283)
+++ PKGBUILD2020-10-15 20:09:07 UTC (rev 724284)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-hypothesmith
-pkgver=0.1.4
-_commit=6124cd71317add93500e0cb04c98cf5606adedea
+pkgver=0.1.5
+_commit=10328724474f4d377c876bd880da91766d9189ab
 pkgrel=1
 pkgdesc="Hypothesis strategies for generating Python programs, something like 
CSmith"
 url="https://github.com/Zac-HD/hypothesmith;
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-black' 'python-parso' 'python-pytest-cov')
 
source=("https://github.com/Zac-HD/hypothesmith/archive/$_commit/$pkgname-$_commit.tar.gz;)
-sha512sums=('cfb56ae43ff93a26fad77658cfb575d8bd79d9103ffc61952c69abfd40f43178ca20f81c936aca32124e12502679ffe35bb1d8f06b72065f645a7306352dba03')
+sha512sums=('0a7ce47176c50de70a5a5eb6ac0a1da751f14c85b742e4808e25983b46535ce8467a4cd8c77c9f0a1b4b91db4eb9bd0d47b88a2a81a900811127d6624710')
 
 build() {
   cd hypothesmith-$_commit


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

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:52:13
  Author: felixonmars
Revision: 682207

upgpkg: python-hypothesmith 0.1.4-1

Modified:
  python-hypothesmith/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:51:39 UTC (rev 682206)
+++ PKGBUILD2020-08-17 05:52:13 UTC (rev 682207)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-hypothesmith
-pkgver=0.1.3
-_commit=80d28f546af3e3f3c43e8f30a2779dd6e2968de2
+pkgver=0.1.4
+_commit=6124cd71317add93500e0cb04c98cf5606adedea
 pkgrel=1
 pkgdesc="Hypothesis strategies for generating Python programs, something like 
CSmith"
 url="https://github.com/Zac-HD/hypothesmith;
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-black' 'python-parso' 'python-pytest-cov')
 
source=("https://github.com/Zac-HD/hypothesmith/archive/$_commit/$pkgname-$_commit.tar.gz;)
-sha512sums=('750cf35cd7da3a28859ca94fabc4b07902e771abbfb8df19ccc825cea4509596c849acc8eaa7ebd192fd5bf2670b0f51e65abfc350fc81e33f47f6fb25c30d7b')
+sha512sums=('cfb56ae43ff93a26fad77658cfb575d8bd79d9103ffc61952c69abfd40f43178ca20f81c936aca32124e12502679ffe35bb1d8f06b72065f645a7306352dba03')
 
 build() {
   cd hypothesmith-$_commit