Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Dec 2020 15:14:33 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558383 - in head/devel: . py-onigurumacffi
Message-ID:  <202012181514.0BIFEXnw011259@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Fri Dec 18 15:14:33 2020
New Revision: 558383
URL: https://svnweb.freebsd.org/changeset/ports/558383

Log:
  devel/py-onigurumacffi: create port
  
  Python cffi bindings for the oniguruma regex engine
  
  WWW: https://github.com/asottile/onigurumacffi

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Dec 18 15:14:07 2020	(r558382)
+++ head/devel/Makefile	Fri Dec 18 15:14:33 2020	(r558383)
@@ -4658,6 +4658,7 @@
     SUBDIR += py-oletools
     SUBDIR += py-omnijson
     SUBDIR += py-omniorb
+    SUBDIR += py-onigurumacffi
     SUBDIR += py-opcodes
     SUBDIR += py-openapi-codec
     SUBDIR += py-openapi-spec-validator

Added: head/devel/py-onigurumacffi/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-onigurumacffi/Makefile	Fri Dec 18 15:14:33 2020	(r558383)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	onigurumacffi
+PORTVERSION=	0.0.18
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	swills@FreeBSD.org
+COMMENT=	Python cffi bindings for the oniguruma regex engine
+
+LIB_DEPENDS=	libonig.so:devel/oniguruma
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=0:devel/py-cffi@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=0:devel/py-cffi@${PY_FLAVOR}
+
+USES=		localbase python:3.7+
+USE_PYTHON=	autoplist distutils flavors
+
+.include <bsd.port.mk>

Added: head/devel/py-onigurumacffi/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-onigurumacffi/distinfo	Fri Dec 18 15:14:33 2020	(r558383)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1608303446
+SHA256 (onigurumacffi-0.0.18.tar.gz) = 9a81336733d5fd90cccf35f4aaadb495aa34a888d96000f69a9d041213f52636
+SIZE (onigurumacffi-0.0.18.tar.gz) = 5820

Added: head/devel/py-onigurumacffi/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-onigurumacffi/pkg-descr	Fri Dec 18 15:14:33 2020	(r558383)
@@ -0,0 +1,3 @@
+Python cffi bindings for the oniguruma regex engine
+
+WWW: https://github.com/asottile/onigurumacffi



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