net/py-radix: Upgrade to 0.10.0
PR: 225610 Submitted by: John W. O'Brien <john@saltant.com> Approved by: maintainer timeout (lerik@nolink.net, > 2 weeks)
This commit is contained in:
parent
a33e9690dc
commit
fe7485f3a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461962
2 changed files with 7 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= radix
|
||||
PORTVERSION= 0.9.6
|
||||
PORTVERSION= 0.10.0
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -17,4 +17,7 @@ LICENSE_COMB= dual
|
|||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/_${PORTNAME}.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1467157974
|
||||
SHA256 (py-radix-0.9.6.tar.gz) = 863b039265e860ab88e5e3a7ae8a25c57ed784ae6d150c30142ac6ed221b6db8
|
||||
SIZE (py-radix-0.9.6.tar.gz) = 21924
|
||||
TIMESTAMP = 1517507838
|
||||
SHA256 (py-radix-0.10.0.tar.gz) = b8dbd1344bb30c6a1097d4103203c7b117d92931620365985018de4bef5aede3
|
||||
SIZE (py-radix-0.10.0.tar.gz) = 21815
|
||||
|
|
Loading…
Reference in a new issue