python-kiwisolver: Rebuild for python 3.8
This commit is contained in:
@@ -4,15 +4,14 @@ _realname=kiwisolver
|
||||
pkgbase=mingw-w64-python-${_realname}
|
||||
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
|
||||
pkgver=1.1.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A fast implementation of the Cassowary constraint solver (mingw-w64)"
|
||||
arch=('any')
|
||||
url='https://github.com/nucleic/kiwi'
|
||||
license=('PerlArtistic')
|
||||
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python3-setuptools"
|
||||
"${MINGW_PACKAGE_PREFIX}-python2-setuptools")
|
||||
source=("${_realname}-${pkgver}.tar.gz::https://github.com/nucleic/kiwi/archive/$pkgver.tar.gz")
|
||||
source=("${_realname}-${pkgver}.tar.gz::https://github.com/nucleic/kiwi/archive/${pkgver}.tar.gz")
|
||||
sha256sums=('48168c0ace18319c649e31907f6d8586f648e503560f506f128798b99393bcdb')
|
||||
|
||||
prepare() {
|
||||
@@ -22,7 +21,6 @@ prepare() {
|
||||
rm -rf python${pver}-build-${CARCH} | true
|
||||
cp -r "kiwi-${pkgver}" "python${pver}-build-${CARCH}"
|
||||
done
|
||||
|
||||
}
|
||||
|
||||
build() {
|
||||
|
||||
Reference in New Issue
Block a user