~dricottone/huttese-apk

ref: bf09bc7cfd8f0aa46bf77dc3d73e3dccc0c457f7 huttese-apk/sr.ht/py3-minio/APKBUILD -rw-r--r-- 828 bytes
bf09bc7c — Drew DeVault lists.sr.ht: upgrade to 0.49.1 3 years ago
                                                                                
af2975db Drew DeVault
0c937684 Drew DeVault
af2975db Drew DeVault
c4b1be97 Drew DeVault
af2975db Drew DeVault
96cb27d7 Drew DeVault
af2975db Drew DeVault
c4b1be97 Drew DeVault
0c937684 Drew DeVault
c4b1be97 Drew DeVault
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
29
30
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=py3-minio
pkgver=7.1.0
pkgrel=0
pkgdesc="MinIO Python Library for Amazon S3 Compatible Cloud Storage"
url="https://pypi.org/project/minio/"
arch="noarch"
license="Apache-2.0"
depends="py3-tz py3-dateutil py3-certifi py3-urllib3"
makedepends="py3-setuptools"
checkdepends="py3-pytest py3-mock py3-nose py3-faker"
source="$pkgname-$pkgver.tar.gz::https://github.com/minio/minio-py/archive/$pkgver.tar.gz"
builddir="$srcdir/minio-py-${pkgver}"
options="!check" # requires network

build() {
	python3 setup.py build
}

check() {
	pytest-3
}

package() {
	python3 setup.py install --root="$pkgdir" --optimize=1
}

sha512sums="
70c7d76454673524d4e47a16f32308d543f6d03035f634f98b8cd6d4a7788f74ee9efba2a8b49ec2b75a499aa1a729c0f78a2b3fad9308a9c8c58f05d31d01d9  py3-minio-7.1.0.tar.gz
"