blob: 5ad97044e9eaa147975619d761723f55e6b600cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = python-s3path
pkgdesc = A pathlib extension for AWS S3 Service
pkgver = 0.6.5
pkgrel = 1
url = https://github.com/liormizr/s3path
arch = any
license = Apache-2.0
checkdepends = python-pytest
checkdepends = python-boto3
checkdepends = python-smart_open
checkdepends = python-moto
makedepends = python-setuptools-scm
source = https://files.pythonhosted.org/packages/source/s/s3path/s3path-0.6.5.tar.gz
source = 0.6.5-conftest.py::https://github.com/liormizr/s3path/raw/0.6.5/tests/conftest.py
md5sums = a91ea36112594d47bf4e6abc20b62a98
md5sums = 4ea9683950b52d7386a954ec74b88cdd
pkgname = python-s3path
depends = python>=3.9
depends = python-boto3>=1.16.35
depends = python-smart_open>=5.1.0
|