diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2026-07-09 07:52:40 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2026-07-09 07:52:40 +0000 |
| commit | 4be0a09fa2dc23b0c41ec702f2b937b1f82d0130 (patch) | |
| tree | f154bda44954f825644336467d2279be72dd2aa3 | |
| parent | 89bcbc80d111b2c78afcedd28009b2c73ca50b46 (diff) | |
misc/py-ibm-cos-sdk-s3transfer: New port: IBM S3 Transfer Manager
| -rw-r--r-- | misc/Makefile | 1 | ||||
| -rw-r--r-- | misc/py-ibm-cos-sdk-s3transfer/Makefile | 23 | ||||
| -rw-r--r-- | misc/py-ibm-cos-sdk-s3transfer/distinfo | 3 | ||||
| -rw-r--r-- | misc/py-ibm-cos-sdk-s3transfer/pkg-descr | 4 |
4 files changed, 31 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index b183221f4591..7c1aa9a2f4cb 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -521,6 +521,7 @@ SUBDIR += py-huepy SUBDIR += py-huggingface-hub SUBDIR += py-ibm-cos-sdk-core + SUBDIR += py-ibm-cos-sdk-s3transfer SUBDIR += py-icoextract SUBDIR += py-instructor SUBDIR += py-ipyfastscape diff --git a/misc/py-ibm-cos-sdk-s3transfer/Makefile b/misc/py-ibm-cos-sdk-s3transfer/Makefile new file mode 100644 index 000000000000..3b7e855ff8b6 --- /dev/null +++ b/misc/py-ibm-cos-sdk-s3transfer/Makefile @@ -0,0 +1,23 @@ +PORTNAME= ibm-cos-sdk-s3transfer +PORTVERSION= 2.16.2 +CATEGORIES= misc python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:S/-/_/g}-${PORTVERSION} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= IBM S3 Transfer Manager +WWW= https://github.com/IBM/ibm-cos-sdk-python-s3transfer + +LICENSE= APACHE20 + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ibm-cos-sdk-core>0:misc/py-ibm-cos-sdk-core@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/misc/py-ibm-cos-sdk-s3transfer/distinfo b/misc/py-ibm-cos-sdk-s3transfer/distinfo new file mode 100644 index 000000000000..5b5b0a5674f2 --- /dev/null +++ b/misc/py-ibm-cos-sdk-s3transfer/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1783087783 +SHA256 (ibm_cos_sdk_s3transfer-2.16.2.tar.gz) = c07e5d244c3f9e67f9da0186f8434ee60f34ce1f842378c8f4cf885670928788 +SIZE (ibm_cos_sdk_s3transfer-2.16.2.tar.gz) = 141144 diff --git a/misc/py-ibm-cos-sdk-s3transfer/pkg-descr b/misc/py-ibm-cos-sdk-s3transfer/pkg-descr new file mode 100644 index 000000000000..ba3436821a68 --- /dev/null +++ b/misc/py-ibm-cos-sdk-s3transfer/pkg-descr @@ -0,0 +1,4 @@ +IBM COS SDK S3 Transfer provides the IBM Cloud Object Storage transfer +manager for Python. It handles multipart uploads, parallel downloads, +and other transfer optimizations for efficient data movement to and +from IBM Cloud Object Storage. |
