pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-aiohttp py-aiohttp: Always depends on py-typing...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/129da416e05f
branches:  trunk
changeset: 441035:129da416e05f
user:      js <js%pkgsrc.org@localhost>
date:      Sat Oct 24 21:48:50 2020 +0000

description:
py-aiohttp: Always depends on py-typing-extensions

web_urldispatcher imports it unconditionally.

diffstat:

 www/py-aiohttp/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r b818ba42d0c6 -r 129da416e05f www/py-aiohttp/Makefile
--- a/www/py-aiohttp/Makefile   Sat Oct 24 18:49:21 2020 +0000
+++ b/www/py-aiohttp/Makefile   Sat Oct 24 21:48:50 2020 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.43 2020/10/24 18:49:21 js Exp $
+# $NetBSD: Makefile,v 1.44 2020/10/24 21:48:50 js Exp $
 
 DISTNAME=      aiohttp-3.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aiohttp/}
 
@@ -15,6 +16,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-chardet>=2.0<4.0:../../converters/py-chardet
 DEPENDS+=      ${PYPKGPREFIX}-multidict>=4.5<7.0:../../databases/py-multidict
 DEPENDS+=      ${PYPKGPREFIX}-yarl>=1.0<2.0:../../www/py-yarl
+DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=3.6.5:../../devel/py-typing-extensions
 TEST_DEPENDS+= ${PYPKGPREFIX}-async_generator-[0-9]*:../../devel/py-async_generator
 TEST_DEPENDS+= ${PYPKGPREFIX}-gunicorn-[0-9]*:../../www/py-gunicorn
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
@@ -27,7 +29,6 @@
 .include "../../lang/python/pyversion.mk"
 .if ${_PYTHON_VERSION} == 36
 DEPENDS+=      ${PYPKGPREFIX}-idna-ssl>=1.0:../../www/py-idna_ssl
-DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=3.6.5:../../devel/py-typing-extensions
 .endif
 
 .include "../../devel/py-cython/buildlink3.mk"



Home | Main Index | Thread Index | Old Index