pkgsrc-WIP-changes archive

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

add py-s3transfer as py-awscli dependency



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

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

Log Message:
add py-s3transfer as py-awscli dependency

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

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

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

diffs:
diff --git a/py-s3transfer/DESCR b/py-s3transfer/DESCR
new file mode 100644
index 0000000..b684f98
--- /dev/null
+++ b/py-s3transfer/DESCR
@@ -0,0 +1 @@
+S3transfer is a Python library for managing Amazon S3 transfers.
diff --git a/py-s3transfer/Makefile b/py-s3transfer/Makefile
new file mode 100644
index 0000000..ba556eb
--- /dev/null
+++ b/py-s3transfer/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	s3transfer
+DISTNAME=	${GITHUB_PROJECT}-0.1.9
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	wip
+MASTER_SITES=	${MASTER_SITE_GITHUB:=boto/}
+EXTRACT_SUFX=	.zip
+DIST_SUBDIR=	${GITHUB_PROJECT}
+
+MAINTAINER=	gde%llew.me@localhost
+HOMEPAGE=	https://github.com/boto/s3transfer/
+COMMENT=	Amazon S3 Transfer Manager for Python
+LICENSE=	apache-2.0
+
+DEPENDS+=	${PYPKGPREFIX}-jmespath>=1.3.0:../../wip/py-botocore
+
+PLIST_SUBST+=	PYVERSSUFFIX=${PYVERSSUFFIX}
+
+WRKSRC=		${WRKDIR}/${DISTNAME}
+
+# url2pkg-marker (please do not remove this line.)
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-s3transfer/PLIST b/py-s3transfer/PLIST
new file mode 100644
index 0000000..48d96a5
--- /dev/null
+++ b/py-s3transfer/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/py-s3transfer/distinfo b/py-s3transfer/distinfo
new file mode 100644
index 0000000..015ac99
--- /dev/null
+++ b/py-s3transfer/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (s3transfer/s3transfer-0.1.9.zip) = d675fb8584f99922ee02267f375d5eff7fc536d1
+RMD160 (s3transfer/s3transfer-0.1.9.zip) = 49b28d62c40edc0e22e3362e81f648ea52d6785b
+SHA512 (s3transfer/s3transfer-0.1.9.zip) = 1b9e0cc1f0fe0822841b68a295301b9b95283971b9fe4dd6baadf7d7b4d1a4ea021bf9d9bb1bac594c8c6fc4320e4c241b7b4a765c29a886cb3d42ecf8ac0b82
+Size (s3transfer/s3transfer-0.1.9.zip) = 152468 bytes


Home | Main Index | Thread Index | Old Index