mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
0.18.0 shows that there was quite a churn that can't be easily fixed. Downgrade to 0.17.0 until there is a solution.
26 lines
615 B
Makefile
26 lines
615 B
Makefile
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
# WARNING: Do not upgrade to 0.18.0, this breaks finance/electrum
|
|
|
|
PORTNAME= aiorpcX
|
|
PORTVERSION= 0.17.0
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= Generic async RPC implementation, including JSON-RPC
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}websockets>=0:devel/py-websockets@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|