aboutsummaryrefslogtreecommitdiff
path: root/finance/py-python-bitcoinlib
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2019-03-13 16:40:39 +0000
committerKai Knoblich <kai@FreeBSD.org>2019-03-13 16:40:39 +0000
commit3614d116f8ac4b0cef9455035c4ffdc5832a0b27 (patch)
tree537b7562c449f154530c0f5f732b3b90c04306b5 /finance/py-python-bitcoinlib
parentba032850a0ee3f80a4f11f8a129813c8117756dc (diff)
downloadports-3614d116f8ac4b0cef9455035c4ffdc5832a0b27.tar.gz
ports-3614d116f8ac4b0cef9455035c4ffdc5832a0b27.zip
New port: finance/py-python-bitcoinlib
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. WWW: https://github.com/petertodd/python-bitcoinlib/ Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D19542
Notes
Notes: svn path=/head/; revision=495614
Diffstat (limited to 'finance/py-python-bitcoinlib')
-rw-r--r--finance/py-python-bitcoinlib/Makefile20
-rw-r--r--finance/py-python-bitcoinlib/distinfo3
-rw-r--r--finance/py-python-bitcoinlib/pkg-descr5
3 files changed, 28 insertions, 0 deletions
diff --git a/finance/py-python-bitcoinlib/Makefile b/finance/py-python-bitcoinlib/Makefile
new file mode 100644
index 000000000000..f7a2343b805e
--- /dev/null
+++ b/finance/py-python-bitcoinlib/Makefile
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME= python-bitcoinlib
+PORTVERSION= 0.10.1
+CATEGORIES= finance python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= kai@FreeBSD.org
+COMMENT= Swiss Army Knife of the Bitcoin protocol
+
+LICENSE= LGPL3+
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/finance/py-python-bitcoinlib/distinfo b/finance/py-python-bitcoinlib/distinfo
new file mode 100644
index 000000000000..e16ad35f9ed0
--- /dev/null
+++ b/finance/py-python-bitcoinlib/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1549630106
+SHA256 (python-bitcoinlib-0.10.1.tar.gz) = 0fe7de6c083e12479eb12d3764ece83e5c73b1c48e806009ee1a1aa02da098cf
+SIZE (python-bitcoinlib-0.10.1.tar.gz) = 135322
diff --git a/finance/py-python-bitcoinlib/pkg-descr b/finance/py-python-bitcoinlib/pkg-descr
new file mode 100644
index 000000000000..5ae163fe1159
--- /dev/null
+++ b/finance/py-python-bitcoinlib/pkg-descr
@@ -0,0 +1,5 @@
+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.
+
+WWW: https://github.com/petertodd/python-bitcoinlib/