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

www/py-aiohttp: Update to 0.9.0

- Update to 0.9.0
- Add LICENSE_FILE
- Update TEST_DEPENDS
- Strip trailing-slash from pkg-descr WWW: URL

Changes:

  https://github.com/KeepSafe/aiohttp/blob/v0.9.0/CHANGES.txt
This commit is contained in:
Kubilay Kocak 2014-07-29 08:43:49 +00:00
parent d3d44d35e5
commit 543c200834
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363299
3 changed files with 11 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= aiohttp
PORTVERSION= 0.8.4
PORTVERSION= 0.9.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -11,12 +11,16 @@ MAINTAINER= koobs@FreeBSD.org
COMMENT= HTTP client/server for asyncio
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
TEST_DEPENDS:= ${RUN_DEPENDS} \
${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose \
${PYTHON_PKGNAMEPREFIX}gunicorn>0:${PORTSDIR}/www/py-gunicorn \
${PYTHON_PKGNAMEPREFIX}chardet>0:${PORTSDIR}/textproc/py-chardet
OPTIONS_DEFINE= TESTS
TESTS_DESC= Install tools for test suite
TESTS_BUILD_DEPENDS= ${RUN_DEPENDS} \
${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose \
${PYTHON_PKGNAMEPREFIX}gunicorn>0:${PORTSDIR}/www/py-gunicorn
TESTS_BUILD_DEPENDS= ${TEST_DEPENDS}
USE_PYTHON= 3.3+
USE_PYDISTUTILS= yes

View File

@ -1,2 +1,2 @@
SHA256 (aiohttp-0.8.4.tar.gz) = c18575bc8ea8a75be3ced0ae11954fa8c2adb0956cde58aec4d049048c8c0b33
SIZE (aiohttp-0.8.4.tar.gz) = 80693
SHA256 (aiohttp-0.9.0.tar.gz) = 0dc56ffa035e1cd367d52630671e449a534677bf6ff23168f52a053bb4e3fe4b
SIZE (aiohttp-0.9.0.tar.gz) = 86409

View File

@ -9,4 +9,4 @@ Features:
* Session Cookies
* Custom Request/Response classes
WWW: https://github.com/KeepSafe/aiohttp/
WWW: https://github.com/KeepSafe/aiohttp