bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
23 lines
755 B
Makefile
23 lines
755 B
Makefile
# $NetBSD: Makefile,v 1.3 2022/01/04 20:54:31 wiz Exp $
|
|
|
|
DISTNAME= pylint-celery-0.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= net devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pylint-celery/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/landscapeio/pylint-celery
|
|
COMMENT= Pylint plugin to aid Pylint in recognising the Celery library
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-astroid>=1.0:../../devel/py-astroid
|
|
DEPENDS+= ${PYPKGPREFIX}-pylint>=1.0:../../devel/py-pylint
|
|
DEPENDS+= ${PYPKGPREFIX}-pylint-plugin-utils>=0.2.1:../../devel/py-pylint-plugin-utils
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27 # pylint-plugin-utils
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|