From owner-svn-ports-all@freebsd.org Mon Dec 24 23:26:10 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66AFC135257A; Mon, 24 Dec 2018 23:26:10 +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) server-signature RSA-PSS (4096 bits) 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 0E7C870AD0; Mon, 24 Dec 2018 23:26:10 +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 EBEFA3492; Mon, 24 Dec 2018 23:26:09 +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 wBONQ9jV088576; Mon, 24 Dec 2018 23:26:09 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBONQ9kP088572; Mon, 24 Dec 2018 23:26:09 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201812242326.wBONQ9kP088572@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 24 Dec 2018 23:26:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488283 - in head/net: . py-aiohttp-socks X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/net: . py-aiohttp-socks X-SVN-Commit-Revision: 488283 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0E7C870AD0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.972,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 24 Dec 2018 23:26:10 -0000 Author: ehaupt Date: Mon Dec 24 23:26:08 2018 New Revision: 488283 URL: https://svnweb.freebsd.org/changeset/ports/488283 Log: Add py-aiohttp-socks 0.2, SOCKS proxy connector for aiohttp. Added: head/net/py-aiohttp-socks/ head/net/py-aiohttp-socks/Makefile (contents, props changed) head/net/py-aiohttp-socks/distinfo (contents, props changed) head/net/py-aiohttp-socks/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Dec 24 23:25:32 2018 (r488282) +++ head/net/Makefile Mon Dec 24 23:26:08 2018 (r488283) @@ -1033,6 +1033,7 @@ SUBDIR += pxe-pdhcp SUBDIR += py-GeoIP SUBDIR += py-GeoIP2 + SUBDIR += py-aiohttp-socks SUBDIR += py-amqp SUBDIR += py-amqplib SUBDIR += py-avahi Added: head/net/py-aiohttp-socks/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-aiohttp-socks/Makefile Mon Dec 24 23:26:08 2018 (r488283) @@ -0,0 +1,25 @@ +# Created by: Emanuel Haupt +# $FreeBSD$ + +PORTNAME= aiohttp-socks +PORTVERSION= 0.2 +CATEGORIES= net python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= SOCKS proxy connector for aiohttp + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= distutils autoplist + +USE_GITHUB= yes +GH_ACCOUNT= romis2012 + +NO_ARCH= yes + +.include Added: head/net/py-aiohttp-socks/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-aiohttp-socks/distinfo Mon Dec 24 23:26:08 2018 (r488283) @@ -0,0 +1,3 @@ +TIMESTAMP = 1545693127 +SHA256 (romis2012-aiohttp-socks-0.2_GH0.tar.gz) = 5c3b592c6c4546cec6242a061f4b4591cb9da6ec40d05d92a8bf43d62fd2ca91 +SIZE (romis2012-aiohttp-socks-0.2_GH0.tar.gz) = 1352021 Added: head/net/py-aiohttp-socks/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-aiohttp-socks/pkg-descr Mon Dec 24 23:26:08 2018 (r488283) @@ -0,0 +1,3 @@ +SOCKS proxy connector for aiohttp. SOCKS4(a) and SOCKS5 are supported. + +WWW: https://pypi.org/project/aiohttp-socks/