mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Update to 1.6.2
Changes: https://github.com/PyCQA/astroid/blob/1.6/ChangeLog
This commit is contained in:
parent
19ca51072f
commit
056d1c73a6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464786
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user