Fri Aug 11 12:41:47 2023 UTC ()
py-tracerite: added version 1.1.0

TraceRite hides the irrelevant IPython/notebook internals and concisely shows
what happened (the program was interrupted) and where that happened. This could
further be improved by converting the KeyboardInterrupt message into something
more suitable, like "You stopped the program", but what you see above is just
the default handling that never considered this particular error.


(adam)
diff -r1.4046 -r1.4047 pkgsrc/devel/Makefile
diff -r0 -r1.1 pkgsrc/devel/py-tracerite/DESCR
diff -r0 -r1.1 pkgsrc/devel/py-tracerite/Makefile
diff -r0 -r1.1 pkgsrc/devel/py-tracerite/PLIST
diff -r0 -r1.1 pkgsrc/devel/py-tracerite/distinfo

cvs diff -r1.4046 -r1.4047 pkgsrc/devel/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/Makefile 2023/08/10 21:45:56 1.4046
+++ pkgsrc/devel/Makefile 2023/08/11 12:41:47 1.4047
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.4046 2023/08/10 21:45:56 leot Exp $ 1# $NetBSD: Makefile,v 1.4047 2023/08/11 12:41:47 adam Exp $
2# 2#
3 3
4COMMENT= Development utilities 4COMMENT= Development utilities
5 5
6SUBDIR+= ETL 6SUBDIR+= ETL
7SUBDIR+= GConf 7SUBDIR+= GConf
8SUBDIR+= GConf-ui 8SUBDIR+= GConf-ui
9SUBDIR+= Gorm 9SUBDIR+= Gorm
10SUBDIR+= MoarVM 10SUBDIR+= MoarVM
11SUBDIR+= ObjectiveLib 11SUBDIR+= ObjectiveLib
12SUBDIR+= ProjectCenter 12SUBDIR+= ProjectCenter
13SUBDIR+= R-BH 13SUBDIR+= R-BH
14SUBDIR+= R-IRdisplay 14SUBDIR+= R-IRdisplay
@@ -3023,26 +3023,27 @@ SUBDIR+= py-testpath @@ -3023,26 +3023,27 @@ SUBDIR+= py-testpath
3023SUBDIR+= py-testrepository 3023SUBDIR+= py-testrepository
3024SUBDIR+= py-testresources 3024SUBDIR+= py-testresources
3025SUBDIR+= py-testscenarios 3025SUBDIR+= py-testscenarios
3026SUBDIR+= py-testtools 3026SUBDIR+= py-testtools
3027SUBDIR+= py-thrift 3027SUBDIR+= py-thrift
3028SUBDIR+= py-timeout-decorator 3028SUBDIR+= py-timeout-decorator
3029SUBDIR+= py-tlsh 3029SUBDIR+= py-tlsh
3030SUBDIR+= py-tlv8 3030SUBDIR+= py-tlv8
3031SUBDIR+= py-toolconfig 3031SUBDIR+= py-toolconfig
3032SUBDIR+= py-toolz 3032SUBDIR+= py-toolz
3033SUBDIR+= py-tortoisehg 3033SUBDIR+= py-tortoisehg
3034SUBDIR+= py-tox 3034SUBDIR+= py-tox
3035SUBDIR+= py-traceback2 3035SUBDIR+= py-traceback2
 3036SUBDIR+= py-tracerite
3036SUBDIR+= py-traitlets 3037SUBDIR+= py-traitlets
3037SUBDIR+= py-transitions 3038SUBDIR+= py-transitions
3038SUBDIR+= py-treq 3039SUBDIR+= py-treq
3039SUBDIR+= py-trio 3040SUBDIR+= py-trio
3040SUBDIR+= py-tryton 3041SUBDIR+= py-tryton
3041SUBDIR+= py-trytond 3042SUBDIR+= py-trytond
3042SUBDIR+= py-tubes 3043SUBDIR+= py-tubes
3043SUBDIR+= py-txaio 3044SUBDIR+= py-txaio
3044SUBDIR+= py-txrequests 3045SUBDIR+= py-txrequests
3045SUBDIR+= py-typeguard 3046SUBDIR+= py-typeguard
3046SUBDIR+= py-types-setuptools 3047SUBDIR+= py-types-setuptools
3047SUBDIR+= py-types-toml 3048SUBDIR+= py-types-toml
3048SUBDIR+= py-types-ujson 3049SUBDIR+= py-types-ujson

File Added: pkgsrc/devel/py-tracerite/DESCR
TraceRite hides the irrelevant IPython/notebook internals and concisely shows
what happened (the program was interrupted) and where that happened. This could
further be improved by converting the KeyboardInterrupt message into something
more suitable, like "You stopped the program", but what you see above is just
the default handling that never considered this particular error.

File Added: pkgsrc/devel/py-tracerite/Makefile
# $NetBSD: Makefile,v 1.1 2023/08/11 12:41:47 adam Exp $

DISTNAME=	tracerite-1.1.0
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	devel python
MASTER_SITES=	${MASTER_SITE_PYPI:=t/tracerite/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/sanic-org/tracerite
COMMENT=	Human-readable HTML tracebacks for Python exceptions
LICENSE=	mit

TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
DEPENDS+=	${PYPKGPREFIX}-html5tagger>=1.2.1:../../textproc/py-html5tagger

USE_LANGUAGES=	# none

PYTHON_VERSIONS_INCOMPATIBLE=	27

.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/devel/py-tracerite/PLIST
@comment $NetBSD: PLIST,v 1.1 2023/08/11 12:41:47 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/tracerite/__init__.py
${PYSITELIB}/tracerite/__init__.pyc
${PYSITELIB}/tracerite/__init__.pyo
${PYSITELIB}/tracerite/html.py
${PYSITELIB}/tracerite/html.pyc
${PYSITELIB}/tracerite/html.pyo
${PYSITELIB}/tracerite/inspector.py
${PYSITELIB}/tracerite/inspector.pyc
${PYSITELIB}/tracerite/inspector.pyo
${PYSITELIB}/tracerite/logging.py
${PYSITELIB}/tracerite/logging.pyc
${PYSITELIB}/tracerite/logging.pyo
${PYSITELIB}/tracerite/notebook.py
${PYSITELIB}/tracerite/notebook.pyc
${PYSITELIB}/tracerite/notebook.pyo
${PYSITELIB}/tracerite/style.css
${PYSITELIB}/tracerite/trace.py
${PYSITELIB}/tracerite/trace.pyc
${PYSITELIB}/tracerite/trace.pyo

File Added: pkgsrc/devel/py-tracerite/distinfo
$NetBSD: distinfo,v 1.1 2023/08/11 12:41:47 adam Exp $

BLAKE2s (tracerite-1.1.0.tar.gz) = 39b9cf3b39ae534ae9b3a1aff14bc3313bea8b4ff80069452a9c533d5a18e4b4
SHA512 (tracerite-1.1.0.tar.gz) = 7469075e0943695e14bf40d63158d0fe1844f1dfec79f953942f0e6f0cb2191f1678efca80e1b62adc84a440095e6fa9cad7f92e182778177aff35de0b44e567
Size (tracerite-1.1.0.tar.gz) = 269376 bytes