pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

add awscli



Module Name:	pkgsrc-wip
Committed By:	Guillaume Delpierre <gde%llew.me@localhost>
Pushed By:	gdelpierre
Date:		Sat Oct 22 18:56:36 2016 +0200
Changeset:	85fe793cb27800cdb6857ff09c04b0096009f9d5

Added Files:
	py-awscli/DESCR
	py-awscli/Makefile
	py-awscli/PLIST
	py-awscli/distinfo

Log Message:
add awscli

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=85fe793cb27800cdb6857ff09c04b0096009f9d5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-awscli/DESCR    |  0
 py-awscli/Makefile | 25 +++++++++++++++++++++++++
 py-awscli/PLIST    |  1 +
 py-awscli/distinfo |  6 ++++++
 4 files changed, 32 insertions(+)

diffs:
diff --git a/py-awscli/DESCR b/py-awscli/DESCR
new file mode 100644
index 0000000..e69de29
diff --git a/py-awscli/Makefile b/py-awscli/Makefile
new file mode 100644
index 0000000..f72258c
--- /dev/null
+++ b/py-awscli/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	aws-cli
+DISTNAME=	1.11.8
+CATEGORIES=	wip
+MASTER_SITES=	${MASTER_SITE_GITHUB:=aws/}
+EXTRACT_SUFX=	.zip
+DIST_SUBDIR=	${GITHUB_PROJECT}
+
+MAINTAINER=	gde%llew.me@localhost
+HOMEPAGE=	https://github.com/aws/aws-cli/
+COMMENT=	universal Command Line Interface for Amazon Web Services
+LICENSE=	apache-2.0
+
+DEPENDS+=	${PYPKGPREFIX}-botocore==1.4.65:../../wip/py-botocore
+DEPENDS+=	${PYPKGPREFIX}-colorama>=0.3.2:../../comms/py-colorama
+DEPENDS+=	${PYPKGPREFIX}-doctutils>=0.10:../../textproc/py-docutils
+DEPENDS+=	${PYPKGPREFIX}-rsa>=3.4.1:../../security/py-rsa
+DEPENDS+=	${PYPKGPREFIX}-s3transfer>=0.1.9:../../wip/py-s3transfer
+
+PLIST_SUBST+=	PYVERSSUFFIX=${PYVERSSUFFIX}
+
+# url2pkg-marker (please do not remove this line.)
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-awscli/PLIST b/py-awscli/PLIST
new file mode 100644
index 0000000..48d96a5
--- /dev/null
+++ b/py-awscli/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/py-awscli/distinfo b/py-awscli/distinfo
new file mode 100644
index 0000000..8ca229d
--- /dev/null
+++ b/py-awscli/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (aws-cli/1.11.8.zip) = 7dcd4f901c6a3589dafb277dd0b078311fdc2f28
+RMD160 (aws-cli/1.11.8.zip) = 361ba0f282b6863723c04c76c175af355adec9b5
+SHA512 (aws-cli/1.11.8.zip) = 5ee9aa43b886148b4c43bd3f70a239ecb876756bc698d307073474376aaaff94f70fad770b916a1a517153de7b46fc98d0a937cf5fc87ee76e85ca960e809aa6
+Size (aws-cli/1.11.8.zip) = 1744587 bytes


Home | Main Index | Thread Index | Old Index