# Maintainer: Mohamed Amine Zghal (medaminezghal) <medaminezghal at outlook dot com>

_name=sqlite-vec
pkgname=python-${_name}
pkgver=0.1.9
pkgrel=1
pkgdesc=''
arch=(x86_64)
url='https://pypi.org/project/sqlite-vec/'
license=('MIT OR Apache-2.0')
source=("https://files.pythonhosted.org/packages/py3/${_name::1}/$_name/${_name//-/_}-$pkgver-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux1_x86_64.whl")
sha256sums=('1515727990b49e79bcaf75fdee2ffc7d461f8b66905013231251f1c8938e7786')
depends=('python' 'glibc')
makedepends=('python-installer')

package() {
  python -m installer --destdir="$pkgdir" *.whl
}
