blob: 7977471c573e18405c45e253930a4f17ad613bf9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
pkgbase = python-tuspy
pkgdesc = Python client for uploading files using the tus protocol to any remote server supporting it.
pkgver = 1.1.0
pkgrel = 1
url = https://github.com/tus/tus-py-client
arch = any
license = MIT
makedepends = python-setuptools
depends = python
depends = python-aiohappyeyeballs
depends = python-aiohttp
depends = python-aiosignal
depends = python-attrs
depends = python-certifi
depends = python-charset-normalizer
depends = python-frozenlist
depends = python-idna
depends = python-multidict
depends = python-requests
depends = python-urllib3
depends = python-yarl
depends = python-tinydb
provides = python-tuspy
conflicts = python-tuspy
source = tuspy-1.1.0.tar.gz::https://github.com/tus/tus-py-client/archive/refs/tags/v1.1.0.tar.gz
sha256sums = c34a285968c3def36c911c927f7c85f5ef9fd3b63c71f68973aa339baa7abb0e
pkgname = python-tuspy
|