mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Upgrade pycos and dispy to their latest versions
This commit is contained in:
parent
41bc89de8e
commit
9f35a2ee7a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488557
4 changed files with 9 additions and 22 deletions
|
@ -2,8 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= dispy
|
PORTNAME= dispy
|
||||||
PORTVERSION= 4.9.1
|
PORTVERSION= 4.10.4
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= devel net
|
CATEGORIES= devel net
|
||||||
MASTER_SITES= SF/${PORTNAME}
|
MASTER_SITES= SF/${PORTNAME}
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -14,16 +13,10 @@ COMMENT= Distributed and Parallel Computing with/for Python
|
||||||
LICENSE= APACHE20
|
LICENSE= APACHE20
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||||
|
|
||||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycos>=4.7.7:devel/pycos@${PY_FLAVOR}
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycos>=4.8.0:devel/pycos@${PY_FLAVOR}
|
||||||
|
|
||||||
USES= python
|
USES= python
|
||||||
USE_PYTHON= autoplist concurrent distutils
|
USE_PYTHON= autoplist concurrent distutils
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
post-patch:
|
|
||||||
${FIND} ${WRKSRC} -name \*.py | \
|
|
||||||
${XARGS} ${GREP} -l darwin |\
|
|
||||||
${XARGS} ${REINPLACE_CMD} \
|
|
||||||
"s,sys.platform == 'darwin',sys.platform.startswith('${OPSYS:tl}'),"
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1533922025
|
TIMESTAMP = 1545930870
|
||||||
SHA256 (dispy-4.9.1.tar.gz) = c52ee9cfff94803b11a2ac9bad7e73783b04abf6ffe839e09add6e71e281698e
|
SHA256 (dispy-4.10.4.tar.gz) = 3c2f797d35c68e972541549381ef5028d404e2916f5e36292c8a39165d1edc3d
|
||||||
SIZE (dispy-4.9.1.tar.gz) = 282489
|
SIZE (dispy-4.10.4.tar.gz) = 442974
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= pycos
|
PORTNAME= pycos
|
||||||
PORTVERSION= 4.8.1
|
PORTVERSION= 4.8.9
|
||||||
CATEGORIES= devel net
|
CATEGORIES= devel net
|
||||||
MASTER_SITES= SF/${PORTNAME}
|
MASTER_SITES= SF/${PORTNAME}
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -17,10 +17,4 @@ USES= python
|
||||||
USE_PYTHON= autoplist concurrent distutils
|
USE_PYTHON= autoplist concurrent distutils
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
post-patch:
|
|
||||||
${FIND} ${WRKSRC} -name \*.py | \
|
|
||||||
${XARGS} ${GREP} -l darwin |\
|
|
||||||
${XARGS} ${REINPLACE_CMD} \
|
|
||||||
"s,sys.platform == 'darwin',sys.platform.startswith('${OPSYS:tl}'),"
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1535482822
|
TIMESTAMP = 1545931076
|
||||||
SHA256 (pycos-4.8.1.tar.gz) = d25d6f96be09cb780de13f8ee7b37732b68281e6ed927aac54ad5a0afafdf845
|
SHA256 (pycos-4.8.9.tar.gz) = c89782e123fe992c5c50d6ce75256369fe8b4814f340e4293935aa68dc0457d5
|
||||||
SIZE (pycos-4.8.1.tar.gz) = 288617
|
SIZE (pycos-4.8.9.tar.gz) = 437954
|
||||||
|
|
Loading…
Add table
Reference in a new issue