Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Apr 2020 22:55:20 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533286 - in head/devel/py-astroid: . files
Message-ID:  <202004282255.03SMtKp5067783@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Apr 28 22:55:20 2020
New Revision: 533286
URL: https://svnweb.freebsd.org/changeset/ports/533286

Log:
  Update to 2.4.0
  
  Changes:	https://github.com/PyCQA/astroid/blob/master/ChangeLog

Modified:
  head/devel/py-astroid/Makefile
  head/devel/py-astroid/distinfo
  head/devel/py-astroid/files/patch-astroid-__pkginfo__.py

Modified: head/devel/py-astroid/Makefile
==============================================================================
--- head/devel/py-astroid/Makefile	Tue Apr 28 22:55:14 2020	(r533285)
+++ head/devel/py-astroid/Makefile	Tue Apr 28 22:55:20 2020	(r533286)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	astroid
-PORTVERSION=	2.3.3
-PORTREVISION=	1
+PORTVERSION=	2.4.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +12,6 @@ COMMENT=	Abstract syntax tree for Python with inferenc
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING.LESSER
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lazy-object-proxy>=1.4<1.5: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} \

Modified: head/devel/py-astroid/distinfo
==============================================================================
--- head/devel/py-astroid/distinfo	Tue Apr 28 22:55:14 2020	(r533285)
+++ head/devel/py-astroid/distinfo	Tue Apr 28 22:55:20 2020	(r533286)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1573649196
-SHA256 (astroid-2.3.3.tar.gz) = 71ea07f44df9568a75d0f354c49143a4575d90645e9fead6dfb52c26a85ed13a
-SIZE (astroid-2.3.3.tar.gz) = 297350
+TIMESTAMP = 1588092625
+SHA256 (astroid-2.4.0.tar.gz) = 29fa5d46a2404d01c834fcb802a3943685f1fc538eb2a02a161349f5505ac196
+SIZE (astroid-2.4.0.tar.gz) = 310255

Modified: head/devel/py-astroid/files/patch-astroid-__pkginfo__.py
==============================================================================
--- head/devel/py-astroid/files/patch-astroid-__pkginfo__.py	Tue Apr 28 22:55:14 2020	(r533285)
+++ head/devel/py-astroid/files/patch-astroid-__pkginfo__.py	Tue Apr 28 22:55:20 2020	(r533286)
@@ -1,10 +1,10 @@
---- astroid/__pkginfo__.py.orig	2019-11-06 18:41:21 UTC
+--- astroid/__pkginfo__.py.orig	2020-04-27 09:43:18 UTC
 +++ astroid/__pkginfo__.py
-@@ -24,7 +24,7 @@ extras_require = {}
+@@ -28,7 +28,7 @@ extras_require = {}
  install_requires = [
      "lazy_object_proxy==1.4.*",
      "six~=1.12",
--    "wrapt==1.11.*",
+-    "wrapt~=1.11",
 +    "wrapt>=1.11.0,<1.13",
      'typed-ast>=1.4.0,<1.5;implementation_name== "cpython" and python_version<"3.8"',
  ]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004282255.03SMtKp5067783>