pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Aug 11 12:41:47 UTC 2023

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/py-tracerite: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.4046 -r1.4047 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-tracerite/DESCR \
    pkgsrc/devel/py-tracerite/Makefile pkgsrc/devel/py-tracerite/PLIST \
    pkgsrc/devel/py-tracerite/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.4046 pkgsrc/devel/Makefile:1.4047
--- pkgsrc/devel/Makefile:1.4046        Thu Aug 10 21:45:56 2023
+++ pkgsrc/devel/Makefile       Fri Aug 11 12:41:47 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4046 2023/08/10 21:45:56 leot Exp $
+# $NetBSD: Makefile,v 1.4047 2023/08/11 12:41:47 adam Exp $
 #
 
 COMMENT=       Development utilities
@@ -3033,6 +3033,7 @@ SUBDIR+=  py-toolz
 SUBDIR+=       py-tortoisehg
 SUBDIR+=       py-tox
 SUBDIR+=       py-traceback2
+SUBDIR+=       py-tracerite
 SUBDIR+=       py-traitlets
 SUBDIR+=       py-transitions
 SUBDIR+=       py-treq

Added files:

Index: pkgsrc/devel/py-tracerite/DESCR
diff -u /dev/null pkgsrc/devel/py-tracerite/DESCR:1.1
--- /dev/null   Fri Aug 11 12:41:47 2023
+++ pkgsrc/devel/py-tracerite/DESCR     Fri Aug 11 12:41:47 2023
@@ -0,0 +1,5 @@
+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.
Index: pkgsrc/devel/py-tracerite/Makefile
diff -u /dev/null pkgsrc/devel/py-tracerite/Makefile:1.1
--- /dev/null   Fri Aug 11 12:41:47 2023
+++ pkgsrc/devel/py-tracerite/Makefile  Fri Aug 11 12:41:47 2023
@@ -0,0 +1,21 @@
+# $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@localhost
+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"
Index: pkgsrc/devel/py-tracerite/PLIST
diff -u /dev/null pkgsrc/devel/py-tracerite/PLIST:1.1
--- /dev/null   Fri Aug 11 12:41:47 2023
+++ pkgsrc/devel/py-tracerite/PLIST     Fri Aug 11 12:41:47 2023
@@ -0,0 +1,25 @@
+@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
Index: pkgsrc/devel/py-tracerite/distinfo
diff -u /dev/null pkgsrc/devel/py-tracerite/distinfo:1.1
--- /dev/null   Fri Aug 11 12:41:47 2023
+++ pkgsrc/devel/py-tracerite/distinfo  Fri Aug 11 12:41:47 2023
@@ -0,0 +1,5 @@
+$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



Home | Main Index | Thread Index | Old Index