1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/www/py-requests-mock/Makefile
Sunpoet Po-Chuan Hsieh 78e1276dc9 Add py-requests-mock 1.3.0
requests-mock provides a building block to stub out the HTTP requests portions
of your testing code.

WWW: https://pypi.python.org/pypi/requests-mock
2017-10-02 18:24:00 +00:00

25 lines
599 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= requests-mock
PORTVERSION= 1.3.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Mock out responses from the requests package
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0:devel/py-pbr
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=1.1:www/py-requests \
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six
NO_ARCH= yes
USE_PYTHON= autoplist concurrent distutils
USES= python
.include <bsd.port.mk>