From owner-svn-ports-all@freebsd.org Tue Sep 29 12:33:31 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A403F42251E; Tue, 29 Sep 2020 12:33:31 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C0zMH3tvsz4jnb; Tue, 29 Sep 2020 12:33:31 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 68D92E8EB; Tue, 29 Sep 2020 12:33:31 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08TCXV2w074394; Tue, 29 Sep 2020 12:33:31 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08TCXUK5074390; Tue, 29 Sep 2020 12:33:30 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <202009291233.08TCXUK5074390@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Tue, 29 Sep 2020 12:33:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550496 - in head/net: . py-python-socks X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/net: . py-python-socks X-SVN-Commit-Revision: 550496 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Sep 2020 12:33:31 -0000 Author: ehaupt Date: Tue Sep 29 12:33:30 2020 New Revision: 550496 URL: https://svnweb.freebsd.org/changeset/ports/550496 Log: Add py-python-socks 1.1.0, core proxy (SOCKS4, SOCKS5, HTTP tunneling) functionality for Python. Added: head/net/py-python-socks/ head/net/py-python-socks/Makefile (contents, props changed) head/net/py-python-socks/distinfo (contents, props changed) head/net/py-python-socks/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Tue Sep 29 12:22:19 2020 (r550495) +++ head/net/Makefile Tue Sep 29 12:33:30 2020 (r550496) @@ -1072,6 +1072,7 @@ SUBDIR += py-python-novaclient SUBDIR += py-python-novaclient16 SUBDIR += py-python-openstackclient + SUBDIR += py-python-socks SUBDIR += py-python-twitter SUBDIR += py-pytradfri SUBDIR += py-pyvmomi Added: head/net/py-python-socks/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-python-socks/Makefile Tue Sep 29 12:33:30 2020 (r550496) @@ -0,0 +1,22 @@ +# Created by: Emanuel Haupt +# $FreeBSD$ + +PORTNAME= python-socks +PORTVERSION= 1.1.0 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= Core proxy (SOCKS4, SOCKS5, HTTP tunneling) functionality for Python + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}curio>=1.4:devel/py-curio@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}trio>=0.16.0:net/py-trio@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= autoplist distutils + +.include Added: head/net/py-python-socks/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-python-socks/distinfo Tue Sep 29 12:33:30 2020 (r550496) @@ -0,0 +1,3 @@ +TIMESTAMP = 1601371893 +SHA256 (python-socks-1.1.0.tar.gz) = 3b4e2aaa0d616b02e432470bdc1106eb734c6640da34e47efdd429693e6daff0 +SIZE (python-socks-1.1.0.tar.gz) = 17491 Added: head/net/py-python-socks/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-python-socks/pkg-descr Tue Sep 29 12:33:30 2020 (r550496) @@ -0,0 +1,7 @@ +The python-socks package provides a core proxy client functionality for +Python. Supports SOCKS4(a), SOCKS5, HTTP (tunneling) proxy and provides sync +and async (asyncio, trio, curio) APIs. You probably don't need to use +python-socks directly. It is used internally by aiohttp-socks and httpx-socks +packages. + +WWW: https://pypi.org/project/python-socks/