Received: by mail.netbsd.org (Postfix, from userid 605) id B4E9F850F4; Fri, 12 Feb 2021 08:20:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F0462850DD for ; Fri, 12 Feb 2021 08:19:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id WREuQbinoT7W for ; Fri, 12 Feb 2021 08:19:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5910B850DA for ; Fri, 12 Feb 2021 08:19:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 56185FA95; Fri, 12 Feb 2021 08:19:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1613117999296270" MIME-Version: 1.0 Date: Fri, 12 Feb 2021 08:19:59 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210212081959.56185FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1613117999296270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Feb 12 08:19:59 UTC 2021 Modified Files: pkgsrc/www: Makefile Added Files: pkgsrc/www/py-httpx-socks: DESCR Makefile PLIST distinfo Log Message: py-httpx-socks: added version 0.3.1 The httpx-socks package provides proxy transports for httpx client. SOCKS4(a), SOCKS5, HTTP (tunneling) proxy supported. It uses python-socks for core proxy functionality. To generate a diff of this commit: cvs rdiff -u -r1.1505 -r1.1506 pkgsrc/www/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-httpx-socks/DESCR \ pkgsrc/www/py-httpx-socks/Makefile pkgsrc/www/py-httpx-socks/PLIST \ pkgsrc/www/py-httpx-socks/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1613117999296270 Content-Disposition: inline Content-Length: 3541 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/Makefile diff -u pkgsrc/www/Makefile:1.1505 pkgsrc/www/Makefile:1.1506 --- pkgsrc/www/Makefile:1.1505 Thu Feb 11 11:17:23 2021 +++ pkgsrc/www/Makefile Fri Feb 12 08:19:59 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1505 2021/02/11 11:17:23 pin Exp $ +# $NetBSD: Makefile,v 1.1506 2021/02/12 08:19:59 adam Exp $ # COMMENT= Packages related to the World Wide Web @@ -769,6 +769,7 @@ SUBDIR+= py-httpie SUBDIR+= py-httplib2 SUBDIR+= py-httptools SUBDIR+= py-httpx +SUBDIR+= py-httpx-socks SUBDIR+= py-hyperframe SUBDIR+= py-hyperlink SUBDIR+= py-idna @@ -811,6 +812,7 @@ SUBDIR+= py-scgi SUBDIR+= py-scrapy SUBDIR+= py-selenium SUBDIR+= py-simpletal +SUBDIR+= py-socks SUBDIR+= py-soupsieve SUBDIR+= py-sparqlwrapper SUBDIR+= py-static Added files: Index: pkgsrc/www/py-httpx-socks/DESCR diff -u /dev/null pkgsrc/www/py-httpx-socks/DESCR:1.1 --- /dev/null Fri Feb 12 08:19:59 2021 +++ pkgsrc/www/py-httpx-socks/DESCR Fri Feb 12 08:19:59 2021 @@ -0,0 +1,3 @@ +The httpx-socks package provides proxy transports for httpx client. SOCKS4(a), +SOCKS5, HTTP (tunneling) proxy supported. It uses python-socks for core proxy +functionality. Index: pkgsrc/www/py-httpx-socks/Makefile diff -u /dev/null pkgsrc/www/py-httpx-socks/Makefile:1.1 --- /dev/null Fri Feb 12 08:19:59 2021 +++ pkgsrc/www/py-httpx-socks/Makefile Fri Feb 12 08:19:59 2021 @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2021/02/12 08:19:59 adam Exp $ + +DISTNAME= httpx-socks-0.3.1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= www python +MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpx-socks/} + +MAINTAINER= pkgsrc-users@pkgsrc.org +HOMEPAGE= https://github.com/romis2012/httpx-socks +COMMENT= Proxy (HTTP, SOCKS) transports for httpx +LICENSE= apache-2.0 + +DEPENDS+= ${PYPKGPREFIX}-httpx>=0.15.4:../../www/py-httpx +DEPENDS+= ${PYPKGPREFIX}-socks>=1.1.0:../../www/py-socks + +USE_LANGUAGES= # none + +PYTHON_VERSIONS_INCOMPATIBLE= 27 + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/py-httpx-socks/PLIST diff -u /dev/null pkgsrc/www/py-httpx-socks/PLIST:1.1 --- /dev/null Fri Feb 12 08:19:59 2021 +++ pkgsrc/www/py-httpx-socks/PLIST Fri Feb 12 08:19:59 2021 @@ -0,0 +1,15 @@ +@comment $NetBSD: PLIST,v 1.1 2021/02/12 08:19:59 adam Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/httpx_socks/__init__.py +${PYSITELIB}/httpx_socks/__init__.pyc +${PYSITELIB}/httpx_socks/__init__.pyo +${PYSITELIB}/httpx_socks/_async_transport.py +${PYSITELIB}/httpx_socks/_async_transport.pyc +${PYSITELIB}/httpx_socks/_async_transport.pyo +${PYSITELIB}/httpx_socks/_sync_transport.py +${PYSITELIB}/httpx_socks/_sync_transport.pyc +${PYSITELIB}/httpx_socks/_sync_transport.pyo Index: pkgsrc/www/py-httpx-socks/distinfo diff -u /dev/null pkgsrc/www/py-httpx-socks/distinfo:1.1 --- /dev/null Fri Feb 12 08:19:59 2021 +++ pkgsrc/www/py-httpx-socks/distinfo Fri Feb 12 08:19:59 2021 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2021/02/12 08:19:59 adam Exp $ + +SHA1 (httpx-socks-0.3.1.tar.gz) = 29b491f7c38b39d294d467ab4f00e4c367e793a4 +RMD160 (httpx-socks-0.3.1.tar.gz) = aee6a9f90ce15785f66bdfe126d00e0212dc4a4b +SHA512 (httpx-socks-0.3.1.tar.gz) = d31b64065f2e148e1a93355dd9fc3674d89b1f65b93ef7e77ae4357f73132fbc5469c2fbbdee504235bd560dd6ab95033fe592e47301da93b99bb2d1f597ff38 +Size (httpx-socks-0.3.1.tar.gz) = 7850 bytes --_----------=_1613117999296270--