View | Details | Raw Unified | Return to bug 205077 | Differences between
and this patch

Collapse All | Expand All

(-)finance/py-bitcoin/Makefile (-20 lines)
Lines 1-20 Link Here
1
# Created by: Yuri Victorovich <yuri@rawbw.com>
2
# $FreeBSD$
3
4
PORTNAME=	bitcoin
5
PORTVERSION=	1.1.29
6
CATEGORIES=	finance python
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
10
MAINTAINER=	yuri@rawbw.com
11
COMMENT=	Python Bitcoin Tools
12
13
LICENSE=	MIT
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
16
USES=		python
17
USE_PYTHON=	autoplist distutils
18
NO_ARCH=	yes
19
20
.include <bsd.port.mk>
(-)finance/py-bitcoin/distinfo (-2 lines)
Lines 1-2 Link Here
1
SHA256 (bitcoin-1.1.29.tar.gz) = 18a38854025acb9b321cc3456aad54447e597cac4cdc52b4cd08dd5436a508a6
2
SIZE (bitcoin-1.1.29.tar.gz) = 26672
(-)finance/py-bitcoin/pkg-descr (-3 lines)
Lines 1-3 Link Here
1
Python library for Bitcoin signatures and transactions
2
3
WWW: https://github.com/vbuterin/pybitcointools

Return to bug 205077