pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc



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.

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@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"
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



Home | Main Index | Thread Index | Old Index