pkgsrc/security/py-requests-oauthlib/Makefile
adam 0faffde786 py-requests-oauthlib: updated to 1.3.1
v1.3.1 (21 January 2022)
- Add initial support for OAuth Mutual TLS (draft-ietf-oauth-mtls)
- Add eBay compliance fix
- Add Spotify OAuth 2 Tutorial
- Add support for python 3.8, 3.9
- Fixed LinkedIn Compliance Fixes
- Fixed ReadTheDocs Documentation and sphinx errors
- Moved pipeline to GitHub Actions
2022-02-06 19:04:17 +00:00

23 lines
767 B
Makefile

# $NetBSD: Makefile,v 1.13 2022/02/06 19:04:17 adam Exp $
DISTNAME= requests-oauthlib-1.3.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
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
DEPENDS+= ${PYPKGPREFIX}-oauthlib>=3.0.0:../../security/py-oauthlib
DEPENDS+= ${PYPKGPREFIX}-requests>=2.2.0:../../devel/py-requests
TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
TEST_DEPENDS+= ${PYPKGPREFIX}-requests-mock-[0-9]*:../../devel/py-requests-mock
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-JWT
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"