git: 3cc5cca238fc - main - devel/py-cython-test-exception-raiser: Add py-cython-test-exception-raiser 1.0.2

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 13 May 2022 11:44:21 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3cc5cca238fc25a5fa4be2f1fdece1d1fedb4a66

commit 3cc5cca238fc25a5fa4be2f1fdece1d1fedb4a66
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-05-13 11:27:18 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-05-13 11:39:10 +0000

    devel/py-cython-test-exception-raiser: Add py-cython-test-exception-raiser 1.0.2
    
    cython-test-exception-raiser provides a trivial extension that just raises an
    exception.
    
    WWW: https://github.com/twisted/cython-test-exception-raiser
---
 devel/Makefile                                  |  1 +
 devel/py-cython-test-exception-raiser/Makefile  | 20 ++++++++++++++++++++
 devel/py-cython-test-exception-raiser/distinfo  |  3 +++
 devel/py-cython-test-exception-raiser/pkg-descr |  4 ++++
 4 files changed, 28 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 7c75efa5c610..0ef5f85f32a3 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4436,6 +4436,7 @@
     SUBDIR += py-cymbal
     SUBDIR += py-cymem
     SUBDIR += py-cysignals
+    SUBDIR += py-cython-test-exception-raiser
     SUBDIR += py-cytoolz
     SUBDIR += py-d2to1
     SUBDIR += py-daemon
diff --git a/devel/py-cython-test-exception-raiser/Makefile b/devel/py-cython-test-exception-raiser/Makefile
new file mode 100644
index 000000000000..94fcb7565a66
--- /dev/null
+++ b/devel/py-cython-test-exception-raiser/Makefile
@@ -0,0 +1,20 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+
+PORTNAME=	cython-test-exception-raiser
+PORTVERSION=	1.0.2
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Trivial extension that just raises an exception
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		python:3.6+
+USE_PYTHON=	autoplist concurrent cython distutils
+
+#NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-cython-test-exception-raiser/distinfo b/devel/py-cython-test-exception-raiser/distinfo
new file mode 100644
index 000000000000..aedff3d301f8
--- /dev/null
+++ b/devel/py-cython-test-exception-raiser/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1652122527
+SHA256 (cython-test-exception-raiser-1.0.2.tar.gz) = c5003a6321057a8222d2f5aed329fcdb5eb3bc615a9239f461bdf06c491fbdaa
+SIZE (cython-test-exception-raiser-1.0.2.tar.gz) = 2989
diff --git a/devel/py-cython-test-exception-raiser/pkg-descr b/devel/py-cython-test-exception-raiser/pkg-descr
new file mode 100644
index 000000000000..51c979bf3c3d
--- /dev/null
+++ b/devel/py-cython-test-exception-raiser/pkg-descr
@@ -0,0 +1,4 @@
+cython-test-exception-raiser provides a trivial extension that just raises an
+exception.
+
+WWW: https://github.com/twisted/cython-test-exception-raiser