Date: Monday, November 28, 2022 @ 00:16:21 Author: arojas Revision: 1354157
upgpkg: python-hypothesmith 0.2.1-1: Update to 0.2.1 Modified: python-hypothesmith/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-27 23:52:59 UTC (rev 1354156) +++ PKGBUILD 2022-11-28 00:16:21 UTC (rev 1354157) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-hypothesmith -pkgver=0.2.0 +pkgver=0.2.1 pkgrel=1 pkgdesc="Hypothesis strategies for generating Python programs, something like CSmith" url="https://github.com/Zac-HD/hypothesmith" @@ -9,10 +9,15 @@ arch=('any') depends=('python-hypothesis' 'python-lark-parser' 'python-libcst') makedepends=('python-setuptools') -checkdepends=('python-black' 'python-parso' 'python-pytest-cov') +checkdepends=('python-black' 'python-parso' 'python-pytest') source=("https://pypi.io/packages/source/h/hypothesmith/hypothesmith-$pkgver.tar.gz") -sha512sums=('b82627897f0e07e6249ce2d3730134690dbe340b81632a1101b6b6b9a9ac6ccd0f350ba10f729349ef200b9243081f7f58eb760ccbcb4175adfcc5f411a8a045') +sha512sums=('3a09ab033b13b6ed5e043cced42df2e320f2c5949c4eb946bcf0ecf3aec07d544d91591beda3a8e6cc0ba92b8d1bed30d030bc069222e7a0ce3f3e247fc8adac') +prepare() { + cd hypothesmith-$pkgver + sed -e '/--cov/d' -i tox.ini +} + build() { cd hypothesmith-$pkgver python setup.py build
