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: unrestrict charset-normaliz...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0e78b1ff9098
branches:  trunk
changeset: 389617:0e78b1ff9098
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Dec 06 20:14:34 2022 +0000

description:
py-aiohttp: unrestrict charset-normalizer dependency

pkgsrc has a newer version

Bump PKGREVISION.

Fix pkglint while here.

diffstat:

 www/py-aiohttp/Makefile                |   6 ++++--
 www/py-aiohttp/distinfo                |   3 ++-
 www/py-aiohttp/patches/patch-setup.cfg |  15 +++++++++++++++
 3 files changed, 21 insertions(+), 3 deletions(-)

diffs (53 lines):

diff -r ad9724fe6059 -r 0e78b1ff9098 www/py-aiohttp/Makefile
--- a/www/py-aiohttp/Makefile   Tue Dec 06 19:51:33 2022 +0000
+++ b/www/py-aiohttp/Makefile   Tue Dec 06 20:14:34 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.55 2022/09/26 18:55:02 adam Exp $
+# $NetBSD: Makefile,v 1.56 2022/12/06 20:14:34 wiz Exp $
 
 DISTNAME=      aiohttp-3.8.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aiohttp/}
 
@@ -27,7 +28,8 @@
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} < 38
+
+.if ${PYPKGPREFIX} == "py37"
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=3.7.4:../../devel/py-typing-extensions
 .endif
 
diff -r ad9724fe6059 -r 0e78b1ff9098 www/py-aiohttp/distinfo
--- a/www/py-aiohttp/distinfo   Tue Dec 06 19:51:33 2022 +0000
+++ b/www/py-aiohttp/distinfo   Tue Dec 06 20:14:34 2022 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.50 2022/09/26 18:55:02 adam Exp $
+$NetBSD: distinfo,v 1.51 2022/12/06 20:14:34 wiz Exp $
 
 BLAKE2s (aiohttp-3.8.3.tar.gz) = c61eacd79179ac23afcd876ee7075365e293a614a0bd6b12bb3197e453ab307e
 SHA512 (aiohttp-3.8.3.tar.gz) = 248c232604c91442b2fc9fa55fbf7df8e3af56dcf4cd9c516414a3a738c5c60a8a06395cd9c6e2c8ea9884728aea757423735c7b9be889e6f17e3ee6395a2f64
 Size (aiohttp-3.8.3.tar.gz) = 7337480 bytes
+SHA1 (patch-setup.cfg) = cc62b48be848b0caa9895086a20109acf528fb80
diff -r ad9724fe6059 -r 0e78b1ff9098 www/py-aiohttp/patches/patch-setup.cfg
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-aiohttp/patches/patch-setup.cfg    Tue Dec 06 20:14:34 2022 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-setup.cfg,v 1.1 2022/12/06 20:14:34 wiz Exp $
+
+Unrestrict since pkgsrc has newer version.
+
+--- setup.cfg.orig     2022-09-21 13:09:48.801040000 +0000
++++ setup.cfg
+@@ -47,7 +47,7 @@ zip_safe = False
+ include_package_data = True
+ install_requires = 
+       attrs >= 17.3.0
+-      charset-normalizer >=2.0, < 3.0
++      charset-normalizer >=2.0
+       multidict >=4.5, < 7.0
+       async_timeout >= 4.0.0a3, < 5.0
+       asynctest == 0.13.0; python_version<"3.8"



Home | Main Index | Thread Index | Old Index