pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-flake8-docstrings
Module Name: pkgsrc
Committed By: wiz
Date: Tue Jul 12 09:28:45 UTC 2022
Modified Files:
pkgsrc/devel/py-flake8-docstrings: Makefile
Log Message:
py-flake8-docstrings: does not support python2
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-flake8-docstrings/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-flake8-docstrings/Makefile
diff -u pkgsrc/devel/py-flake8-docstrings/Makefile:1.6 pkgsrc/devel/py-flake8-docstrings/Makefile:1.7
--- pkgsrc/devel/py-flake8-docstrings/Makefile:1.6 Sat Jun 18 22:02:38 2022
+++ pkgsrc/devel/py-flake8-docstrings/Makefile Tue Jul 12 09:28:45 2022
@@ -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 @@ CATEGORIES= devel python
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