54129bd38e
2021.4.4: Unknown changes
17 lines
493 B
Makefile
17 lines
493 B
Makefile
# $NetBSD: Makefile,v 1.32 2021/04/05 11:12:52 adam Exp $
|
|
|
|
DISTNAME= regex-2021.4.4
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=r/regex/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://bitbucket.org/mrabarnett/mrab-regex
|
|
COMMENT= Alternative regular expression module, to replace re
|
|
LICENSE= python-software-foundation
|
|
|
|
do-test:
|
|
${PYTHONBIN} -m regex.test_regex
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|