8a9cb53cf6
They now have a tool dependency on py-setuptools instead of a DEPENDS
20 lines
518 B
Makefile
20 lines
518 B
Makefile
# $NetBSD: Makefile,v 1.10 2022/01/04 20:53:05 wiz Exp $
|
|
|
|
DISTNAME= flexmock-0.10.10
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=f/flexmock/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/bkabrda/flexmock
|
|
COMMENT= Mock/Stub/Spy library for Python
|
|
LICENSE= 2-clause-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
do-test:
|
|
cd ${WRKSRC}/tests && ${PYTHONBIN} -m unittest flexmock_test
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|