Rebuilds for Python 3.7. Part I

This commit is contained in:
Alexey Pavlov
2018-07-06 13:15:37 +03:00
parent da16cf6895
commit e39bab66d6
11 changed files with 14 additions and 14 deletions

View File

@@ -4,8 +4,8 @@ _pyname=pytest
_realname=${_pyname}
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=3.5.1
pkgrel=2
pkgver=3.6.3
pkgrel=1
pkgdesc='simple powerful testing with Python (mingw-w64)'
url='https://pytest.org/'
license=('MIT')
@@ -15,7 +15,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python2"
"${MINGW_PACKAGE_PREFIX}-python2-setuptools-scm"
"${MINGW_PACKAGE_PREFIX}-python3-setuptools-scm")
source=("${_realname}-${pkgver}.tar.gz::https://github.com/pytest-dev/pytest/archive/${pkgver}.tar.gz")
sha256sums=('1f2a36f075d8237837484de95b53aee81b73532d88b614fd3eea6728e71ed579')
sha256sums=('0851e855cc6c263f1329e010cec8edd623d61476a9f2e5462e64b42121a266a0')
prepare() {
cd ${srcdir}