Import py-s3transfer-0.0.1
S3transfer is a Python library for managing Amazon S3 transfers. ok jasper@
This commit is contained in:
parent
044a6c60f6
commit
5975a61631
34
net/py-s3transfer/Makefile
Normal file
34
net/py-s3transfer/Makefile
Normal 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>
|
2
net/py-s3transfer/distinfo
Normal file
2
net/py-s3transfer/distinfo
Normal 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
|
1
net/py-s3transfer/pkg/DESCR
Normal file
1
net/py-s3transfer/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
S3transfer is a Python library for managing Amazon S3 transfers.
|
15
net/py-s3transfer/pkg/PLIST
Normal file
15
net/py-s3transfer/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user