# $NetBSD: Makefile,v 1.49 2023/10/04 08:19:10 adam Exp $ DISTNAME= regex-2023.10.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=r/regex/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/mrabarnett/mrab-regex COMMENT= Alternative regular expression module, to replace re LICENSE= python-software-foundation PYTHON_VERSIONS_INCOMPATIBLE= 27 # needs 'make install' do-test: ${PYTHONBIN} -m regex.test_regex .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk"