Skip to content

Commit

Permalink
python-path: Fix building.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexpux committed Feb 27, 2017
1 parent cde7c5d commit 616e3cb
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions mingw-w64-python-path/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 616e3cb

Please sign in to comment.