pkgsrc/devel/py-test-isort/Makefile
wiz bb579283d0 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:53:26 +00:00

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"