py-aiohttp: unrestrict charset-normalizer dependency

pkgsrc has a newer version

Bump PKGREVISION.

Fix pkglint while here.
This commit is contained in:
wiz 2022-12-06 20:14:34 +00:00
parent e7fddcef7d
commit c03826e714
3 changed files with 21 additions and 3 deletions

View file

@ -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 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
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

View file

@ -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

View file

@ -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"