ee37ca537a
0.6: Bug fixes.
20 lines
574 B
Makefile
20 lines
574 B
Makefile
# $NetBSD: Makefile,v 1.5 2019/10/15 17:24:01 adam Exp $
|
|
|
|
DISTNAME= pylint-plugin-utils-0.6
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pylint-plugin-utils/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/landscapeio/pylint-plugin-utils
|
|
COMMENT= Utilities and helpers for writing Pylint plugins
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-pylint-[0-9]*:../../devel/py-pylint
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|