svn commit: r532294 - in head/devel: . py-crashtest
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Apr 21 19:33:05 UTC 2020
Author: sunpoet
Date: Tue Apr 21 19:33:04 2020
New Revision: 532294
URL: https://svnweb.freebsd.org/changeset/ports/532294
Log:
Add py-crashtest 0.3.0
Crashtest manages Python errors to provide better error messages.
WWW: https://github.com/sdispater/crashtest
Added:
head/devel/py-crashtest/
head/devel/py-crashtest/Makefile (contents, props changed)
head/devel/py-crashtest/distinfo (contents, props changed)
head/devel/py-crashtest/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Tue Apr 21 19:31:27 2020 (r532293)
+++ head/devel/Makefile Tue Apr 21 19:33:04 2020 (r532294)
@@ -4270,6 +4270,7 @@
SUBDIR += py-cov-core
SUBDIR += py-coverage
SUBDIR += py-crank
+ SUBDIR += py-crashtest
SUBDIR += py-crc32c
SUBDIR += py-crcmod
SUBDIR += py-ctags
Added: head/devel/py-crashtest/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-crashtest/Makefile Tue Apr 21 19:33:04 2020 (r532294)
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= crashtest
+PORTVERSION= 0.3.0
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Manage Python errors with ease
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= python:3.6+
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Added: head/devel/py-crashtest/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-crashtest/distinfo Tue Apr 21 19:33:04 2020 (r532294)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1587445342
+SHA256 (crashtest-0.3.0.tar.gz) = e9c06cc96400939ab5327123a3f699078eaad8a6283247d7b2ae0f6afffadf14
+SIZE (crashtest-0.3.0.tar.gz) = 4326
Added: head/devel/py-crashtest/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-crashtest/pkg-descr Tue Apr 21 19:33:04 2020 (r532294)
@@ -0,0 +1,3 @@
+Crashtest manages Python errors to provide better error messages.
+
+WWW: https://github.com/sdispater/crashtest
More information about the svn-ports-all
mailing list