Import py-s3transfer-0.0.1

S3transfer is a Python library for managing Amazon S3 transfers.

ok jasper@
This commit is contained in:
ajacoutot 2016-03-01 09:02:53 +00:00
parent 044a6c60f6
commit 5975a61631
4 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,34 @@
# $OpenBSD: Makefile,v 1.1.1.1 2016/03/01 09:02:53 ajacoutot Exp $
# !!! do not update blindly: sysutils/awscli requires a specific version
COMMENT= Amazon S3 transfer manager for Python
MODPY_EGG_VERSION= 0.0.1
DISTNAME= s3transfer-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
CATEGORIES= net devel
HOMEPAGE= https://github.com/boto/s3transfer
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# Apache 2.0
PERMIT_PACKAGE_CDROM= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_SETUPTOOLS= Yes
FLAVORS= python3
FLAVOR ?=
RUN_DEPENDS= net/py-botocore${MODPY_FLAVOR}
.if !${FLAVOR:Mpython3}
RUN_DEPENDS += devel/py-futures${MODPY_FLAVOR}
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (s3transfer-0.0.1.tar.gz) = K7ntjbWK+U36ePdfVU1kbf5LR0H8h/Y6IMK/s/cPQ1U=
SIZE (s3transfer-0.0.1.tar.gz) = 9465

View File

@ -0,0 +1 @@
S3transfer is a Python library for managing Amazon S3 transfers.

View File

@ -0,0 +1,15 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2016/03/01 09:02:53 ajacoutot Exp $
lib/python${MODPY_VERSION}/site-packages/s3transfer/
lib/python${MODPY_VERSION}/site-packages/s3transfer-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/s3transfer-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/s3transfer-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/s3transfer-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/s3transfer-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/s3transfer-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/s3transfer/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/s3transfer/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/s3transfer/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/s3transfer/${MODPY_PYCACHE}compat.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/s3transfer/${MODPY_PYCACHE}exceptions.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/s3transfer/compat.py
lib/python${MODPY_VERSION}/site-packages/s3transfer/exceptions.py