Received: by mail.netbsd.org (Postfix, from userid 605) id 6270684DAD; Sun, 7 Feb 2021 20:05:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9C5EE84DAC for ; Sun, 7 Feb 2021 20:05:00 +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 dc1Yjznof6Uf for ; Sun, 7 Feb 2021 20:05:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E04CF84CDC for ; Sun, 7 Feb 2021 20:04:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CB1BDFA95; Sun, 7 Feb 2021 20:04:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1612728299187770" MIME-Version: 1.0 Date: Sun, 7 Feb 2021 20:04:59 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/finance/py-eth-typing To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210207200459.CB1BDFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1612728299187770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Feb 7 20:04:59 UTC 2021 Modified Files: pkgsrc/finance/py-eth-typing: Makefile PLIST Log Message: py-eth-typing: PLIST fix; bump revision To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/finance/py-eth-typing/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/finance/py-eth-typing/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1612728299187770 Content-Disposition: inline Content-Length: 1303 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/finance/py-eth-typing/Makefile diff -u pkgsrc/finance/py-eth-typing/Makefile:1.5 pkgsrc/finance/py-eth-typing/Makefile:1.6 --- pkgsrc/finance/py-eth-typing/Makefile:1.5 Sun Feb 7 19:37:40 2021 +++ pkgsrc/finance/py-eth-typing/Makefile Sun Feb 7 20:04:59 2021 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2021/02/07 19:37:40 adam Exp $ +# $NetBSD: Makefile,v 1.6 2021/02/07 20:04:59 adam Exp $ DISTNAME= eth-typing-2.2.2 +PKGREVISION= 1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= finance python MASTER_SITES= ${MASTER_SITE_PYPI:=e/eth-typing/} Index: pkgsrc/finance/py-eth-typing/PLIST diff -u pkgsrc/finance/py-eth-typing/PLIST:1.1 pkgsrc/finance/py-eth-typing/PLIST:1.2 --- pkgsrc/finance/py-eth-typing/PLIST:1.1 Mon Sep 28 23:47:31 2020 +++ pkgsrc/finance/py-eth-typing/PLIST Sun Feb 7 20:04:59 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2020/09/28 23:47:31 khorben Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/02/07 20:04:59 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -29,4 +29,3 @@ ${PYSITELIB}/eth_typing/ethpm.pyo ${PYSITELIB}/eth_typing/evm.py ${PYSITELIB}/eth_typing/evm.pyc ${PYSITELIB}/eth_typing/evm.pyo -${PYSITELIB}/eth_typing/py.typed --_----------=_1612728299187770--