svn commit: r529970 - in head/devel: . py-woops
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Mar 31 13:52:29 UTC 2020
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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= woops
+PORTVERSION= 0.2.1
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet at 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
More information about the svn-ports-head
mailing list