pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-astroid



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 15 08:00:22 UTC 2019

Modified Files:
        pkgsrc/devel/py-astroid: Makefile

Log Message:
py-astroid: requires newer py-lazy-object-proxy


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/py-astroid/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-astroid/Makefile
diff -u pkgsrc/devel/py-astroid/Makefile:1.30 pkgsrc/devel/py-astroid/Makefile:1.31
--- pkgsrc/devel/py-astroid/Makefile:1.30       Tue Oct  1 11:34:55 2019
+++ pkgsrc/devel/py-astroid/Makefile    Tue Oct 15 08:00:22 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2019/10/01 11:34:55 adam Exp $
+# $NetBSD: Makefile,v 1.31 2019/10/15 08:00:22 adam Exp $
 
 DISTNAME=      astroid-2.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/pycqa/astro
 COMMENT=       Rebuild a new abstract syntax tree from Python's ast
 LICENSE=       gnu-lgpl-v3
 
-DEPENDS+=      ${PYPKGPREFIX}-lazy-object-proxy-[0-9]*:../../devel/py-lazy-object-proxy
+DEPENDS+=      ${PYPKGPREFIX}-lazy-object-proxy>=1.4.0:../../devel/py-lazy-object-proxy
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 DEPENDS+=      ${PYPKGPREFIX}-typed-ast-[0-9]*:../../devel/py-typed-ast
 DEPENDS+=      ${PYPKGPREFIX}-wrapt-[0-9]*:../../devel/py-wrapt



Home | Main Index | Thread Index | Old Index