Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 6F83C1A9239 for ; Tue, 11 Jan 2022 19:14:12 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AACE284EAC; Tue, 11 Jan 2022 19:14:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E54FC84EA7 for ; Tue, 11 Jan 2022 19:14:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id qZMaI_TZMc2l for ; Tue, 11 Jan 2022 19:14:10 +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 1C3F284CFC for ; Tue, 11 Jan 2022 19:14:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 199B4FB24; Tue, 11 Jan 2022 19:14:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1641928450171920" MIME-Version: 1.0 Date: Tue, 11 Jan 2022 19:14:10 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/misc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220111191410.199B4FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1641928450171920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jan 11 19:14:10 UTC 2022 Modified Files: pkgsrc/misc: Makefile Added Files: pkgsrc/misc/py-crashtest: DESCR Makefile PLIST distinfo Log Message: py-crashtest: added version 0.3.1 Crashtest is a Python library that makes exceptions handling and inspection easier. To generate a diff of this commit: cvs rdiff -u -r1.557 -r1.558 pkgsrc/misc/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/misc/py-crashtest/DESCR \ pkgsrc/misc/py-crashtest/Makefile pkgsrc/misc/py-crashtest/PLIST \ pkgsrc/misc/py-crashtest/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1641928450171920 Content-Disposition: inline Content-Length: 4453 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/Makefile diff -u pkgsrc/misc/Makefile:1.557 pkgsrc/misc/Makefile:1.558 --- pkgsrc/misc/Makefile:1.557 Fri Dec 24 15:50:45 2021 +++ pkgsrc/misc/Makefile Tue Jan 11 19:14:09 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.557 2021/12/24 15:50:45 wiz Exp $ +# $NetBSD: Makefile,v 1.558 2022/01/11 19:14:09 adam Exp $ # COMMENT= Miscellaneous utilities @@ -251,6 +251,7 @@ SUBDIR+= py-anita SUBDIR+= py-ansi SUBDIR+= py-asciinema SUBDIR+= py-carddav +SUBDIR+= py-crashtest SUBDIR+= py-immutables SUBDIR+= py-platformdirs SUBDIR+= py-sniffio Added files: Index: pkgsrc/misc/py-crashtest/DESCR diff -u /dev/null pkgsrc/misc/py-crashtest/DESCR:1.1 --- /dev/null Tue Jan 11 19:14:10 2022 +++ pkgsrc/misc/py-crashtest/DESCR Tue Jan 11 19:14:09 2022 @@ -0,0 +1,2 @@ +Crashtest is a Python library that makes exceptions handling and inspection +easier. Index: pkgsrc/misc/py-crashtest/Makefile diff -u /dev/null pkgsrc/misc/py-crashtest/Makefile:1.1 --- /dev/null Tue Jan 11 19:14:10 2022 +++ pkgsrc/misc/py-crashtest/Makefile Tue Jan 11 19:14:09 2022 @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2022/01/11 19:14:09 adam Exp $ + +DISTNAME= crashtest-0.3.1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= misc python +MASTER_SITES= ${MASTER_SITE_PYPI:=c/crashtest/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/sdispater/crashtest +COMMENT= Manage Python errors with ease +LICENSE= mit + +USE_LANGUAGES= # none + +PYTHON_VERSIONS_INCOMPATIBLE= 27 + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/misc/py-crashtest/PLIST diff -u /dev/null pkgsrc/misc/py-crashtest/PLIST:1.1 --- /dev/null Tue Jan 11 19:14:10 2022 +++ pkgsrc/misc/py-crashtest/PLIST Tue Jan 11 19:14:09 2022 @@ -0,0 +1,41 @@ +@comment $NetBSD: PLIST,v 1.1 2022/01/11 19:14:09 adam Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/crashtest/__init__.py +${PYSITELIB}/crashtest/__init__.pyc +${PYSITELIB}/crashtest/__init__.pyo +${PYSITELIB}/crashtest/contracts/__init__.py +${PYSITELIB}/crashtest/contracts/__init__.pyc +${PYSITELIB}/crashtest/contracts/__init__.pyo +${PYSITELIB}/crashtest/contracts/base_solution.py +${PYSITELIB}/crashtest/contracts/base_solution.pyc +${PYSITELIB}/crashtest/contracts/base_solution.pyo +${PYSITELIB}/crashtest/contracts/has_solutions_for_exception.py +${PYSITELIB}/crashtest/contracts/has_solutions_for_exception.pyc +${PYSITELIB}/crashtest/contracts/has_solutions_for_exception.pyo +${PYSITELIB}/crashtest/contracts/provides_solution.py +${PYSITELIB}/crashtest/contracts/provides_solution.pyc +${PYSITELIB}/crashtest/contracts/provides_solution.pyo +${PYSITELIB}/crashtest/contracts/solution.py +${PYSITELIB}/crashtest/contracts/solution.pyc +${PYSITELIB}/crashtest/contracts/solution.pyo +${PYSITELIB}/crashtest/contracts/solution_provider_repository.py +${PYSITELIB}/crashtest/contracts/solution_provider_repository.pyc +${PYSITELIB}/crashtest/contracts/solution_provider_repository.pyo +${PYSITELIB}/crashtest/frame.py +${PYSITELIB}/crashtest/frame.pyc +${PYSITELIB}/crashtest/frame.pyo +${PYSITELIB}/crashtest/frame_collection.py +${PYSITELIB}/crashtest/frame_collection.pyc +${PYSITELIB}/crashtest/frame_collection.pyo +${PYSITELIB}/crashtest/inspector.py +${PYSITELIB}/crashtest/inspector.pyc +${PYSITELIB}/crashtest/inspector.pyo +${PYSITELIB}/crashtest/solution_providers/__init__.py +${PYSITELIB}/crashtest/solution_providers/__init__.pyc +${PYSITELIB}/crashtest/solution_providers/__init__.pyo +${PYSITELIB}/crashtest/solution_providers/solution_provider_repository.py +${PYSITELIB}/crashtest/solution_providers/solution_provider_repository.pyc +${PYSITELIB}/crashtest/solution_providers/solution_provider_repository.pyo Index: pkgsrc/misc/py-crashtest/distinfo diff -u /dev/null pkgsrc/misc/py-crashtest/distinfo:1.1 --- /dev/null Tue Jan 11 19:14:10 2022 +++ pkgsrc/misc/py-crashtest/distinfo Tue Jan 11 19:14:09 2022 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/01/11 19:14:09 adam Exp $ + +BLAKE2s (crashtest-0.3.1.tar.gz) = e8c4aa70062a31dbb612765fbab677c49c1648b4e9a2f9fd5db0c00951aa8142 +SHA512 (crashtest-0.3.1.tar.gz) = e608e59d6bd772fd292b34ccc3a77d26f23f152aa0b72dbf2e60fbcaa0196f47bdfb8dfe28c30f2196132d32a86903f835bea6f6eb29b3cf179ea11bae237ea9 +Size (crashtest-0.3.1.tar.gz) = 4333 bytes --_----------=_1641928450171920--