ks/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 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.