freebsd-ports/www/py-mwoauth/Makefile
Kai Knoblich 880c0dcf1f www/py-mwoauth: Switch to newer version of pyjwt
* Resolve conflicting RUN_DEPENDS after 5cc6bfaeb2 as well.

* Bump PORTREVISION due changed dependencies.

Approved by:	yuri (maintainer, via D33797)
2022-01-12 22:12:48 +01:00

24 lines
714 B
Makefile

PORTNAME= mwoauth
DISTVERSION= 0.3.7
PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Generic MediaWiki OAuth handshake helper
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}oauthlib>0:security/py-oauthlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyjwt>=1.0.1:www/py-pyjwt@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests-oauthlib>0:www/py-requests-oauthlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>