python-ddt: Rebuild for python 3.8

This commit is contained in:
Alexey Pavlov
2019-10-29 10:55:32 +03:00
parent ed2e4cb4fb
commit f8b4cd41b3

View File

@@ -4,7 +4,7 @@ _realname=ddt
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=1.2.1
pkgrel=1
pkgrel=2
pkgdesc="Data-Driven/Decorated Tests (mingw-w64)"
arch=('any')
url='https://github.com/txels/ddt'
@@ -20,7 +20,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python3-nose"
"${MINGW_PACKAGE_PREFIX}-python2-mock"
"${MINGW_PACKAGE_PREFIX}-python3-yaml"
"${MINGW_PACKAGE_PREFIX}-python2-yaml")
source=("${_realname}-$pkgver.tar.gz"::"https://github.com/txels/ddt/archive/$pkgver.tar.gz")
source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/txels/ddt/archive/${pkgver}.tar.gz")
sha512sums=('c40114109fb99577a9572157e0cec7011efb3415b80874d0038949febf6c2d31ff7977c953e7c23770bc965541f79c7015826c1c7f39c2606db39ad5f38d60ad')
# Helper macros to help make tasks easier #