python-imbalanced-learn: update to 0.9.1

This commit is contained in:
Biswapriyo Nath
2022-05-17 19:47:07 +05:30
committed by GitHub
parent 371d457422
commit b337d02025

View File

@@ -6,13 +6,13 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=0.9.0
pkgver=0.9.1
pkgrel=1
pkgdesc="A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64')
url='https://github.com/scikit-learn-contrib/imbalanced-learn'
license=('MIT')
license=('spdx:MIT')
depends=("${MINGW_PACKAGE_PREFIX}-python"
"${MINGW_PACKAGE_PREFIX}-python-joblib"
"${MINGW_PACKAGE_PREFIX}-python-numpy"
@@ -24,7 +24,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools"
optdepends=("${MINGW_PACKAGE_PREFIX}-python-keras"
"${MINGW_PACKAGE_PREFIX}-python-tensoflow")
source=("${_realname}-${pkgver}.tar.gz::https://github.com/scikit-learn-contrib/${_realname}/archive/${pkgver}.tar.gz")
sha256sums=('06cb4e94a9c6468ae4d28234da5b2d377c7100a409214b153039b28f2ace1304')
sha256sums=('7f4d0fdc9336d4ce6e2f4e468a86303d52bc5267f4876930e2fd67d3d00cefeb')
prepare() {
cd "${srcdir}"