Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jun 2022 01:50:48 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: dad0126059ca - 2022Q2 - devel/py-cython-test-exception-raiser: Add py-cython-test-exception-raiser 1.0.2
Message-ID:  <202206040150.2541omWD066112@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q2 has been updated by sunpoet:

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

commit dad0126059cab6ad3731e741509dd7bf3a5c837a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-05-13 11:27:18 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-04 01:50:20 +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
    (cherry picked from commit 3cc5cca238fc25a5fa4be2f1fdece1d1fedb4a66)
---
 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 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



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