python-aiosqlite: update to 0.20.0
This commit is contained in:
committed by
مهدي شينون (Mehdi Chinoune)
parent
472fa60d93
commit
243b8da0b8
@@ -3,28 +3,27 @@
|
||||
_realname=aiosqlite
|
||||
pkgbase=mingw-w64-python-${_realname}
|
||||
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
|
||||
pkgver=0.19.0
|
||||
pkgrel=2
|
||||
pkgver=0.20.0
|
||||
pkgrel=1
|
||||
pkgdesc='asyncio bridge to the standard sqlite3 module (mingw-w64)'
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
url='https://github.com/omnilib/aiosqlite'
|
||||
license=('MIT')
|
||||
license=('spdx:MIT')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-typing_extensions")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-installer"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-flit-core"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-wheel")
|
||||
source=("${_realname}-$pkgver.tar.gz::${url}/archive/v${pkgver}.tar.gz")
|
||||
sha256sums=('97b899fa393e39b9967ffc39bc725de806de18d1c08ce9f0b46e5ac187434cf7')
|
||||
source=("${url}/archive/v${pkgver}/${_realname}-$pkgver.tar.gz")
|
||||
sha256sums=('63ecc7f7ffa0d0c2ba918b3c2bfe6f96b65fd7388b9041ae77b020ea8ff566db')
|
||||
|
||||
prepare() {
|
||||
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}"
|
||||
}
|
||||
|
||||
build() {
|
||||
msg "Python build for ${MSYSTEM}"
|
||||
cd "${srcdir}/python-build-${MSYSTEM}"
|
||||
|
||||
${MINGW_PREFIX}/bin/python -m build --wheel --skip-dependency-check --no-isolation
|
||||
|
||||
Reference in New Issue
Block a user