Skip to content

Commit

Permalink
devel/py-azure-mgmt-appconfiguration: Update to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaio committed May 20, 2023
1 parent e718999 commit 245d33f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
18 changes: 12 additions & 6 deletions devel/py-azure-mgmt-appconfiguration/Makefile
@@ -1,5 +1,5 @@
PORTNAME= azure-mgmt-appconfiguration
DISTVERSION= 2.1.0
DISTVERSION= 3.0.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -10,13 +10,19 @@ WWW= https://pypi.org/project/azure-mgmt-appconfiguration/

LICENSE= MIT

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1<1.0.0:devel/py-isodate@${PY_FLAVOR}

USES= azurepy python:3.6+ zip
USES= azurepy python:3.7+ zip
USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes

.include <bsd.port.mk>
.include <bsd.port.pre.mk>

.if ${PYTHON_REL} < 30800
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.3.0:devel/py-typing-extensions@${PY_FLAVOR}
.endif

.include <bsd.port.post.mk>
6 changes: 3 additions & 3 deletions devel/py-azure-mgmt-appconfiguration/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1657997086
SHA256 (azure-mgmt-appconfiguration-2.1.0.zip) = eacdca7d63a5ce4a2aeeec6e0db14c6265b6dab3981ed81081843a44c150890f
SIZE (azure-mgmt-appconfiguration-2.1.0.zip) = 82254
TIMESTAMP = 1684594909
SHA256 (azure-mgmt-appconfiguration-3.0.0.zip) = 14986e560a8d8dd4487a03f8bd4212ac0b47bef5657b95501552133e6e072c4c
SIZE (azure-mgmt-appconfiguration-3.0.0.zip) = 277679

0 comments on commit 245d33f

Please sign in to comment.