mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
devel/py-onigurumacffi: create port
Python cffi bindings for the oniguruma regex engine WWW: https://github.com/asottile/onigurumacffi
This commit is contained in:
parent
2b0cf34357
commit
a0857bcb70
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558383
4 changed files with 26 additions and 0 deletions
|
@ -4658,6 +4658,7 @@
|
||||||
SUBDIR += py-oletools
|
SUBDIR += py-oletools
|
||||||
SUBDIR += py-omnijson
|
SUBDIR += py-omnijson
|
||||||
SUBDIR += py-omniorb
|
SUBDIR += py-omniorb
|
||||||
|
SUBDIR += py-onigurumacffi
|
||||||
SUBDIR += py-opcodes
|
SUBDIR += py-opcodes
|
||||||
SUBDIR += py-openapi-codec
|
SUBDIR += py-openapi-codec
|
||||||
SUBDIR += py-openapi-spec-validator
|
SUBDIR += py-openapi-spec-validator
|
||||||
|
|
19
devel/py-onigurumacffi/Makefile
Normal file
19
devel/py-onigurumacffi/Makefile
Normal file
|
@ -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>
|
3
devel/py-onigurumacffi/distinfo
Normal file
3
devel/py-onigurumacffi/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1608303446
|
||||||
|
SHA256 (onigurumacffi-0.0.18.tar.gz) = 9a81336733d5fd90cccf35f4aaadb495aa34a888d96000f69a9d041213f52636
|
||||||
|
SIZE (onigurumacffi-0.0.18.tar.gz) = 5820
|
3
devel/py-onigurumacffi/pkg-descr
Normal file
3
devel/py-onigurumacffi/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Python cffi bindings for the oniguruma regex engine
|
||||||
|
|
||||||
|
WWW: https://github.com/asottile/onigurumacffi
|
Loading…
Add table
Reference in a new issue