pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-flake8



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 25 14:34:20 UTC 2023

Modified Files:
        pkgsrc/devel/py-test-flake8: Makefile

Log Message:
py-test-flake8: add missing dependency in py-py


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-test-flake8/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-test-flake8/Makefile
diff -u pkgsrc/devel/py-test-flake8/Makefile:1.12 pkgsrc/devel/py-test-flake8/Makefile:1.13
--- pkgsrc/devel/py-test-flake8/Makefile:1.12   Sat Jan 29 08:48:41 2022
+++ pkgsrc/devel/py-test-flake8/Makefile        Tue Apr 25 14:34:20 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2022/01/29 08:48:41 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2023/04/25 14:34:20 wiz Exp $
 
 DISTNAME=      pytest-flake8-1.0.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-flake8/}
 
@@ -11,6 +11,9 @@ HOMEPAGE=     https://github.com/tholo/pytes
 COMMENT=       Plugin plugin to check FLAKE8 requirements
 LICENSE=       modified-bsd
 
+# not declared, but py.io is used as of 1.0.7
+DEPENDS+=      ${PYPKGPREFIX}-py-[0-9]*:../../devel/py-py
+
 PYTHON_VERSIONED_DEPENDENCIES+=        test
 PYTHON_VERSIONED_DEPENDENCIES+=        flake8
 



Home | Main Index | Thread Index | Old Index