aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-05-13 11:27:18 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-04 01:50:20 +0000
commitdad0126059cab6ad3731e741509dd7bf3a5c837a (patch)
treed31f70be11e19f7b305ae476bb7bf88b84f99a9c
parentde7415a015fc497e679fa9336ce0242a4f41c490 (diff)
downloadports-dad0126059cab6ad3731e741509dd7bf3a5c837a.tar.gz
ports-dad0126059cab6ad3731e741509dd7bf3a5c837a.zip
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 (cherry picked from commit 3cc5cca238fc25a5fa4be2f1fdece1d1fedb4a66)
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-cython-test-exception-raiser/Makefile20
-rw-r--r--devel/py-cython-test-exception-raiser/distinfo3
-rw-r--r--devel/py-cython-test-exception-raiser/pkg-descr4
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index f195645ab0fd..9fbe8ee1a371 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4417,6 +4417,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