summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-02-08 08:28:04 +0000
committeradam <adam@pkgsrc.org>2021-02-08 08:28:04 +0000
commit08350b091edc408be311db478ffa28c1aee5b39e (patch)
tree4bcac1c5aaab81d280f496fd4efebd576ce73d46 /finance
parent2c58def586129d0b7862a80dd9a4eae764044d4a (diff)
downloadpkgsrc-08350b091edc408be311db478ffa28c1aee5b39e.tar.gz
py-eth-rlp: added version 0.2.1
RLP definitions for common Ethereum objects in Python.
Diffstat (limited to 'finance')
-rw-r--r--finance/Makefile3
-rw-r--r--finance/py-eth-rlp/DESCR1
-rw-r--r--finance/py-eth-rlp/Makefile22
-rw-r--r--finance/py-eth-rlp/PLIST13
-rw-r--r--finance/py-eth-rlp/distinfo6
5 files changed, 44 insertions, 1 deletions
diff --git a/finance/Makefile b/finance/Makefile
index b23e4dc2e8f..a9d43652a07 100644
--- a/finance/Makefile
+++ b/finance/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.84 2021/02/08 07:02:26 adam Exp $
+# $NetBSD: Makefile,v 1.85 2021/02/08 08:28:04 adam Exp $
#
COMMENT= Monetary, financial and related applications
@@ -44,6 +44,7 @@ SUBDIR+= py-eth-abi
SUBDIR+= py-eth-hash
SUBDIR+= py-eth-keyfile
SUBDIR+= py-eth-keys
+SUBDIR+= py-eth-rlp
SUBDIR+= py-eth-typing
SUBDIR+= py-eth-utils
SUBDIR+= py-fecon235
diff --git a/finance/py-eth-rlp/DESCR b/finance/py-eth-rlp/DESCR
new file mode 100644
index 00000000000..bfdc7a0c24f
--- /dev/null
+++ b/finance/py-eth-rlp/DESCR
@@ -0,0 +1 @@
+RLP definitions for common Ethereum objects in Python.
diff --git a/finance/py-eth-rlp/Makefile b/finance/py-eth-rlp/Makefile
new file mode 100644
index 00000000000..f24abe7ed62
--- /dev/null
+++ b/finance/py-eth-rlp/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2021/02/08 08:28:04 adam Exp $
+
+DISTNAME= eth-rlp-0.2.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= finance python
+MASTER_SITES= ${MASTER_SITE_PYPI:=e/eth-rlp/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://github.com/ethereum/eth-rlp
+COMMENT= RLP definitions for common Ethereum objects in Python
+LICENSE= mit
+
+DEPENDS+= ${PYPKGPREFIX}-eth-utils>=1.0.1:../../finance/py-eth-utils
+DEPENDS+= ${PYPKGPREFIX}-hexbytes>=0.1.0:../../devel/py-hexbytes
+DEPENDS+= ${PYPKGPREFIX}-rlp>=0.6.0:../../devel/py-rlp
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/finance/py-eth-rlp/PLIST b/finance/py-eth-rlp/PLIST
new file mode 100644
index 00000000000..a7e3d6ed10e
--- /dev/null
+++ b/finance/py-eth-rlp/PLIST
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/08 08:28:04 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/eth_rlp/__init__.py
+${PYSITELIB}/eth_rlp/__init__.pyc
+${PYSITELIB}/eth_rlp/__init__.pyo
+${PYSITELIB}/eth_rlp/main.py
+${PYSITELIB}/eth_rlp/main.pyc
+${PYSITELIB}/eth_rlp/main.pyo
diff --git a/finance/py-eth-rlp/distinfo b/finance/py-eth-rlp/distinfo
new file mode 100644
index 00000000000..ef50224e14b
--- /dev/null
+++ b/finance/py-eth-rlp/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/08 08:28:04 adam Exp $
+
+SHA1 (eth-rlp-0.2.1.tar.gz) = cffbfe42396c244c90cad352165c2b6d3ee4f98b
+RMD160 (eth-rlp-0.2.1.tar.gz) = 326dd47543fb71acbe1f935ef38b2e2add604e7e
+SHA512 (eth-rlp-0.2.1.tar.gz) = b00c12ec6a740205fad40f1e60fe7c621ac22e8d2c0e50c76aad76895cc4007b27a4d940e5eee3547be640d3b4dc8de7840bf4fbccd2df112651855f22ba415f
+Size (eth-rlp-0.2.1.tar.gz) = 5830 bytes