devel/py-txaio: update to 2.5.1
Approved by: koobs (maintainer)
This commit is contained in:
parent
df3811175d
commit
a8107ee314
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417952
2 changed files with 13 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= txaio
|
||||
PORTVERSION= 2.2.1
|
||||
PORTVERSION= 2.5.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -20,7 +20,15 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest \
|
|||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 3300
|
||||
TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}trollius>=2.0:devel/py-trollius
|
||||
.elif ${PYTHON_REL} >= 3300
|
||||
TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}asyncio>=3.4.3:devel/py-asyncio
|
||||
.endif
|
||||
|
||||
do-test:
|
||||
@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (txaio-2.2.1.tar.gz) = 6eee00c397d8193d15313dfc36da3eac8d64edf0b92fe3b67cd5a735ffc3074b
|
||||
SIZE (txaio-2.2.1.tar.gz) = 35208
|
||||
TIMESTAMP = 1467490235
|
||||
SHA256 (txaio-2.5.1.tar.gz) = 625076477182e2dde78b79d0b2b0d6b3cecb0e24fe0ea7eaf2abd26a4c0dd1de
|
||||
SIZE (txaio-2.5.1.tar.gz) = 41577
|
||||
|
|
Loading…
Reference in a new issue