From c23c9065ab622d71856bdad4935d1d4cf1b91c01 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 25 Feb 2018 05:33:58 +0000 Subject: Update to 0.4.26 - Fix version requirement of RUN_DEPENDS - Use PY_ENUM34 - Allow concurrent installation (USE_PYTHON=concurrent) - Add NO_ARCH - Update pkg-descr - Add GitHub repository to WWW - Take maintainership Changes: https://github.com/Azure/msrest-for-python/releases --- net-mgmt/py-msrest/Makefile | 24 ++++++++++-------------- net-mgmt/py-msrest/distinfo | 6 +++--- net-mgmt/py-msrest/pkg-descr | 3 ++- 3 files changed, 15 insertions(+), 18 deletions(-) (limited to 'net-mgmt') diff --git a/net-mgmt/py-msrest/Makefile b/net-mgmt/py-msrest/Makefile index e721322c04f7..8f0d714d9384 100644 --- a/net-mgmt/py-msrest/Makefile +++ b/net-mgmt/py-msrest/Makefile @@ -2,28 +2,24 @@ # $FreeBSD$ PORTNAME= msrest -PORTVERSION= 0.4.14 +PORTVERSION= 0.4.26 CATEGORIES= net-mgmt python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= AutoRest swagger generator Python client runtime LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}isodate>=0.5.4:devel/py-isodate@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>0:www/py-requests-oauthlib@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=2017.4.17:security/py-certifi@${FLAVOR} \ + ${PY_ENUM34} \ + ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.0:devel/py-isodate@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.5.0:www/py-requests-oauthlib@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.14:www/py-requests@${FLAVOR} +NO_ARCH= yes USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils -.include - -.if ${PYTHON_REL} < 3400 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34@${FLAVOR} -.endif - -.include +.include diff --git a/net-mgmt/py-msrest/distinfo b/net-mgmt/py-msrest/distinfo index c337a2d0eebc..07752e46c74b 100644 --- a/net-mgmt/py-msrest/distinfo +++ b/net-mgmt/py-msrest/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1505102734 -SHA256 (msrest-0.4.14.tar.gz) = 97654345a93a140f6e825f2a648de3100b5ff90880f7668df82d825b2de148ec -SIZE (msrest-0.4.14.tar.gz) = 26459 +TIMESTAMP = 1519498766 +SHA256 (msrest-0.4.26.tar.gz) = 388294f55127102b770f6fd633b6971af56c0f3b20fdce151be1ae22ac0b9e8b +SIZE (msrest-0.4.26.tar.gz) = 33426 diff --git a/net-mgmt/py-msrest/pkg-descr b/net-mgmt/py-msrest/pkg-descr index 4e3330032433..b5f6d31cdab1 100644 --- a/net-mgmt/py-msrest/pkg-descr +++ b/net-mgmt/py-msrest/pkg-descr @@ -1,3 +1,4 @@ -AutoRest swagger generator Python client runtime. +The runtime library "msrest" for AutoRest generated Python clients. WWW: https://pypi.python.org/pypi/msrest +WWW: https://github.com/Azure/msrest-for-python -- cgit v1.2.3