Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 2026 18:23:06 +0000
Message-ID:  <69e7c08a.44dfc.3dbad2a1@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5b4d3021cb6627184c24bb2035338fcea264b6e7

commit 5b4d3021cb6627184c24bb2035338fcea264b6e7
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-21 18:22:44 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-21 18:22:44 +0000

    Mk/Uses/azurepy.mk: Remove obsoleted USES
    
    It is no longer needed after py-azure-* and related ports moved to PEP 517 installation.
---
 Mk/Uses/azurepy.mk | 39 ---------------------------------------
 1 file changed, 39 deletions(-)

diff --git a/Mk/Uses/azurepy.mk b/Mk/Uses/azurepy.mk
deleted file mode 100644
index 1434bfb84160..000000000000
--- a/Mk/Uses/azurepy.mk
+++ /dev/null
@@ -1,39 +0,0 @@
-# Shared namespace for py-azure-* ports
-# Feature:	azurepy
-# Usage:	USES=	azurepy
-# MAINTAINER:	ports@FreeBSD.org
-
-.if !defined(_INCLUDE_USES_AZUREPY_MK)
-_INCLUDE_USES_AZUREPY_MK=	yes
-
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}azure-cli-base>=0:sysutils/py-azure-cli-base@${PY_FLAVOR}
-
-POST_PLIST=	trim-azure-namespace
-
-_USES_install+=	701:remove-common-files
-remove-common-files:
-	@${RM} ${STAGEDIR}${PYTHON_SITELIBDIR}/azure/__init__.py* \
-		${STAGEDIR}${PYTHON_SITELIBDIR}/azure/cli/__init__.py* \
-		${STAGEDIR}${PYTHON_SITELIBDIR}/azure/cli/command_modules/__init__.py* \
-		${STAGEDIR}${PYTHON_SITELIBDIR}/azure/mgmt/__init__.py* \
-		${STAGEDIR}${PYTHON_SITELIBDIR}/azure/mgmt/datalake/__init__.py*
-	@${RM} -r ${STAGEDIR}${PYTHON_SITELIBDIR}/azure/__pycache__ \
-		${STAGEDIR}${PYTHON_SITELIBDIR}/azure/cli/__pycache__ \
-		${STAGEDIR}${PYTHON_SITELIBDIR}/azure/cli/command_modules/__pycache__ \
-		${STAGEDIR}${PYTHON_SITELIBDIR}/azure/mgmt/__pycache__ \
-		${STAGEDIR}${PYTHON_SITELIBDIR}/azure/mgmt/datalake/__pycache__
-
-trim-azure-namespace:
-	@${REINPLACE_CMD} -e '/azure\/__init__.py*/d' \
-		-e '/azure\/cli\/__init__.py*/d' \
-		-e '/azure\/cli\/command_modules\/__init__.py*/d' \
-		-e '/azure\/mgmt\/__init__.py*/d' \
-		-e '/azure\/mgmt\/datalake\/__init__.py*/d' \
-		-e '/azure\/__pycache__*/d' \
-		-e '/azure\/cli\/__pycache__*/d' \
-		-e '/azure\/cli\/command_modules\/__pycache__*/d' \
-		-e '/azure\/mgmt\/__pycache__*/d' \
-		-e '/azure\/mgmt\/datalake\/__pycache__*/d' \
-		${TMPPLIST}
-
-.endif


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e7c08a.44dfc.3dbad2a1>