Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2018 05:33:58 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462927 - head/net-mgmt/py-msrest
Message-ID:  <201802250533.w1P5Xw06066365@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Feb 25 05:33:58 2018
New Revision: 462927
URL: https://svnweb.freebsd.org/changeset/ports/462927

Log:
  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

Modified:
  head/net-mgmt/py-msrest/Makefile
  head/net-mgmt/py-msrest/distinfo
  head/net-mgmt/py-msrest/pkg-descr

Modified: head/net-mgmt/py-msrest/Makefile
==============================================================================
--- head/net-mgmt/py-msrest/Makefile	Sun Feb 25 05:33:48 2018	(r462926)
+++ head/net-mgmt/py-msrest/Makefile	Sun Feb 25 05:33:58 2018	(r462927)
@@ -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>

Modified: head/net-mgmt/py-msrest/distinfo
==============================================================================
--- head/net-mgmt/py-msrest/distinfo	Sun Feb 25 05:33:48 2018	(r462926)
+++ head/net-mgmt/py-msrest/distinfo	Sun Feb 25 05:33:58 2018	(r462927)
@@ -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

Modified: head/net-mgmt/py-msrest/pkg-descr
==============================================================================
--- head/net-mgmt/py-msrest/pkg-descr	Sun Feb 25 05:33:48 2018	(r462926)
+++ head/net-mgmt/py-msrest/pkg-descr	Sun Feb 25 05:33:58 2018	(r462927)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802250533.w1P5Xw06066365>