pkgsrc-wip/py-import-linter/Makefile

23 lines
601 B
Makefile

# $NetBSD$
VERS= 1.2
DISTNAME= import-linter-1.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/${DISTNAME:S/${VERS}//}/}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://pypi.org/project/import-linter/
COMMENT= Enforces rules for the imports within and between Python packages
LICENSE= 2-clause-bsd
PYTHON_VERSIONS_INCOMPATIBLE= 27
DEPENDS+= ${PYPKGPREFIX}-click>=7.1.2:../../devel/py-click
DEPENDS+= ${PYPKGPREFIX}-grimp>=1.2.2:../../wip/py-grimp
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"