- Update to version 1.4.8
This commit is contained in:
parent
a170c4a4a4
commit
6f31dc0537
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425971
2 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= astroid
|
PORTNAME= astroid
|
||||||
PORTVERSION= 1.4.6
|
PORTVERSION= 1.4.8
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -12,7 +12,8 @@ COMMENT= Extension for Python compiler.ast module
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
|
|
||||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wrapt>0:devel/py-wrapt \
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wrapt>0:devel/py-wrapt \
|
||||||
${PYTHON_PKGNAMEPREFIX}lazy-object-proxy>0:devel/py-lazy-object-proxy
|
${PYTHON_PKGNAMEPREFIX}lazy-object-proxy>0:devel/py-lazy-object-proxy \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six
|
||||||
|
|
||||||
USES= python
|
USES= python
|
||||||
USE_PYTHON= autoplist distutils
|
USE_PYTHON= autoplist distutils
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1466486247
|
TIMESTAMP = 1472887255
|
||||||
SHA256 (astroid-1.4.6.tar.gz) = c304b70cb792dd361f918f662e3fb9bfe4a5d7b749f2e32d3ebcba26d4e4599f
|
SHA256 (astroid-1.4.8.tar.gz) = 5f064785a7e45ed519285f2eb30b795e58a4932a0736b32030da6fef3394ddb3
|
||||||
SIZE (astroid-1.4.6.tar.gz) = 183711
|
SIZE (astroid-1.4.8.tar.gz) = 184091
|
||||||
|
|
Loading…
Reference in a new issue