summaryrefslogtreecommitdiff
path: root/textproc/py-regex/Makefile
blob: 3582ed347cba261d5a3e7e73b3bd075b34a29be4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.22 2019/12/12 13:17:48 adam Exp $

DISTNAME=	regex-2019.12.9
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

EGG_NAME=	${DISTNAME:S/.0/./g}

do-test:
	${PYTHONBIN} -m regex.test_regex

.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"