97e719afa6
v0.11.0 Bech32 implementation Segwit implementation (for P2WSH and P2WPKH transactions) and examples Use libsecp256k1 for signing Implement OP_CHECKSEQUENCEVERIFY
16 lines
467 B
Makefile
16 lines
467 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/04/11 14:08:10 adam Exp $
|
|
|
|
DISTNAME= python-bitcoinlib-0.11.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^python-//}
|
|
CATEGORIES= finance net python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-bitcoinlib/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/petertodd/python-bitcoinlib
|
|
COMMENT= Python bitcoin library
|
|
LICENSE= gnu-lgpl-v3
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|