pkgsrc/security/py-requests-oauthlib/Makefile

24 lines
775 B
Makefile
Raw Normal View History

2015-11-06 12:01:38 +01:00
# $NetBSD: Makefile,v 1.5 2015/11/06 11:01:38 wiz Exp $
2015-11-06 12:01:38 +01:00
DISTNAME= requests-oauthlib-0.5.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_PYPI:=r/requests-oauthlib/}
MAINTAINER= imil@NetBSD.org
HOMEPAGE= https://github.com/requests/requests-oauthlib
COMMENT= OAuthlib support for Python-Requests
LICENSE= mit
USE_LANGUAGES= # none
DEPENDS+= ${PYPKGPREFIX}-requests>=2.2.0:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-oauthlib>=0.6.1:../../security/py-oauthlib
2015-11-06 12:01:38 +01:00
# one test failure:
# https://github.com/requests/requests-oauthlib/issues/203
BUILD_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
BUILD_DEPENDS+= ${PYPKGPREFIX}-pbr>=0.11:../../devel/py-pbr
2014-05-13 19:08:44 +02:00
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"