Package was uploaded to pypi. Thus, we can simplify the Makefile. Change in
this version was: Fix CECKey.sign() handling of invalid hashes
This commit is contained in:
parent
4ff3edbefc
commit
315543fc41
2 changed files with 9 additions and 12 deletions
|
@ -1,22 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1 2014/05/08 10:14:10 rodent Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2014/05/13 02:39:11 rodent Exp $
|
||||
#
|
||||
|
||||
DISTNAME= v0.1
|
||||
PKG= python-bitcoinlib-${DISTNAME:S/v//1}
|
||||
PKGNAME= ${PYPKGPREFIX}-${PKG}
|
||||
DISTNAME= python-bitcoinlib-0.1.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= finance net python
|
||||
MASTER_SITES= https://github.com/petertodd/python-bitcoinlib/archive/
|
||||
DIST_SUBDIR= ${PKGBASE:S/${PYPKGPREFIX}/py/1}
|
||||
MASTER_SITES= https://pypi.python.org/packages/source/p/python-bitcoinlib/
|
||||
|
||||
MAINTAINER= rodent@NetBSD.org
|
||||
HOMEPAGE= https://github.com/petertodd/python-bitcoinlib
|
||||
COMMENT= Python bitcoin library
|
||||
LICENSE= gnu-lgpl-v2.1 AND mit
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PKG}
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
EGG_NAME= ${PKG:S/-/_/1}
|
||||
EGG_NAME= ${DISTNAME:S/-/_/1}
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2014/05/08 10:14:10 rodent Exp $
|
||||
$NetBSD: distinfo,v 1.2 2014/05/13 02:39:11 rodent Exp $
|
||||
|
||||
SHA1 (py-python-bitcoinlib/v0.1.tar.gz) = f277cdbcc1860f05684e5143a5b2a1d067ca701b
|
||||
RMD160 (py-python-bitcoinlib/v0.1.tar.gz) = 91817e18dde4acfb1cf8ac3ddb8c1603204e1c42
|
||||
Size (py-python-bitcoinlib/v0.1.tar.gz) = 71973 bytes
|
||||
SHA1 (python-bitcoinlib-0.1.1.tar.gz) = d5a980288e3d6a5345173c703db40c899187ebc4
|
||||
RMD160 (python-bitcoinlib-0.1.1.tar.gz) = 9a428b172c323250510a72560e595c1c6822cc76
|
||||
Size (python-bitcoinlib-0.1.1.tar.gz) = 45296 bytes
|
||||
|
|
Loading…
Reference in a new issue