bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
18 lines
509 B
Makefile
18 lines
509 B
Makefile
# $NetBSD: Makefile,v 1.39 2022/01/04 20:55:05 wiz Exp $
|
|
|
|
DISTNAME= regex-2021.11.10
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
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"
|