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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 17 10:44:37 UTC 2018


Author: sunpoet
Date: Sat Mar 17 10:44:34 2018
New Revision: 464786
URL: https://svnweb.freebsd.org/changeset/ports/464786

Log:
  Update to 1.6.2
  
  Changes:	https://github.com/PyCQA/astroid/blob/1.6/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 17 10:44:28 2018	(r464785)
+++ head/devel/py-astroid/Makefile	Sat Mar 17 10:44:34 2018	(r464786)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	astroid
-PORTVERSION=	1.6.1
+PORTVERSION=	1.6.2
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -23,12 +23,9 @@ USES=		python
 
 .include <bsd.port.pre.mk>
 
-.if ${PYTHON_REL} < 3300
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}backports.functools_lru_cache>=0:devel/py-backports.functools_lru_cache@${FLAVOR}
-.endif
-
 .if ${PYTHON_REL} < 3400
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}singledispatch>=0:devel/py-singledispatch@${FLAVOR}
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}backports.functools_lru_cache>=0:devel/py-backports.functools_lru_cache@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}singledispatch>=0:devel/py-singledispatch@${FLAVOR}
 .endif
 
 .include <bsd.port.post.mk>

Modified: head/devel/py-astroid/distinfo
==============================================================================
--- head/devel/py-astroid/distinfo	Sat Mar 17 10:44:28 2018	(r464785)
+++ head/devel/py-astroid/distinfo	Sat Mar 17 10:44:34 2018	(r464786)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1516795114
-SHA256 (astroid-1.6.1.tar.gz) = f0a0e386dbca9f93ea9f3ea6f32b37a24720502b7baa9cb17c3976a680d43a06
-SIZE (astroid-1.6.1.tar.gz) = 251639
+TIMESTAMP = 1521277204
+SHA256 (astroid-1.6.2.tar.gz) = a92c1197dd496ef2470e73e1c296fc02a719907ee07259744e26a13bda9d4862
+SIZE (astroid-1.6.2.tar.gz) = 254629


More information about the svn-ports-all mailing list