summaryrefslogtreecommitdiff
path: root/finance/py-python-bitcoinlib/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2016-06-08Switch to MASTER_SITES_PYPI.wiz1-2/+2
2015-04-13Removing python26. EOL'd quite some ago and discussed a couple times onrodent1-3/+1
tech-pkg@ and pkgsrc-users@.
2015-04-01Update to 0.3.0. No nicely condensed changelog for stickler packagerodent1-2/+2
managers to love. From the repo: Merge pull request #59 Merge pull request #50 Encourage running unittests on py3 as well Fix release notes __all__ formatting
2014-12-31Improve EGG_NAME default to work for packages with '-' in their name.wiz1-4/+1
Remove now unnecessary overrides in various packages.
2014-10-05v0.2.1rodent1-2/+2
Improve bitcoin address handling. P2SH and P2PKH addresses now get their own classes - P2SHBitcoinAddress and P2PKHBitcoinAddress respectively - and P2PKH can now convert scriptPubKeys containing non-canonical pushes as well as bare checksig to addresses. .deserialize() methods now fail if there is extra data left over. Various other small bugfixes. License is now LGPL v3 or later. v0.2.0 Major change: CTransaction, CBlock, etc. now come in immutable (default) and mutable forms. In most cases mutable and immutable can be used interchangeably; when that is not possible methods are provided to create new (im)mutable objects from (im)mutable ones efficiently. Other changes: New BIP70 payment protocol example. (Derren Desouza) Rework of message serialization. Note that this may not represent the final form of P2P support, which is still in flux. (Florian Schmaus) Various bugfixes Finally starting this release, git tags will be of the form 'python-bitcoinlib-(version)', replacing the less specific '(version)' form previously used.
2014-05-18Uses syntax not supported by Python 2.6.joerg1-1/+3
2014-05-13Package was uploaded to pypi. Thus, we can simplify the Makefile. Change inrodent1-8/+5
this version was: Fix CECKey.sign() handling of invalid hashes
2014-05-08Import py27-python-bitcoinlib-0.1 as finance/py-python-bitcoinlib.rodent1-0/+22
This Python2/3 library provides an easy interface to the bitcoin data structures and protocol. The approach is low-level and "ground up", with a focus on providing tools to manipulate the internals of how Bitcoin works.