File:  [cvs.NetBSD.org] / pkgsrc / textproc / py-regex / Makefile
Revision 1.58: download - view: text, annotated - select for diffs
Mon Nov 11 07:29:08 2024 UTC (5 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, HEAD
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays

# $NetBSD: Makefile,v 1.58 2024/11/11 07:29:08 wiz Exp $

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

TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools

# needs 'make install'
do-test:
	${PYTHONBIN} -m regex.test_regex

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

CVSweb <webmaster@jp.NetBSD.org>