Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2020 13:51:41 +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: r529970 - in head/devel: . py-woops
Message-ID:  <202003311351.02VDpfxe020335@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Mar 31 13:51:41 2020
New Revision: 529970
URL: https://svnweb.freebsd.org/changeset/ports/529970

Log:
  Add py-woops 0.2.1
  
  Woops handles and manages Python errors to provide better error messages.
  
  WWW: https://github.com/sdispater/woops

Added:
  head/devel/py-woops/
  head/devel/py-woops/Makefile   (contents, props changed)
  head/devel/py-woops/distinfo   (contents, props changed)
  head/devel/py-woops/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Mar 31 13:51:08 2020	(r529969)
+++ head/devel/Makefile	Tue Mar 31 13:51:41 2020	(r529970)
@@ -5143,6 +5143,7 @@
     SUBDIR += py-whistle
     SUBDIR += py-widgetsnbextension
     SUBDIR += py-wlc
+    SUBDIR += py-woops
     SUBDIR += py-wrapt
     SUBDIR += py-wsgi_intercept
     SUBDIR += py-wsgi_xmlrpc

Added: head/devel/py-woops/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-woops/Makefile	Tue Mar 31 13:51:41 2020	(r529970)
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	woops
+PORTVERSION=	0.2.1
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Handle and 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-woops/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-woops/distinfo	Tue Mar 31 13:51:41 2020	(r529970)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1585564794
+SHA256 (woops-0.2.1.tar.gz) = f95dee22e055b61980209fdf481f33e743e02d5ef135853c9089d0061370f94a
+SIZE (woops-0.2.1.tar.gz) = 3482

Added: head/devel/py-woops/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-woops/pkg-descr	Tue Mar 31 13:51:41 2020	(r529970)
@@ -0,0 +1,3 @@
+Woops handles and manages Python errors to provide better error messages.
+
+WWW: https://github.com/sdispater/woops



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