svn commit: r496648 - head/devel/py-astroid

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 23 12:40:06 UTC 2019


Author: sunpoet
Date: Sat Mar 23 12:39:59 2019
New Revision: 496648
URL: https://svnweb.freebsd.org/changeset/ports/496648

Log:
  Update to 2.2.5
  
  Changes:	https://github.com/PyCQA/astroid/blob/2.2/ChangeLog

Modified:
  head/devel/py-astroid/Makefile
  head/devel/py-astroid/distinfo

Modified: head/devel/py-astroid/Makefile
==============================================================================
--- head/devel/py-astroid/Makefile	Sat Mar 23 12:39:53 2019	(r496647)
+++ head/devel/py-astroid/Makefile	Sat Mar 23 12:39:59 2019	(r496648)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	astroid
-PORTVERSION=	2.2.0
+PORTVERSION=	2.2.5
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,6 +15,7 @@ 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>=0:devel/py-lazy-object-proxy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}typed-ast>=1.3.0:devel/py-typed-ast@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wrapt>=0:devel/py-wrapt@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
 
@@ -27,10 +28,6 @@ NO_ARCH=	yes
 
 .if ${PYTHON_REL} < 3500
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}typing>=0:devel/py-typing@${PY_FLAVOR}
-.endif
-
-.if ${PYTHON_REL} < 3700
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}typed-ast>=0:devel/py-typed-ast@${PY_FLAVOR}
 .endif
 
 do-test:

Modified: head/devel/py-astroid/distinfo
==============================================================================
--- head/devel/py-astroid/distinfo	Sat Mar 23 12:39:53 2019	(r496647)
+++ head/devel/py-astroid/distinfo	Sat Mar 23 12:39:59 2019	(r496648)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1551308825
-SHA256 (astroid-2.2.0.tar.gz) = 1d5d0e6e408701ae657342645465d08be6fb66cf0ede16a31cc6435bd2e61718
-SIZE (astroid-2.2.0.tar.gz) = 280554
+TIMESTAMP = 1552133195
+SHA256 (astroid-2.2.5.tar.gz) = 6560e1e1749f68c64a4b5dee4e091fce798d2f0d84ebe638cf0e0585a343acf4
+SIZE (astroid-2.2.5.tar.gz) = 281829


More information about the svn-ports-head mailing list