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
This commit is contained in:
parent
060d83aa17
commit
c23c9065ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462927
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user