# $OpenBSD: $

COMMENT =		transparent persistent cache for the py-requests library
MODPY_EGG_VERSION =	0.5.2
DISTNAME =		requests-cache-${MODPY_EGG_VERSION}
PKGNAME =		py-${DISTNAME}
CATEGORIES =		www

HOMEPAGE =		https://github.com/reclosedev/requests-cache
MAINTAINER =		Johan Huldtgren <jhuldtgren@gmail.com>

# BSD
PERMIT_PACKAGE =	Yes

MODULES =		lang/python

FLAVORS =		python3
FLAVOR =		python3

MODPY_PI =		Yes
MODPY_SETUPTOOLS =	Yes

# Dependencies
RUN_DEPENDS =		www/py-requests${MODPY_FLAVOR}>=1.1.0

# Requires older py-test and py-test-cov
NO_TEST =		Yes

.include <bsd.port.mk>
