[Midnightbsd-cvs] mports [23347] trunk/devel/py-astroid: update to 1.6.3
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu May 3 10:31:30 EDT 2018
Revision: 23347
http://svnweb.midnightbsd.org/mports/?rev=23347
Author: laffer1
Date: 2018-05-03 10:31:29 -0400 (Thu, 03 May 2018)
Log Message:
-----------
update to 1.6.3
Modified Paths:
--------------
trunk/devel/py-astroid/Makefile
trunk/devel/py-astroid/distinfo
Modified: trunk/devel/py-astroid/Makefile
===================================================================
--- trunk/devel/py-astroid/Makefile 2018-05-03 14:27:46 UTC (rev 23346)
+++ trunk/devel/py-astroid/Makefile 2018-05-03 14:31:29 UTC (rev 23347)
@@ -2,7 +2,7 @@
# $FreeBSD: head/devel/py-astroid/Makefile 432193 2017-01-23 03:17:37Z vanilla $
PORTNAME= astroid
-PORTVERSION= 1.4.9
+PORTVERSION= 1.6.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +17,14 @@
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six
USES= python
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 3400
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.functools_lru_cache>=0:devel/py-backports.functools_lru_cache \
+ ${PYTHON_PKGNAMEPREFIX}singledispatch>=0:devel/py-singledispatch
+.endif
+
+.include <bsd.port.post.mk>
Modified: trunk/devel/py-astroid/distinfo
===================================================================
--- trunk/devel/py-astroid/distinfo 2018-05-03 14:27:46 UTC (rev 23346)
+++ trunk/devel/py-astroid/distinfo 2018-05-03 14:31:29 UTC (rev 23347)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1485141324
-SHA256 (astroid-1.4.9.tar.gz) = a483e7891ce3a06dadfc6cb9095b0938aca58940d43576d72e4502b480c085d7
-SIZE (astroid-1.4.9.tar.gz) = 189315
+TIMESTAMP = 1525357874
+SHA256 (astroid-1.6.3.tar.gz) = 35cfae47aac19c7b407b7095410e895e836f2285ccf1220336afba744cc4c5f2
+SIZE (astroid-1.6.3.tar.gz) = 254828
More information about the Midnightbsd-cvs
mailing list