pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jun 18 22:02:38 UTC 2022

Modified Files:
        pkgsrc/devel/py-flake8-docstrings: Makefile
        pkgsrc/devel/py-lama7: Makefile

Log Message:
*: adapt for py-docstyle split


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-flake8-docstrings/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-lama7/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.5 pkgsrc/devel/py-flake8-docstrings/Makefile:1.6
--- pkgsrc/devel/py-flake8-docstrings/Makefile:1.5      Sat Jan 29 08:48:40 2022
+++ pkgsrc/devel/py-flake8-docstrings/Makefile  Sat Jun 18 22:02:38 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/01/29 08:48:40 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2022/06/18 22:02:38 wiz Exp $
 
 DISTNAME=      flake8-docstrings-1.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,8 +11,7 @@ HOMEPAGE=     https://gitlab.com/pycqa/flake
 COMMENT=       Extension for flake8 using pydocstyle to check docstrings
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-docstyle>=2.1.0:../../devel/py-docstyle
-
+PYTHON_VERSIONED_DEPENDENCIES+=        docstyle
 PYTHON_VERSIONED_DEPENDENCIES+=        flake8
 
 USE_LANGUAGES= # none

Index: pkgsrc/devel/py-lama7/Makefile
diff -u pkgsrc/devel/py-lama7/Makefile:1.1 pkgsrc/devel/py-lama7/Makefile:1.2
--- pkgsrc/devel/py-lama7/Makefile:1.1  Sat Jun 18 21:44:34 2022
+++ pkgsrc/devel/py-lama7/Makefile      Sat Jun 18 22:02:38 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/06/18 21:44:34 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2022/06/18 22:02:38 wiz Exp $
 
 DISTNAME=      pylama-7.7.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -12,7 +12,7 @@ COMMENT=      Code audit tool for Python
 LICENSE=       gnu-lgpl-v3
 
 DEPENDS+=      ${PYPKGPREFIX}-codestyle>=2.3.1:../../devel/py-codestyle
-DEPENDS+=      ${PYPKGPREFIX}-docstyle>=2.0.0:../../devel/py-docstyle
+DEPENDS+=      ${PYPKGPREFIX}-docstyle>=2.0.0:../../devel/py-docstyle3
 DEPENDS+=      ${PYPKGPREFIX}-flakes>=1.5.0:../../devel/py-flakes
 DEPENDS+=      ${PYPKGPREFIX}-mccabe-[0-9]*:../../devel/py-mccabe06
 # extensions



Home | Main Index | Thread Index | Old Index