Date: Fri, 19 Jun 2026 06:37:07 +0000 From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ee2ddcf94cb9 - main - misc/py-bce-python-sdk: New port: BCE SDK for Python Message-ID: <6a34e393.33001.3294d9d5@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=ee2ddcf94cb90d990600d05ffdd3b159960a2582 commit ee2ddcf94cb90d990600d05ffdd3b159960a2582 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-06-19 04:33:27 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-06-19 06:36:58 +0000 misc/py-bce-python-sdk: New port: BCE SDK for Python --- misc/Makefile | 1 + misc/py-bce-python-sdk/Makefile | 26 ++++++++++++++++++++++++++ misc/py-bce-python-sdk/distinfo | 3 +++ misc/py-bce-python-sdk/pkg-descr | 2 ++ 4 files changed, 32 insertions(+) diff --git a/misc/Makefile b/misc/Makefile index d872be263671..350f4ba6b62a 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -453,6 +453,7 @@ SUBDIR += py-apache-beam SUBDIR += py-ascii-magic SUBDIR += py-ast-comments + SUBDIR += py-bce-python-sdk SUBDIR += py-bitsandbytes SUBDIR += py-boost-histogram SUBDIR += py-censys diff --git a/misc/py-bce-python-sdk/Makefile b/misc/py-bce-python-sdk/Makefile new file mode 100644 index 000000000000..8967569857d0 --- /dev/null +++ b/misc/py-bce-python-sdk/Makefile @@ -0,0 +1,26 @@ +PORTNAME= bce-python-sdk +PORTVERSION= 0.9.72 +CATEGORIES= misc python # machine-learning +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:S/-/_/g}-${PORTVERSION} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= BCE SDK for Python +WWW= https://cloud.baidu.com/ + +LICENSE= APACHE20 + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=63.1.0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}crc32c>=2.2:devel/py-crc32c@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}future>=0.6.0:devel/py-future@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pycryptodome>=3.8.0:security/py-pycryptodome@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.4.0:devel/py-six@${PY_FLAVOR} + +USES= python +USE_PYTHON= pep517 concurrent autoplist + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/misc/py-bce-python-sdk/distinfo b/misc/py-bce-python-sdk/distinfo new file mode 100644 index 000000000000..fbc24b0e482e --- /dev/null +++ b/misc/py-bce-python-sdk/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1781832145 +SHA256 (bce_python_sdk-0.9.72.tar.gz) = d9db568698792d74db4245252d98776eae8c9c5225fc0ba86548dfc52d478fcc +SIZE (bce_python_sdk-0.9.72.tar.gz) = 302207 diff --git a/misc/py-bce-python-sdk/pkg-descr b/misc/py-bce-python-sdk/pkg-descr new file mode 100644 index 000000000000..5717fd19b2a7 --- /dev/null +++ b/misc/py-bce-python-sdk/pkg-descr @@ -0,0 +1,2 @@ +BCE (Baidu Cloud Engine) Python SDK provides access to Baidu Cloud +services including storage, computing, and AI services.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a34e393.33001.3294d9d5>
