blob: 58225ea7b5a33da97563b64ef1851e512a04f007 (
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-vt-py
pkgdesc = Official Python client library for VirusTotal's REST API
pkgver = 0.22.0
pkgrel = 1
url = https://github.com/virustotal/vt-py
arch = any
license = Apache-2.0
checkdepends = python-pytest-asyncio
checkdepends = python-pytest-httpserver
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
makedepends = python-sphinx
depends = python-aiohttp
depends = python-aiofiles
provides = python-virustotal
replaces = python-virustotal-api
source = python-vt-py-0.22.0.tar.gz::https://github.com/virustotal/vt-py/archive/0.22.0.tar.gz
sha512sums = f80863a82feb82d8e52ee56c994b856aedd31a1ff220f3fc7933a3db10a91aebadb9eaec565c85c2f9e185b9f45ae0080cddab144283f53b3023876e0daa73ce
pkgname = python-vt-py
|