PORTNAME=	python-bitcoinrpc
PORTVERSION=	1.0
CATEGORIES=	net finance python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	loader@FreeBSD.org
COMMENT=	Enhanced version of python-jsonrpc for use with Bitcoin
WWW=		https://github.com/jgarzik/python-bitcoinrpc

LICENSE=	LGPL21
LICENSE_FILE=	${WRKSRC}/LICENSE

NO_ARCH=	yes
USES=		python:3.6+
USE_PYTHON=	autoplist concurrent distutils

.include <bsd.port.mk>
