1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

Update to 3.6.2

- Update version requirement of RUN_DEPENDS

Changes:	https://github.com/aio-libs/aiohttp/releases
PR:		250119
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 18 days)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-10-22 17:56:17 +00:00
parent f1ad518bff
commit c0832e1507
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553050
3 changed files with 8 additions and 20 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= aiohttp
PORTVERSION= 3.5.4
PORTVERSION= 3.6.2
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -14,11 +14,10 @@ LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=17.3.0:devel/py-attrs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}chardet>=2.0:textproc/py-chardet@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}multidict>=4.0:www/py-multidict@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}async_timeout>=3.0:devel/py-async_timeout@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yarl>=1.0:www/py-yarl@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}chardet>=2.0<4.0:textproc/py-chardet@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}multidict>=4.5<5.0:www/py-multidict@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}async_timeout>=3.0<4.0:devel/py-async_timeout@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yarl>=1.0<2.0:www/py-yarl@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.8.2:devel/py-pytest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-timeout>0:devel/py-pytest-timeout@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR} \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1553568963
SHA256 (aiohttp-3.5.4.tar.gz) = 9c4c83f4fa1938377da32bc2d59379025ceeee8e24b89f72fcbccd8ca22dc9bf
SIZE (aiohttp-3.5.4.tar.gz) = 1097647
TIMESTAMP = 1592851297
SHA256 (aiohttp-3.6.2.tar.gz) = 259ab809ff0727d0e834ac5e8a283dc5e3e0ecc30c4d80b3cd17a4139ce1f326
SIZE (aiohttp-3.6.2.tar.gz) = 1076923

View File

@ -1,11 +0,0 @@
--- pytest.ini.orig 2019-01-12 10:13:41 UTC
+++ pytest.ini
@@ -1,7 +1,6 @@
[pytest]
-addopts = --cov=aiohttp -v -rxXs
+addopts = -v -rxXs
filterwarnings = error
junit_suite_name = aiohttp_test_suite
norecursedirs = dist docs build .tox .eggs
-minversion = 3.8.2
testpaths = tests/