pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-flake8-docstrings py-flake8-docstrings: does ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6349eede0e52
branches: trunk
changeset: 381756:6349eede0e52
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Jul 12 09:28:45 2022 +0000
description:
py-flake8-docstrings: does not support python2
diffstat:
devel/py-flake8-docstrings/Makefile | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diffs (30 lines):
diff -r 7bbdfa247ad0 -r 6349eede0e52 devel/py-flake8-docstrings/Makefile
--- a/devel/py-flake8-docstrings/Makefile Tue Jul 12 09:24:05 2022 +0000
+++ b/devel/py-flake8-docstrings/Makefile Tue Jul 12 09:28:45 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/06/18 22:02:38 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2022/07/12 09:28:45 wiz Exp $
DISTNAME= flake8-docstrings-1.6.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -7,15 +7,16 @@
MASTER_SITES= ${MASTER_SITE_PYPI:=f/flake8-docstrings/}
MAINTAINER= minskim%NetBSD.org@localhost
-HOMEPAGE= https://gitlab.com/pycqa/flake8-docstrings
+HOMEPAGE= https://github.com/pycqa/flake8-docstrings
COMMENT= Extension for flake8 using pydocstyle to check docstrings
LICENSE= mit
-PYTHON_VERSIONED_DEPENDENCIES+= docstyle
-PYTHON_VERSIONED_DEPENDENCIES+= flake8
+DEPENDS+= ${PYPKGPREFIX}-docstyle-[0-9]*:../../devel/py-docstyle
+DEPENDS+= ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index