pkgsrc/devel/py-testpath/Makefile
wiz 71cce5e81d egg.mk: remove --single-version-externally-managed
setuptools has this as default when --root is used (since version 0.6a11).
2022-01-09 11:58:13 +00:00

20 lines
508 B
Makefile

# $NetBSD: Makefile,v 1.7 2022/01/09 11:58:14 wiz Exp $
DISTNAME= testpath-0.3.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 2
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/testpath/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/jupyter/testpath
COMMENT= Test utilities for code working with files and commands
LICENSE= mit
USE_LANGUAGES= # none
post-extract:
${RM} ${WRKSRC}/testpath/cli-*.exe
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"