aboutsummaryrefslogtreecommitdiff
path: root/Mk/Uses/azurepy.mk
Commit message (Collapse)AuthorAgeFilesLines
* framework: Remove $FreeBSD$Mathieu Arnold2021-04-061-2/+0
| | | | Where appropriate fiddle with a few other things.
* Cosmetic change to match its namespaceSunpoet Po-Chuan Hsieh2019-03-021-2/+2
| | | | | | | | | Differential Revision: https://reviews.freebsd.org/D19427 Submitted by: sunpoet (myself) Approved by: dbaio (maintainer) Notes: svn path=/head/; revision=494445
* Add USES azurepy: Shared namespace for py-azure-* portsDanilo G. Baio2019-01-261-0/+41
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 Notes: svn path=/head/; revision=491290