blob: 713322d7bff32da361ec46686fad5fab91099016 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = python-magika
pkgdesc = Detect file content types with deep learning
pkgver = 0.5.1
pkgrel = 1
url = https://github.com/google/magika
arch = any
license = Apache-2.0
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-poetry
depends = python
depends = python-click
depends = python-tqdm
depends = python-onnxruntime
depends = python-numpy
depends = python-tabulate
depends = python-dotenv
source = https://github.com/google/magika/archive/refs/tags/python-v0.5.1.tar.gz
sha256sums = bef690b9cd00d68335020dd053c8e8234aef61f59dff18f71b82873732d81059
pkgname = python-magika
|