Received: by mail.netbsd.org (Postfix, from userid 605) id 24CA684D4C; Mon, 8 Feb 2021 08:28:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 611C584D32 for ; Mon, 8 Feb 2021 08:28:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id M6wAzaLB6-om for ; Mon, 8 Feb 2021 08:28:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C49D884CD8 for ; Mon, 8 Feb 2021 08:28:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C1CB4FA95; Mon, 8 Feb 2021 08:28:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1612772884136170" MIME-Version: 1.0 Date: Mon, 8 Feb 2021 08:28:04 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/finance To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210208082804.C1CB4FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1612772884136170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Feb 8 08:28:04 UTC 2021 Modified Files: pkgsrc/finance: Makefile Added Files: pkgsrc/finance/py-eth-rlp: DESCR Makefile PLIST distinfo Log Message: py-eth-rlp: added version 0.2.1 RLP definitions for common Ethereum objects in Python. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 pkgsrc/finance/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/finance/py-eth-rlp/DESCR \ pkgsrc/finance/py-eth-rlp/Makefile pkgsrc/finance/py-eth-rlp/PLIST \ pkgsrc/finance/py-eth-rlp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1612772884136170 Content-Disposition: inline Content-Length: 3151 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/finance/Makefile diff -u pkgsrc/finance/Makefile:1.84 pkgsrc/finance/Makefile:1.85 --- pkgsrc/finance/Makefile:1.84 Mon Feb 8 07:02:26 2021 +++ pkgsrc/finance/Makefile Mon Feb 8 08:28:04 2021 @@ -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 Added files: Index: pkgsrc/finance/py-eth-rlp/DESCR diff -u /dev/null pkgsrc/finance/py-eth-rlp/DESCR:1.1 --- /dev/null Mon Feb 8 08:28:04 2021 +++ pkgsrc/finance/py-eth-rlp/DESCR Mon Feb 8 08:28:04 2021 @@ -0,0 +1 @@ +RLP definitions for common Ethereum objects in Python. Index: pkgsrc/finance/py-eth-rlp/Makefile diff -u /dev/null pkgsrc/finance/py-eth-rlp/Makefile:1.1 --- /dev/null Mon Feb 8 08:28:04 2021 +++ pkgsrc/finance/py-eth-rlp/Makefile Mon Feb 8 08:28:04 2021 @@ -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" Index: pkgsrc/finance/py-eth-rlp/PLIST diff -u /dev/null pkgsrc/finance/py-eth-rlp/PLIST:1.1 --- /dev/null Mon Feb 8 08:28:04 2021 +++ pkgsrc/finance/py-eth-rlp/PLIST Mon Feb 8 08:28:04 2021 @@ -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 Index: pkgsrc/finance/py-eth-rlp/distinfo diff -u /dev/null pkgsrc/finance/py-eth-rlp/distinfo:1.1 --- /dev/null Mon Feb 8 08:28:04 2021 +++ pkgsrc/finance/py-eth-rlp/distinfo Mon Feb 8 08:28:04 2021 @@ -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 --_----------=_1612772884136170--