svn commit: r488283 - in head/net: . py-aiohttp-socks

Emanuel Haupt ehaupt at FreeBSD.org
Mon Dec 24 23:26:10 UTC 2018


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 <ehaupt at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	aiohttp-socks
+PORTVERSION=	0.2
+CATEGORIES=	net python
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ehaupt at 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 <bsd.port.mk>

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/


More information about the svn-ports-all mailing list