python2-contextlib2: Fix format

This commit is contained in:
Alexey Pavlov
2019-10-24 23:34:37 +03:00
parent 8ace2f01d1
commit 947b9ccce2

View File

@@ -11,7 +11,7 @@ url="https://pypi.python.org/pypi/${_pypiname}"
license=('PSF')
depends=("${MINGW_PACKAGE_PREFIX}-python2")
makedepends=("${MINGW_PACKAGE_PREFIX}-python2-setuptools")
source=("https://pypi.io/packages/source/${_realname:0:1}/${_realname}/${_realname}-$pkgver.tar.gz")
source=("https://pypi.io/packages/source/${_realname:0:1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha512sums=('01901ac226c7fca40add00e95cedb2535a802e0114a53ae1315c6dfee20744dbafa7d9619986ad76345ad9b9aa3e364ac01d23f51b5eb70dd2febd5af1f1fc56')
prepare() {
@@ -19,7 +19,7 @@ prepare() {
rm -rf python2-build-${CARCH} | true
cp -r "${_realname}-${pkgver}" "python2-build-${CARCH}"
# Set version for setuptools_scm
export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
export SETUPTOOLS_SCM_PRETEND_VERSION=${pkgver}
export PBR_VERSION=$pkgver
}