freebsd-ports/devel/py-tartiflette-aiohttp/Makefile
Po-Chuan Hsieh 94e2a2cf5f
devel/py-tartiflette-aiohttp: Allow build with py-aiohttp 3.9.0+
- Bump PORTREVISION for package change
2023-12-14 13:48:29 +08:00

22 lines
571 B
Makefile

PORTNAME= tartiflette-aiohttp
PORTVERSION= 1.4.1
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Run Tartiflette GraphQL Engine through aiohttp
WWW= https://github.com/tartiflette/tartiflette-aiohttp
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.5.4:www/py-aiohttp@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tartiflette>=0.12.0<2.0.0:devel/py-tartiflette@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>