blob: 222a710381446bfd39854fcb84fd9a9d410e78cf (
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-s3path
pkgdesc = A pathlib extension for AWS S3 Service
pkgver = 0.6.0
pkgrel = 1
url = https://github.com/liormizr/s3path
arch = any
license = Apache-2.0
checkdepends = python-pytest
checkdepends = python-boto3
checkdepends = python-requests
checkdepends = python-smart-open
checkdepends = python-moto
makedepends = python-setuptools-scm
source = https://files.pythonhosted.org/packages/source/s/s3path/s3path-0.6.0.tar.gz
source = 0.6.0-conftest.py::https://github.com/liormizr/s3path/raw/0.6.0/tests/conftest.py
md5sums = b0a82ee3b82451f7e1bbbf39b61ef835
md5sums = ecf19dfe89edde8462b7887ef823dbaf
pkgname = python-s3path
depends = python>=3.8
depends = python-boto3>=1.16.35
depends = python-smart-open>=5.1.0
|