1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/sysutils/py-azure-cli-base/pkg-descr
Danilo G. Baio 4db9af1d34 Add USES azurepy: Shared namespace for py-azure-* ports
USES=azurepy provides common files that are shared among all
py-azure-* ports:
  azure/__init__.py
  azure/cli/__init__.py
  azure/cli/command_modules/__init__.py
  azure/mgmt/__init__.py
  azure/mgmt/datalake/__init__.py

Reviewed by:	antoine, mat
Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D18573
2019-01-26 12:52:06 +00:00

10 lines
266 B
Plaintext

Shared namespace for py-azure-* ports
py-azure-cli-base provides common files that are shared among all py-azure-*
ports:
azure/__init__.py
azure/cli/__init__.py
azure/cli/command_modules/__init__.py
azure/mgmt/__init__.py
azure/mgmt/datalake/__init__.py