pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc py-crashtest: added version 0.3.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/07da4e7db16f
branches: trunk
changeset: 371671:07da4e7db16f
user: adam <adam%pkgsrc.org@localhost>
date: Tue Jan 11 19:14:09 2022 +0000
description:
py-crashtest: added version 0.3.1
Crashtest is a Python library that makes exceptions handling and inspection
easier.
diffstat:
misc/Makefile | 3 ++-
misc/py-crashtest/DESCR | 2 ++
misc/py-crashtest/Makefile | 18 ++++++++++++++++++
misc/py-crashtest/PLIST | 41 +++++++++++++++++++++++++++++++++++++++++
misc/py-crashtest/distinfo | 5 +++++
5 files changed, 68 insertions(+), 1 deletions(-)
diffs (99 lines):
diff -r 984c08b595dc -r 07da4e7db16f misc/Makefile
--- a/misc/Makefile Tue Jan 11 19:12:31 2022 +0000
+++ b/misc/Makefile Tue Jan 11 19:14:09 2022 +0000
@@ -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-ansi
SUBDIR+= py-asciinema
SUBDIR+= py-carddav
+SUBDIR+= py-crashtest
SUBDIR+= py-immutables
SUBDIR+= py-platformdirs
SUBDIR+= py-sniffio
diff -r 984c08b595dc -r 07da4e7db16f misc/py-crashtest/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/py-crashtest/DESCR Tue Jan 11 19:14:09 2022 +0000
@@ -0,0 +1,2 @@
+Crashtest is a Python library that makes exceptions handling and inspection
+easier.
diff -r 984c08b595dc -r 07da4e7db16f misc/py-crashtest/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/py-crashtest/Makefile Tue Jan 11 19:14:09 2022 +0000
@@ -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@localhost
+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"
diff -r 984c08b595dc -r 07da4e7db16f misc/py-crashtest/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/py-crashtest/PLIST Tue Jan 11 19:14:09 2022 +0000
@@ -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
diff -r 984c08b595dc -r 07da4e7db16f misc/py-crashtest/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/py-crashtest/distinfo Tue Jan 11 19:14:09 2022 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index