pkgsrc/devel/py-pylint-plugin-utils/Makefile
adam a22365dec8 py-pylint-plugin-utils: added version 0.2.6
Utilities and helpers for writing Pylint plugins. This is not a direct Pylint
plugin, but rather a set of tools and functions used by other plugins such as
pylint-django and pylint-celery.
2017-12-21 10:15:03 +00:00

19 lines
605 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/12/21 10:15:03 adam Exp $
DISTNAME= pylint-plugin-utils-0.2.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}-astroid-[0-9]*:../../devel/py-astroid
DEPENDS+= ${PYPKGPREFIX}-pylint-[0-9]*:../../devel/py-pylint
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"