ports/www/py-requests-wsgi-adapter/Makefile
Po-Chuan Hsieh 1a2d1220de
www/py-requests-wsgi-adapter: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-05-13 22:13:50 +08:00

23 lines
626 B
Makefile

PORTNAME= requests-wsgi-adapter
PORTVERSION= 0.4.1
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= WSGI Transport Adapter for Requests
WWW= https://github.com/seanbrant/requests-wsgi-adapter
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=1.0:www/py-requests@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>