pkgname = "python-boto3" pkgver = "1.37.31" pkgrel = 0 build_style = "python_pep517" make_check_args = [ # need credentials "--deselect=tests/integration", # takes forever "--deselect=tests/functional/docs/test_smoke.py::test_documentation[quicksight]", "--dist=worksteal", ] hostmakedepends = [ "python-build", "python-installer", "python-setuptools", "python-wheel", ] depends = [ "python-botocore", "python-jmespath", "python-s3transfer", ] checkdepends = ["python-pytest-xdist", *depends] pkgdesc = "Python AWS SDK" license = "Apache-2.0" url = "https://github.com/boto/boto3" source = f"{url}/archive/refs/tags/{pkgver}.tar.gz" sha256 = "b3fd3d61707f7a258c4dbef0cdc515fe72667e6f718510a1cb698824d4e9623c" def init_check(self): self.make_check_args += [f"--numprocesses={self.make_jobs}"]