From 616e3cb6797761871aabf5842a7a6b2a5354635d Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Mon, 27 Feb 2017 11:17:13 +0300 Subject: [PATCH] python-path: Fix building. --- mingw-w64-python-path/PKGBUILD | 30 ++++++++++++------------------ 1 file changed, 12 insertions(+), 18 deletions(-) diff --git a/mingw-w64-python-path/PKGBUILD b/mingw-w64-python-path/PKGBUILD index 8f025bedf24c6..35bff771a9356 100644 --- a/mingw-w64-python-path/PKGBUILD +++ b/mingw-w64-python-path/PKGBUILD @@ -2,30 +2,24 @@ _realname=path.py pkgbase=mingw-w64-python-${_realname} -pkgname=( - "${MINGW_PACKAGE_PREFIX}-python3-path" - "${MINGW_PACKAGE_PREFIX}-python2-path" -) +pkgname=("${MINGW_PACKAGE_PREFIX}-python3-path" + "${MINGW_PACKAGE_PREFIX}-python2-path") pkgver=10.1 pkgrel=1 pkgdesc="File system based database that uses python pickles (mingw-w64)" url="https://github.com/jaraco/path.py" arch=('any') license=('MIT') -makedepends=( - "${MINGW_PACKAGE_PREFIX}-python3-setuptools" - "${MINGW_PACKAGE_PREFIX}-python2-setuptools" - "${MINGW_PACKAGE_PREFIX}-python3-colorama" - "${MINGW_PACKAGE_PREFIX}-python2-colorama" -) -checkdepends=( - "${MINGW_PACKAGE_PREFIX}-python3-pytest" - "${MINGW_PACKAGE_PREFIX}-python2-pytest" - "${MINGW_PACKAGE_PREFIX}-python3-py" - "${MINGW_PACKAGE_PREFIX}-python2-py" -) -source=("${_realname}-${pkgver}.tar.gz::https://github.com/jaraco/${_realname}/archive/${pkgver}.tar.gz") -sha256sums=('45f7078e4bf217fd3d3d92bb4e07ec1db045b3fb0d378a4a41a51f9560fc0669') +makedepends=("${MINGW_PACKAGE_PREFIX}-python3-setuptools" + "${MINGW_PACKAGE_PREFIX}-python2-setuptools" + "${MINGW_PACKAGE_PREFIX}-python3-colorama" + "${MINGW_PACKAGE_PREFIX}-python2-colorama") +checkdepends=("${MINGW_PACKAGE_PREFIX}-python3-pytest" + "${MINGW_PACKAGE_PREFIX}-python2-pytest" + "${MINGW_PACKAGE_PREFIX}-python3-py" + "${MINGW_PACKAGE_PREFIX}-python2-py") +source=("https://files.pythonhosted.org/packages/source/p/path.py/${_realname}-${pkgver}.tar.gz") +sha256sums=('8b0ee56f6c1421a9038823926ee8da354ce70933424b408558bc6b48496587f3') prepare() {