bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
22 lines
650 B
Makefile
22 lines
650 B
Makefile
# $NetBSD: Makefile,v 1.4 2022/01/04 20:53:41 wiz Exp $
|
|
|
|
DISTNAME= pytest-isort-0.1.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-isort/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/moccu/pytest-isort
|
|
COMMENT= Pytest plugin to perform isort checks (import ordering)
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-test-cache>=1.0:../../devel/py-test-cache
|
|
|
|
PYTHON_VERSIONED_DEPENDENCIES= isort test
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../lang/python/versioned_dependencies.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|