python-hypothesis: update to 6.84.2

This commit is contained in:
Mehdi Chinoune
2023-08-12 06:30:33 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 407b2d4218
commit 968ca4880e

View File

@@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=6.83.0
pkgver=6.84.2
pkgrel=1
pkgdesc="Advanced Quickcheck style testing library for Python (mingw-w64)"
arch=('any')
@@ -28,7 +28,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha512sums=('1a973725b09143e379a391f7be81d55b93d760a781e17862afb21127214e867cac403473e50367d3a4e37a41a7087485e1493c65d4f7f434fd71c79099094a9b')
sha256sums=('82c7d4b696d211a8edd04dddd1077f13090b10263fee09648f7da389b749f7b0')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"