Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 2020 19:33:04 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532294 - in head/devel: . py-crashtest
Message-ID:  <202004211933.03LJX4qu087491@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	crashtest
+PORTVERSION=	0.3.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004211933.03LJX4qu087491>