pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-geventhttpclient py-geventhttpclient: updated t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/64973f263536
branches:  trunk
changeset: 459640:64973f263536
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Oct 11 06:51:41 2021 +0000

description:
py-geventhttpclient: updated to 1.5.3

1.5.3:
Add support (and pre-built wheels) for Python 3.10

diffstat:

 net/py-geventhttpclient/Makefile |  11 ++++-------
 net/py-geventhttpclient/distinfo |   8 ++++----
 2 files changed, 8 insertions(+), 11 deletions(-)

diffs (41 lines):

diff -r 654ad8664341 -r 64973f263536 net/py-geventhttpclient/Makefile
--- a/net/py-geventhttpclient/Makefile  Mon Oct 11 06:50:59 2021 +0000
+++ b/net/py-geventhttpclient/Makefile  Mon Oct 11 06:51:41 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2021/08/24 10:50:05 nia Exp $
+# $NetBSD: Makefile,v 1.3 2021/10/11 06:51:41 adam Exp $
 
-DISTNAME=      geventhttpclient-1.5.1
+DISTNAME=      geventhttpclient-1.5.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/geventhttpclient/}
@@ -10,13 +10,10 @@
 COMMENT=       HTTP client library for gevent
 LICENSE=       mit
 
+DEPENDS+=      ${PYPKGPREFIX}-brotli-[0-9]*:../../archivers/py-brotli
+DEPENDS+=      ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi
 DEPENDS+=      ${PYPKGPREFIX}-gevent>=0.13:../../net/py-gevent
-DEPENDS+=      ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-DEPENDS+=      ${PYPKGPREFIX}-brotli-[0-9]*:../../archivers/py-brotli
-
-post-extract:
-       ${RM} -f -r ${WRKSRC}/src/geventhttpclient/tests/__pycache__
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 654ad8664341 -r 64973f263536 net/py-geventhttpclient/distinfo
--- a/net/py-geventhttpclient/distinfo  Mon Oct 11 06:50:59 2021 +0000
+++ b/net/py-geventhttpclient/distinfo  Mon Oct 11 06:51:41 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/07 14:42:27 nia Exp $
+$NetBSD: distinfo,v 1.4 2021/10/11 06:51:41 adam Exp $
 
-RMD160 (geventhttpclient-1.5.1.tar.gz) = d0f933b456fde90342b5687ae1f08fc7fad0b8c9
-SHA512 (geventhttpclient-1.5.1.tar.gz) = 46fa5333149b86f5c4b5d06adfe5d49402d0220266c27507da1645f1da8a50562e142e37435a029bb4184c417e8a4123301a7dfc8769ce419e841afebc11247c
-Size (geventhttpclient-1.5.1.tar.gz) = 58398 bytes
+RMD160 (geventhttpclient-1.5.3.tar.gz) = 47a63007ac225554c966ab503722b8245c6dffb6
+SHA512 (geventhttpclient-1.5.3.tar.gz) = 9a0ed907f73f7f5ff8675502ef6fc82bff7b543d0a2d22e1eca5aba3592675a87fe09c48981f496b7f63a660e7eab5f68801ae74da8c33ac9d9bf55a0425eed1
+Size (geventhttpclient-1.5.3.tar.gz) = 58447 bytes



Home | Main Index | Thread Index | Old Index