mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 19:06:44 -04:00
25 lines
599 B
Makefile
25 lines
599 B
Makefile
PORTNAME= aiorpcX
|
|
PORTVERSION= 0.24.0
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ${PORTNAME:tl}-${PORTVERSION}
|
|
|
|
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>
|