mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
24 lines
559 B
Makefile
24 lines
559 B
Makefile
PORTNAME= aiorpcX
|
|
PORTVERSION= 0.23.1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= Generic async RPC implementation, including JSON-RPC
|
|
WWW= https://pypi.org/project/aiorpcX/
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}websockets>=0:devel/py-websockets@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
CONFLICTS_INSTALL= py[0-9]*-aiorpcX-legacy
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|