bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
20 lines
555 B
Makefile
20 lines
555 B
Makefile
# $NetBSD: Makefile,v 1.6 2022/01/04 20:54:50 wiz Exp $
|
|
|
|
DISTNAME= sh-1.14.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= sysutils python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sh/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/amoffat/sh
|
|
COMMENT= Python subprocess replacement
|
|
LICENSE= mit
|
|
|
|
# some test failures, see https://github.com/amoffat/sh/issues/347
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|