1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

devel/py-asyncio: Update to 3.4.3

- Update to 3.4.3
- Add LICENSE_FILE
- Sort USE_PYTHON
- Update regression-test to canonical test command usage
- Update WWW: (Google Code -> Github)

Changes:

  https://github.com/python/asyncio/blob/master/ChangeLog

Based on:

PR:		156773
Submitted by:	Vitaly Magerya <vmagerya gmail com>
This commit is contained in:
Kubilay Kocak 2015-06-05 03:54:01 +00:00
parent 65303a14ed
commit 1792f33f5c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388565
3 changed files with 7 additions and 7 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= asyncio
PORTVERSION= 3.4.1
PORTREVISION= 2
PORTVERSION= 3.4.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -12,11 +11,12 @@ MAINTAINER= koobs@FreeBSD.org
COMMENT= Reference implementation of PEP 3156 (Asynchronous IO)
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYING
USES= python:3.3+
USE_PYTHON= distutils autoplist
USE_PYTHON= autoplist distutils
regression-test: build
@cd ${WRKSRC} && ${MAKE} test
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (asyncio-3.4.1.tar.gz) = 63c071f64f6f5a007603159c7a0da73a13bdf830674abe6fd89b3470e288d6f7
SIZE (asyncio-3.4.1.tar.gz) = 155936
SHA256 (asyncio-3.4.3.tar.gz) = 83360ff8bc97980e4ff25c964c7bd3923d333d177aa4f7fb736b019f26c7cb41
SIZE (asyncio-3.4.3.tar.gz) = 204411

View File

@ -1,3 +1,3 @@
"Tulip", the reference implementation of PEP 3156: Asynchronous IO Support.
WWW: https://code.google.com/p/tulip
WWW: https://github.com/python/asyncio