aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2026-04-21 16:59:56 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2026-04-21 17:11:47 +0000
commitbe1a53b0f5d24c3c37b0854f6fa3b3494156be01 (patch)
tree6f97dd9b9a28e530cb75892635767245f129e69c
parent64da927b881043853a936eebaae84a6503132ac9 (diff)
devel/py-azure-mgmt-containerregistrytasks: Add py-azure-mgmt-containerregistrytasks 1.0.0b1
This is the Microsoft Azure Containerregistrytasks Management Client Library. This package has been tested with Python 3.9+. For a more complete view of Azure libraries, see the azure sdk python release.
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-azure-mgmt-containerregistrytasks/Makefile28
-rw-r--r--devel/py-azure-mgmt-containerregistrytasks/distinfo3
-rw-r--r--devel/py-azure-mgmt-containerregistrytasks/files/patch-pyproject.toml19
-rw-r--r--devel/py-azure-mgmt-containerregistrytasks/pkg-descr3
5 files changed, 54 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 14eb023db118..abd386e3dd39 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4534,6 +4534,7 @@
SUBDIR += py-azure-mgmt-consumption
SUBDIR += py-azure-mgmt-containerinstance
SUBDIR += py-azure-mgmt-containerregistry
+ SUBDIR += py-azure-mgmt-containerregistrytasks
SUBDIR += py-azure-mgmt-containerservice
SUBDIR += py-azure-mgmt-core
SUBDIR += py-azure-mgmt-cosmosdb
diff --git a/devel/py-azure-mgmt-containerregistrytasks/Makefile b/devel/py-azure-mgmt-containerregistrytasks/Makefile
new file mode 100644
index 000000000000..9cf1c23b31cb
--- /dev/null
+++ b/devel/py-azure-mgmt-containerregistrytasks/Makefile
@@ -0,0 +1,28 @@
+PORTNAME= azure-mgmt-containerregistrytasks
+DISTVERSION= 1.0.0b1
+CATEGORIES= devel python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= azure_mgmt_containerregistrytasks-${DISTVERSION}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Microsoft Azure Containerregistrytasks Management Client Library for Python
+WWW= https://azure.github.io/azure-sdk-for-python/ \
+ https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/containerregistry/azure-mgmt-containerregistrytasks \
+ https://github.com/Azure/azure-sdk-for-python
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.6.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1:devel/py-isodate@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.6.0:devel/py-typing-extensions@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist concurrent pep517
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-azure-mgmt-containerregistrytasks/distinfo b/devel/py-azure-mgmt-containerregistrytasks/distinfo
new file mode 100644
index 000000000000..de46a3a2a529
--- /dev/null
+++ b/devel/py-azure-mgmt-containerregistrytasks/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1776783391
+SHA256 (azure_mgmt_containerregistrytasks-1.0.0b1.tar.gz) = d6730dd5c9bfca9fdf0fe0f933706d3c7fb855ca10c56850650b070e9c6caf51
+SIZE (azure_mgmt_containerregistrytasks-1.0.0b1.tar.gz) = 76404
diff --git a/devel/py-azure-mgmt-containerregistrytasks/files/patch-pyproject.toml b/devel/py-azure-mgmt-containerregistrytasks/files/patch-pyproject.toml
new file mode 100644
index 000000000000..698882578e9b
--- /dev/null
+++ b/devel/py-azure-mgmt-containerregistrytasks/files/patch-pyproject.toml
@@ -0,0 +1,19 @@
+--- pyproject.toml.orig 2026-03-13 08:27:50 UTC
++++ pyproject.toml
+@@ -1,6 +1,6 @@ requires = [
+ [build-system]
+ requires = [
+- "setuptools>=77.0.3",
++ "setuptools>=61",
+ "wheel",
+ ]
+ build-backend = "setuptools.build_meta"
+@@ -11,7 +11,7 @@ description = "Microsoft Azure Containerregistrytasks
+ { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" },
+ ]
+ description = "Microsoft Azure Containerregistrytasks Management Client Library for Python"
+-license = "MIT"
++license = { text = "MIT" }
+ classifiers = [
+ "Development Status :: 4 - Beta",
+ "Programming Language :: Python",
diff --git a/devel/py-azure-mgmt-containerregistrytasks/pkg-descr b/devel/py-azure-mgmt-containerregistrytasks/pkg-descr
new file mode 100644
index 000000000000..e1d324d2709f
--- /dev/null
+++ b/devel/py-azure-mgmt-containerregistrytasks/pkg-descr
@@ -0,0 +1,3 @@
+This is the Microsoft Azure Containerregistrytasks Management Client Library.
+This package has been tested with Python 3.9+. For a more complete view of Azure
+libraries, see the azure sdk python release.