aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-25 05:33:58 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-25 05:33:58 +0000
commitc23c9065ab622d71856bdad4935d1d4cf1b91c01 (patch)
tree650213214684416438cfc4f8cb2505d866eee808 /net-mgmt
parent060d83aa179c9e96b2d06cb4d97d7191a512f538 (diff)
downloadports-c23c9065ab622d71856bdad4935d1d4cf1b91c01.tar.gz
ports-c23c9065ab622d71856bdad4935d1d4cf1b91c01.zip
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
Notes
Notes: svn path=/head/; revision=462927
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/py-msrest/Makefile24
-rw-r--r--net-mgmt/py-msrest/distinfo6
-rw-r--r--net-mgmt/py-msrest/pkg-descr3
3 files changed, 15 insertions, 18 deletions
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 <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 3400
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34@${FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
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