devel/py-hyperscan: Import version 0.0.1
A CPython extension for the Hyperscan regular expression matching library.
This commit is contained in:
parent
3829df6f46
commit
e604202888
4 changed files with 33 additions and 0 deletions
2
devel/py-hyperscan/DESCR
Normal file
2
devel/py-hyperscan/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
A CPython extension for the Hyperscan regular expression matching
|
||||||
|
library.
|
18
devel/py-hyperscan/Makefile
Normal file
18
devel/py-hyperscan/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# $NetBSD: Makefile,v 1.1 2018/05/08 16:54:50 minskim Exp $
|
||||||
|
|
||||||
|
DISTNAME= hyperscan-0.0.1
|
||||||
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||||
|
CATEGORIES= devel python
|
||||||
|
MASTER_SITES= ${MASTER_SITE_PYPI:=h/hyperscan/}
|
||||||
|
|
||||||
|
MAINTAINER= minskim@NetBSD.org
|
||||||
|
HOMEPAGE= https://github.com/darvid/python-hyperscan
|
||||||
|
COMMENT= CPython extension for hyperscan
|
||||||
|
LICENSE= mit
|
||||||
|
|
||||||
|
USE_LANGUAGES= c
|
||||||
|
USE_TOOLS+= pkg-config
|
||||||
|
|
||||||
|
.include "../../devel/hyperscan/buildlink3.mk"
|
||||||
|
.include "../../lang/python/egg.mk"
|
||||||
|
.include "../../mk/bsd.pkg.mk"
|
7
devel/py-hyperscan/PLIST
Normal file
7
devel/py-hyperscan/PLIST
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
@comment $NetBSD: PLIST,v 1.1 2018/05/08 16:54:50 minskim Exp $
|
||||||
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||||
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||||
|
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||||
|
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
|
||||||
|
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||||
|
${PYSITELIB}/hyperscan.so
|
6
devel/py-hyperscan/distinfo
Normal file
6
devel/py-hyperscan/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
$NetBSD: distinfo,v 1.1 2018/05/08 16:54:50 minskim Exp $
|
||||||
|
|
||||||
|
SHA1 (hyperscan-0.0.1.tar.gz) = 83ffdd8ab1f0470c53f67daa4e2e49d864c7d064
|
||||||
|
RMD160 (hyperscan-0.0.1.tar.gz) = f558dd55e3df078ddb34181fb381cc135b331d2e
|
||||||
|
SHA512 (hyperscan-0.0.1.tar.gz) = 2d52ea3e94a141045c7e920a8d34f2af4d3c671e348957d2575c9d72f196a97c577e7b490072556eea783aa39922fe54647562b61a433bc1fa353b30341fbc22
|
||||||
|
Size (hyperscan-0.0.1.tar.gz) = 13750 bytes
|
Loading…
Reference in a new issue