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:
parent
d3d44d35e5
commit
543c200834
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363299
@ -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
|
||||
|
@ -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
|
||||
|
@ -9,4 +9,4 @@ Features:
|
||||
* Session Cookies
|
||||
* Custom Request/Response classes
|
||||
|
||||
WWW: https://github.com/KeepSafe/aiohttp/
|
||||
WWW: https://github.com/KeepSafe/aiohttp
|
||||
|
Loading…
Reference in New Issue
Block a user