20 lines
655 B
Makefile
20 lines
655 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/08/21 15:30:27 adam Exp $
|
|
|
|
DISTNAME= pytest-isort-0.1.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
|
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}-isort>=3.9.6:../../devel/py-isort
|
|
DEPENDS+= ${PYPKGPREFIX}-test>=2.6.4:../../devel/py-test
|
|
DEPENDS+= ${PYPKGPREFIX}-test-cache>=1.0:../../devel/py-test-cache
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|