aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2026-07-09 07:55:07 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2026-07-09 07:55:07 +0000
commit0941000bc8f4b82411cec1e8e839ec5a596e5852 (patch)
tree9516791a05e7561572b03510965bdd61793cd3b1
parent4be0a09fa2dc23b0c41ec702f2b937b1f82d0130 (diff)
misc/py-ibm-cos-sdk: New port: IBM SDK for Python
-rw-r--r--misc/Makefile1
-rw-r--r--misc/py-ibm-cos-sdk/Makefile24
-rw-r--r--misc/py-ibm-cos-sdk/distinfo3
-rw-r--r--misc/py-ibm-cos-sdk/pkg-descr4
4 files changed, 32 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 7c1aa9a2f4cb..64275e52fda2 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -520,6 +520,7 @@
SUBDIR += py-histoprint
SUBDIR += py-huepy
SUBDIR += py-huggingface-hub
+ SUBDIR += py-ibm-cos-sdk
SUBDIR += py-ibm-cos-sdk-core
SUBDIR += py-ibm-cos-sdk-s3transfer
SUBDIR += py-icoextract
diff --git a/misc/py-ibm-cos-sdk/Makefile b/misc/py-ibm-cos-sdk/Makefile
new file mode 100644
index 000000000000..a42d435d6fde
--- /dev/null
+++ b/misc/py-ibm-cos-sdk/Makefile
@@ -0,0 +1,24 @@
+PORTNAME= ibm-cos-sdk
+PORTVERSION= 2.16.2
+CATEGORIES= misc python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= ibm_cos_sdk-${PORTVERSION}
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= IBM SDK for Python
+WWW= https://github.com/ibm/ibm-cos-sdk-python
+
+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} \
+ ${PYTHON_PKGNAMEPREFIX}ibm-cos-sdk-s3transfer>0:misc/py-ibm-cos-sdk-s3transfer@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}jmespath>=0.10.0:devel/py-jmespath@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist concurrent pep517
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/misc/py-ibm-cos-sdk/distinfo b/misc/py-ibm-cos-sdk/distinfo
new file mode 100644
index 000000000000..c1b7fce98aee
--- /dev/null
+++ b/misc/py-ibm-cos-sdk/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1783087782
+SHA256 (ibm_cos_sdk-2.16.2.tar.gz) = b9ec5a390606b29a179736b34b90e829988b281eaa66fe5002bd9dac09adea3a
+SIZE (ibm_cos_sdk-2.16.2.tar.gz) = 58984
diff --git a/misc/py-ibm-cos-sdk/pkg-descr b/misc/py-ibm-cos-sdk/pkg-descr
new file mode 100644
index 000000000000..08110e292bfb
--- /dev/null
+++ b/misc/py-ibm-cos-sdk/pkg-descr
@@ -0,0 +1,4 @@
+IBM COS SDK is the IBM Cloud Object Storage SDK for Python. It provides
+a high-level interface for interacting with IBM Cloud Object Storage
+services, supporting object upload, download, management, and bucket
+operations.