azure-cli port

Danilo G. Baio dbaio at FreeBSD.org
Thu Nov 8 01:17:33 UTC 2018


Hi Python team.

I'm starting to work on a new port of azure-cli.

These are the new dependent ports that I have until now:

  sysutils/py-azure-cli-core
    -> devel/py-azure-cli-telemetry
      -> devel/py-portalocker
    -> devel/py-azure-mgmt-resource
    -> textproc/py-antlr4-python2-runtime  # Python 2
    -> textproc/py-antlr4-python3-runtime  # Python 3
       Maybe add $PY_ANTLR4 to Mk/Uses/python.mk?

And this is the main port: sysutils/py-azure-cli
https://pypi.org/project/azure-cli/

It depends on other 50 modules (not mandatory) that are also hosted on PyPI.
https://github.com/Azure/azure-cli/blob/dev/src/azure-cli/setup.py#L51-L102

IMHO there are these approaches.

1) Bundle all modules in sysutils/py-azure-cli.
2) Create 50 additional ports for all modules.
   sysutils/py-azure-cli depending on all of them.
   And maybe a slave port sysutils/py-azure-cli-standalone that doesn't depend
   any module, so the users can choose what module to install.

Any advices here?

And thank you for your time.
-- 
Danilo G. Baio (dbaio)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-python/attachments/20181107/039c0b58/attachment-0001.sig>


More information about the freebsd-python mailing list