ports/devel/py-aiorpcX/Makefile
Emanuel Haupt b024d7404d The most recent update broke finance/electrum. A diff between aiorpcx 0.17.0 and
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.
2019-05-13 19:55:47 +00:00

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>