Date: Tue, 21 Apr 2020 19:40:54 +0000 (UTC) From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r532348 - in head/devel: . py-azure-mgmt-redhatopenshift Message-ID: <202004211940.03LJes3b094543@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Tue Apr 21 19:40:54 2020 New Revision: 532348 URL: https://svnweb.freebsd.org/changeset/ports/532348 Log: Add devel/py-azure-mgmt-redhatopenshift Microsoft Azure Red Hat Openshift Management Client Library for Python Azure Resource Manager (ARM) is the next generation of management APIs that replace the old Azure Service Management (ASM). WWW: https://pypi.org/project/azure-mgmt-redhatopenshift/ Added: head/devel/py-azure-mgmt-redhatopenshift/ head/devel/py-azure-mgmt-redhatopenshift/Makefile (contents, props changed) head/devel/py-azure-mgmt-redhatopenshift/distinfo (contents, props changed) head/devel/py-azure-mgmt-redhatopenshift/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Apr 21 19:39:31 2020 (r532347) +++ head/devel/Makefile Tue Apr 21 19:40:54 2020 (r532348) @@ -4133,6 +4133,7 @@ SUBDIR += py-azure-mgmt-rdbms SUBDIR += py-azure-mgmt-recoveryservices SUBDIR += py-azure-mgmt-recoveryservicesbackup + SUBDIR += py-azure-mgmt-redhatopenshift SUBDIR += py-azure-mgmt-redis SUBDIR += py-azure-mgmt-relay SUBDIR += py-azure-mgmt-reservations Added: head/devel/py-azure-mgmt-redhatopenshift/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-azure-mgmt-redhatopenshift/Makefile Tue Apr 21 19:40:54 2020 (r532348) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-redhatopenshift +DISTVERSION= 0.1.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dbaio@FreeBSD.org +COMMENT= Microsoft Azure Red Hat Openshift Management Client Library for Python + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32<2.0.0:net-mgmt/py-msrestazure@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} + +USES= azurepy python:3.6+ zip +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/devel/py-azure-mgmt-redhatopenshift/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-azure-mgmt-redhatopenshift/distinfo Tue Apr 21 19:40:54 2020 (r532348) @@ -0,0 +1,3 @@ +TIMESTAMP = 1587493775 +SHA256 (azure-mgmt-redhatopenshift-0.1.0.zip) = 565afbc63f5283f37c76135174f2ca20dd417da3e24b3fb1e132c4a0e2a2c5bc +SIZE (azure-mgmt-redhatopenshift-0.1.0.zip) = 30423 Added: head/devel/py-azure-mgmt-redhatopenshift/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-azure-mgmt-redhatopenshift/pkg-descr Tue Apr 21 19:40:54 2020 (r532348) @@ -0,0 +1,6 @@ +This is the Microsoft Azure Management Core Library for Python + +Azure Resource Manager (ARM) is the next generation of management APIs that +replace the old Azure Service Management (ASM). + +WWW: https://pypi.org/project/azure-mgmt-redhatopenshift/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004211940.03LJes3b094543>