blob: 30c91a95012e4c78c7c53f2308341430ae37981d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.7 2022/02/07 21:02:44 adam Exp $
DISTNAME= pylint-plugin-utils-0.7
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>=1.7:../../devel/py-pylint
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
|