From owner-svn-ports-head@freebsd.org Sun Aug 23 19:36:02 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3FFD43C5DA6; Sun, 23 Aug 2020 19:36:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BZQTs1mRwz43DM; Sun, 23 Aug 2020 19:36:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F24B5C244; Sun, 23 Aug 2020 19:35:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07NJZvLR070959; Sun, 23 Aug 2020 19:35:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07NJZvUQ070957; Sun, 23 Aug 2020 19:35:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202008231935.07NJZvUQ070957@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 23 Aug 2020 19:35:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545852 - in head/devel/py-astroid: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel/py-astroid: . files X-SVN-Commit-Revision: 545852 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Aug 2020 19:36:03 -0000 Author: sunpoet Date: Sun Aug 23 19:35:57 2020 New Revision: 545852 URL: https://svnweb.freebsd.org/changeset/ports/545852 Log: Fix build with py-lazy-object-proxy 1.5.0 update - Bump PORTREVISION for package change Modified: head/devel/py-astroid/Makefile head/devel/py-astroid/files/patch-astroid-__pkginfo__.py Modified: head/devel/py-astroid/Makefile ============================================================================== --- head/devel/py-astroid/Makefile Sun Aug 23 19:35:52 2020 (r545851) +++ head/devel/py-astroid/Makefile Sun Aug 23 19:35:57 2020 (r545852) @@ -2,6 +2,7 @@ PORTNAME= astroid PORTVERSION= 2.4.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,15 +13,15 @@ COMMENT= Abstract syntax tree for Python with inferenc LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LESSER -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lazy-object-proxy>=1.4<1.5:devel/py-lazy-object-proxy@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lazy-object-proxy>=1.4:devel/py-lazy-object-proxy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.12<2:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typed-ast>=1.4.0<1.5:devel/py-typed-ast@${PY_FLAVOR} \ ${PY_TYPING} \ - ${PYTHON_PKGNAMEPREFIX}wrapt>=1.11<1.13:devel/py-wrapt@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}wrapt>=1.11<2:devel/py-wrapt@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} USES= python:3.5+ -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Modified: head/devel/py-astroid/files/patch-astroid-__pkginfo__.py ============================================================================== --- head/devel/py-astroid/files/patch-astroid-__pkginfo__.py Sun Aug 23 19:35:52 2020 (r545851) +++ head/devel/py-astroid/files/patch-astroid-__pkginfo__.py Sun Aug 23 19:35:57 2020 (r545852) @@ -1,11 +1,11 @@ ---- astroid/__pkginfo__.py.orig 2020-04-27 09:43:18 UTC +--- astroid/__pkginfo__.py.orig 2020-06-08 06:51:41 UTC +++ astroid/__pkginfo__.py -@@ -28,7 +28,7 @@ extras_require = {} +@@ -26,7 +26,7 @@ numversion = tuple(int(elem) for elem in version.split + + extras_require = {} install_requires = [ - "lazy_object_proxy==1.4.*", +- "lazy_object_proxy==1.4.*", ++ "lazy_object_proxy>=1.4", "six~=1.12", -- "wrapt~=1.11", -+ "wrapt>=1.11.0,<1.13", + "wrapt~=1.11", 'typed-ast>=1.4.0,<1.5;implementation_name== "cpython" and python_version<"3.8"', - ] -