blob: d05f2e147067b38b7cd6ba8263cab5c1e6d04494 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgbase = python-fastlayer-git
pkgdesc = 高速インメモリキャッシュ + NumPy/Numba最適化フレームワーク (VCS版)
pkgver = 0.1.0.r1.g26ef074
pkgrel = 2
url = https://github.com/Karashi123/fastlayer
arch = any
license = Apache
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python
depends = python-numpy
depends = python-numba
optdepends = cython: Cython実装を試す場合
optdepends = pybind11: pybind11実装を試す場合
provides = python-fastlayer
conflicts = python-fastlayer
source = git+https://github.com/Karashi123/fastlayer.git
sha256sums = SKIP
pkgname = python-fastlayer-git
|