aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2026-07-09 07:49:28 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2026-07-09 07:49:28 +0000
commit89bcbc80d111b2c78afcedd28009b2c73ca50b46 (patch)
tree98a0777656b7ff519e716d34e79b6326c298a0b3
parent7727901738248a6dc01f8e4259d59419c487229d (diff)
misc/py-ibm-cos-sdk-core: New port: Low-level, data-driven core of IBM SDK for Python
-rw-r--r--misc/Makefile1
-rw-r--r--misc/py-ibm-cos-sdk-core/Makefile27
-rw-r--r--misc/py-ibm-cos-sdk-core/distinfo3
-rw-r--r--misc/py-ibm-cos-sdk-core/pkg-descr4
4 files changed, 35 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 2a4dc65aaf1a..b183221f4591 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-core
SUBDIR += py-icoextract
SUBDIR += py-instructor
SUBDIR += py-ipyfastscape
diff --git a/misc/py-ibm-cos-sdk-core/Makefile b/misc/py-ibm-cos-sdk-core/Makefile
new file mode 100644
index 000000000000..0e3eedacf9cb
--- /dev/null
+++ b/misc/py-ibm-cos-sdk-core/Makefile
@@ -0,0 +1,27 @@
+PORTNAME= ibm-cos-sdk-core
+PORTVERSION= 2.16.2
+CATEGORIES= misc python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= ibm_cos_sdk_core-${PORTVERSION}
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Low-level, data-driven core of IBM SDK for Python
+WWW= https://github.com/ibm/ibm-cos-sdk-python-core
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jmespath>=0.10.0:devel/py-jmespath@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.9.0:devel/py-python-dateutil@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}requests>=2.33.0:www/py-requests@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}urllib3>=2.6.2:net/py-urllib3@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist concurrent pep517
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/misc/py-ibm-cos-sdk-core/distinfo b/misc/py-ibm-cos-sdk-core/distinfo
new file mode 100644
index 000000000000..3223e2c11173
--- /dev/null
+++ b/misc/py-ibm-cos-sdk-core/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1783087783
+SHA256 (ibm_cos_sdk_core-2.16.2.tar.gz) = b975bc53ae8fdac8356851d8f66e4d286eaa8d8de3322d6f1734b76a6867f695
+SIZE (ibm_cos_sdk_core-2.16.2.tar.gz) = 1119564
diff --git a/misc/py-ibm-cos-sdk-core/pkg-descr b/misc/py-ibm-cos-sdk-core/pkg-descr
new file mode 100644
index 000000000000..cfc7c546d663
--- /dev/null
+++ b/misc/py-ibm-cos-sdk-core/pkg-descr
@@ -0,0 +1,4 @@
+IBM COS SDK Core provides the low-level, data-driven core of the IBM
+Cloud Object Storage SDK for Python. It handles authentication, request
+signing, serialization, and other foundational functionality used by
+the higher-level IBM COS SDK packages.