b4f6745b4c
gsutil is a Python application that lets you access Google Cloud Storage and Amazon S3 from the command line. You can use gsutil to do a wide range of bucket and object management tasks, including: * Creating and deleting buckets * Uploading, downloading, and deleting objects * Listing buckets and objects * Moving, copying, and renaming objects * Editing object and bucket ACLs
18 lines
548 B
Makefile
18 lines
548 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/01/08 19:01:20 bsiegert Exp $
|
|
|
|
DISTNAME= gsutil-4.28
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gsutil/}
|
|
|
|
MAINTAINER= bsiegert@NetBSD.org
|
|
HOMEPAGE= https://cloud.google.com/storage/docs/gsutil
|
|
COMMENT= Command line tool for interacting with cloud storage services
|
|
LICENSE= apache-2.0
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 27
|
|
REPLACE_PYTHON= test/gsutil_measure_imports
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|