2017-09-30 12:59:11 +02:00
|
|
|
# Created by: Johannes Jost Meixner <johannes@perceivon.net>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= msrest
|
2020-09-09 22:38:41 +02:00
|
|
|
PORTVERSION= 0.6.19
|
2017-09-30 12:59:11 +02:00
|
|
|
CATEGORIES= net-mgmt python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2018-02-25 06:33:58 +01:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2017-09-30 12:59:11 +02:00
|
|
|
COMMENT= AutoRest swagger generator Python client runtime
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
|
2018-06-20 19:05:41 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=2017.4.17:security/py-certifi@${PY_FLAVOR} \
|
2018-02-25 06:33:58 +01:00
|
|
|
${PY_ENUM34} \
|
2018-06-20 19:05:41 +02:00
|
|
|
${PYTHON_PKGNAMEPREFIX}isodate>=0.6.0:devel/py-isodate@${PY_FLAVOR} \
|
2018-10-10 12:22:29 +02:00
|
|
|
${PYTHON_PKGNAMEPREFIX}requests>=2.16:www/py-requests@${PY_FLAVOR} \
|
2019-05-31 12:00:20 +02:00
|
|
|
${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.5.0:www/py-requests-oauthlib@${PY_FLAVOR} \
|
|
|
|
${PY_TYPING}
|
2017-09-30 12:59:11 +02:00
|
|
|
|
|
|
|
USES= python
|
2018-02-25 06:33:58 +01:00
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
2017-09-30 12:59:11 +02:00
|
|
|
|
2018-10-10 12:22:29 +02:00
|
|
|
NO_ARCH= yes
|
|
|
|
|
2019-05-31 12:00:20 +02:00
|
|
|
.include <bsd.port.mk>
|