diff options
author | koobs <koobs@FreeBSD.org> | 2015-06-05 11:54:01 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2015-06-05 11:54:01 +0800 |
commit | 7b3fb991959264c470adedf9ef35e6f410a9e059 (patch) | |
tree | d5c5bb826b5cf43fd417d913b9359986b8a9ee87 /devel | |
parent | 24f08f10a66ad58be7e469fac37df1f011f7edf2 (diff) | |
download | freebsd-ports-gnome-7b3fb991959264c470adedf9ef35e6f410a9e059.tar.gz freebsd-ports-gnome-7b3fb991959264c470adedf9ef35e6f410a9e059.tar.zst freebsd-ports-gnome-7b3fb991959264c470adedf9ef35e6f410a9e059.zip |
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>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-asyncio/Makefile | 8 | ||||
-rw-r--r-- | devel/py-asyncio/distinfo | 4 | ||||
-rw-r--r-- | devel/py-asyncio/pkg-descr | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-asyncio/Makefile b/devel/py-asyncio/Makefile index 78dfa32af6ac..575fcd57be97 100644 --- a/devel/py-asyncio/Makefile +++ b/devel/py-asyncio/Makefile @@ -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> diff --git a/devel/py-asyncio/distinfo b/devel/py-asyncio/distinfo index 5644ca4c89e6..b5ae8d3d726a 100644 --- a/devel/py-asyncio/distinfo +++ b/devel/py-asyncio/distinfo @@ -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 diff --git a/devel/py-asyncio/pkg-descr b/devel/py-asyncio/pkg-descr index da78a1b759aa..dc5e82c34b45 100644 --- a/devel/py-asyncio/pkg-descr +++ b/devel/py-asyncio/pkg-descr @@ -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 |