pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel *: adapt for py-docstyle split



details:   https://anonhg.NetBSD.org/pkgsrc/rev/17659a5cfc5a
branches:  trunk
changeset: 380915:17659a5cfc5a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jun 18 22:02:38 2022 +0000

description:
*: adapt for py-docstyle split

diffstat:

 devel/py-flake8-docstrings/Makefile |  5 ++---
 devel/py-lama7/Makefile             |  4 ++--
 2 files changed, 4 insertions(+), 5 deletions(-)

diffs (37 lines):

diff -r a01ce23e4e31 -r 17659a5cfc5a devel/py-flake8-docstrings/Makefile
--- a/devel/py-flake8-docstrings/Makefile       Sat Jun 18 22:00:11 2022 +0000
+++ b/devel/py-flake8-docstrings/Makefile       Sat Jun 18 22:02:38 2022 +0000
@@ -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 @@
 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
diff -r a01ce23e4e31 -r 17659a5cfc5a devel/py-lama7/Makefile
--- a/devel/py-lama7/Makefile   Sat Jun 18 22:00:11 2022 +0000
+++ b/devel/py-lama7/Makefile   Sat Jun 18 22:02:38 2022 +0000
@@ -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 @@
 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