summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 8ab3b4138015bae7d1b1ceb492be02379b86255a (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.4
	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.4.tar.gz
	source = 0.6.4-conftest.py::https://github.com/liormizr/s3path/raw/0.6.4/tests/conftest.py
	md5sums = 95a5f1f41b4870d8e810c26d63e3fd37
	md5sums = ecf19dfe89edde8462b7887ef823dbaf

pkgname = python-s3path
	depends = python>=3.9
	depends = python-boto3>=1.16.35
	depends = python-smart_open>=5.1.0